-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
HC-490 - Supporting Opensearch Dashboards (#104)
* migrating from kibana -> opensearch dashboards * distinguishing between ILM/ISM removing hardcoded ILM in templates using python scripts to install ILM/ISM instead of raw curl requests commented out ingest pipeline for consolidation of databases * removed warm_migration action bc returning 403 * removed cold state b/c AWS opensearch uses cold_delete and non managed uses delete only * copied kibana_dashboard_import into opensearch_dashboards_import * updated import_dashboards for opensearch added mozart_redis_host in fabfile.py separating the kibana/opensearch logic in the update kibana function * flipped logic around to make elasticseaech the default * fixed opensearch_dashboards.yml fixed sdswatch shell script to use logstash-oss-7.16.3 * logstash 7.9.3 -> logstash-oss 7.16.3 * forgot to add sleep in import opensearch dashboard * remove field in ism * edited jvm.options * removed trailing comma * no kibana in opensearch * added opensearch support for sds status * added base path /metrics for dashboards * fixed opensearch dashboards endpoint * removed /metrics * uncommented jvm.options * removed cold and addtl support for multiple hosts * small changes * separated sdswatch for opensearch vs elasticsearch * fixed clean_indices_from_alias.py * move ism/ilm polivies inside if/else * use hsysds es_util to get ES status * call ES core to call ping function * don't use host when calling es functions --------- Co-authored-by: dustinlo <[email protected]> Co-authored-by: Mike Cayanan <[email protected]>
- Loading branch information
1 parent
fc18a74
commit 5af3097
Showing
20 changed files
with
4,821 additions
and
1,049 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.