Skip to content

Commit

Permalink
Update assemble.sh
Browse files Browse the repository at this point in the history
Revert assembly with minimal plugins for testing

Signed-off-by: Álex Ruiz <[email protected]>
  • Loading branch information
AlexRuiz7 authored Jan 15, 2024
1 parent fc3c6bc commit 43a9a56
Showing 1 changed file with 22 additions and 22 deletions.
44 changes: 22 additions & 22 deletions scripts/assemble.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,32 +10,32 @@
set -ex

# Minimum required plugins
plugins=(
"performance-analyzer"
"opensearch-security"
)

# plugins=(
# "alerting" # "opensearch-alerting"
# "opensearch-job-scheduler"
# "opensearch-anomaly-detection" # Requires "opensearch-job-scheduler"
# "asynchronous-search" # "opensearch-asynchronous-search"
# "opensearch-cross-cluster-replication"
# "geospatial" # "opensearch-geospatial"
# "opensearch-index-management"
# "opensearch-knn"
# "opensearch-ml-plugin" # "opensearch-ml"
# "neural-search" # "opensearch-neural-search"
# "opensearch-notifications-core"
# "notifications" # "opensearch-notifications". Requires "opensearch-notifications-core"
# "opensearch-observability"
# "performance-analyzer" # "opensearch-performance-analyzer"
# "opensearch-reports-scheduler"
# "performance-analyzer"
# "opensearch-security"
# "opensearch-security-analytics"
# "opensearch-sql-plugin" # "opensearch-sql"
# )

plugins=(
"alerting" # "opensearch-alerting"
"opensearch-job-scheduler"
"opensearch-anomaly-detection" # Requires "opensearch-job-scheduler"
"asynchronous-search" # "opensearch-asynchronous-search"
"opensearch-cross-cluster-replication"
"geospatial" # "opensearch-geospatial"
"opensearch-index-management"
"opensearch-knn"
"opensearch-ml-plugin" # "opensearch-ml"
"neural-search" # "opensearch-neural-search"
"opensearch-notifications-core"
"notifications" # "opensearch-notifications". Requires "opensearch-notifications-core"
"opensearch-observability"
"performance-analyzer" # "opensearch-performance-analyzer"
"opensearch-reports-scheduler"
"opensearch-security"
"opensearch-security-analytics"
"opensearch-sql-plugin" # "opensearch-sql"
)

# ====
# Usage
# ====
Expand Down

0 comments on commit 43a9a56

Please sign in to comment.