Skip to content

v1.3.0: SDSKit CLI version 1.3.0

Compare
Choose a tag to compare
@DustinKLo DustinKLo released this 31 Oct 21:38
· 6 commits to develop since this release
5af3097

Specify body of new release. Previous release's body below:

To help you formulate the release body, the list of behind commit messages are provided below:

sha: 5af3097
html_url: 5af3097
message:

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 dustin.k.lo@jpl.nasa.gov
Co-authored-by: Mike Cayanan michael.d.cayanan@jpl.nasa.gov