You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use docker-setup.sh from upstream .ci repo (#1227) (#1229)
* Use docker-setup.sh from upstream .ci repo (#1227)
The custom docker-setup.sh script here is not materially different from the
shared script in the `.ci` repository. The only difference were pulling and
starting the elasticsearch image. This should not affect CI materially and the
consistency gain we get using the same `docker-setup.sh` file everywhere is
preferrable to having a slightly different script here.
* fix integration test targets
* Fix metrics spec
This commit backports the part of https://github.com/logstash-plugins/logstash-output-elasticsearch/pull/1220/files#diff-4ac1f3b518168b2e30c23d2c20e6eb3c4fa19c45a560bf481bca5641d41e968a that accounts for ES main/9.x. See #1229 (comment) for detailed breakdown.
0 commit comments