hysds / hysds-framework

HySDS framework releases
Apache License 2.0
4 stars 7 forks source link

added logstash-oss w/ opensearch to config.yml #30

Closed DustinKLo closed 11 months ago

DustinKLo commented 1 year ago

related ticket: https://hysds-core.atlassian.net/browse/HC-492

currently logstash 7.9.3 is not compatible to opensearch 2.7+ but the opensearch team released a version of logstash-oss with the opensearch output plugin installed, which is also backwards compatible with elasticsearch 7.10.2

i chose version 7.16.3 b/c its the latest release before v8 and also starting from 7.16.2 they patched the log4j vulnerability:

the changes in hysds-framework are to pull the docker image for this new version of logstash-oss and upload it to its release assets. that way our HySDS cluster can use the logstash-oss

@pymonger would i need to run the circle CI job one more time before running the dev-e2e after merging in this PR?