diff --git a/scripts/assemble.sh b/scripts/assemble.sh index 8846524d464e5..de417d76e972f 100755 --- a/scripts/assemble.sh +++ b/scripts/assemble.sh @@ -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 # ====