Skip to content

Commit

Permalink
Update list of plugins.
Browse files Browse the repository at this point in the history
Signed-off-by: dblock <dblock@amazon.com>
  • Loading branch information
dblock committed Jul 8, 2024
1 parent 789b855 commit 90b6838
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 29 deletions.
27 changes: 13 additions & 14 deletions plugins/.gitignore
Original file line number Diff line number Diff line change
@@ -1,23 +1,22 @@
/common-utils/
/alerting/
/anomaly-detection/
/asynchronous-search/
/common-utils/
/dashboards-reports/
/dashboards-visualizations/
/cross-cluster-replication/
/custom-codecs/
/flow-framework/
/geospatial/
/index-management/
/job-scheduler/
/k-nn/
/performance-analyzer/
/performance-analyzer-rca/
/security/
/sql/
/trace-analytics/
/observability/
/cross-cluster-replication/
/k-NN/
/ml-commons/
/opensearch-oci-object-storage/
/neural-search/
/geospatial/
/notifications/
/observability/
/opensearch-oci-object-storage/
/reporting/
/performance-analyzer/
/security-analytics/
/flow-framework/
/security/
/skills/
/sql/
30 changes: 15 additions & 15 deletions plugins/.meta
Original file line number Diff line number Diff line change
@@ -1,26 +1,26 @@
{
"projects": {
"common-utils": "git@github.com:opensearch-project/common-utils.git",
"alerting": "git@github.com:opensearch-project/alerting.git",
"anomaly-detection": "git@github.com:opensearch-project/anomaly-detection.git",
"asynchronous-search": "git@github.com:opensearch-project/asynchronous-search.git",
"common-utils": "git@github.com:opensearch-project/common-utils.git",
"opensearch-reports": "git@github.com:opensearch-project/reporting.git",
"cross-cluster-replication": "git@github.com:opensearch-project/cross-cluster-replication.git",
"custom-codecs": "git@github.com:opensearch-project/custom-codecs.git",
"flow-framework": "git@github.com:opensearch-project/flow-framework.git",
"geospatial": "git@github.com:opensearch-project/geospatial.git",
"index-management": "git@github.com:opensearch-project/index-management.git",
"job-scheduler": "git@github.com:opensearch-project/job-scheduler.git",
"k-nn": "git@github.com:opensearch-project/k-nn.git",
"performance-analyzer": "git@github.com:opensearch-project/performance-analyzer.git",
"performance-analyzer-rca": "git@github.com:opensearch-project/performance-analyzer-rca.git",
"security": "git@github.com:opensearch-project/security.git",
"sql": "git@github.com:opensearch-project/sql.git",
"observability": "git@github.com:opensearch-project/observability.git",
"cross-cluster-replication": "git@github.com:opensearch-project/cross-cluster-replication.git",
"k-NN": "git@github.com:opensearch-project/k-NN.git",
"ml-commons": "git@github.com:opensearch-project/ml-commons.git",
"geospatial": "git@github.com:opensearch-project/geospatial.git",
"notifications": "git@github.com:opensearch-project/notifications.git",
"neural-search": "git@github.com:opensearch-project/neural-search.git",
"notifications": "git@github.com:opensearch-project/notifications.git",
"observability": "git@github.com:opensearch-project/observability.git",
"opensearch-oci-object-storage": "git@github.com:opensearch-project/opensearch-oci-object-storage.git",
"reporting": "git@github.com:opensearch-project/reporting.git",
"performance-analyzer": "git@github.com:opensearch-project/performance-analyzer.git",
"security-analytics": "git@github.com:opensearch-project/security-analytics.git",
"custom-codecs": "git@github.com:opensearch-project/custom-codecs.git",
"oci-object-storage": "git@github.com:opensearch-project/opensearch-oci-object-storage.git",
"flow-framework": "git@github.com:opensearch-project/flow-framework.git"
"security": "git@github.com:opensearch-project/security.git",
"skills": "git@github.com:opensearch-project/skills.git",
"sql": "git@github.com:opensearch-project/sql.git"
}
}
}

0 comments on commit 90b6838

Please sign in to comment.