Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
parvit committed Sep 23, 2024
2 parents 6b3b232 + fa2ac0e commit b673c30
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/build-performance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,9 @@ jobs:
steps:
- name: Pre-Cleanup
run: |
# stop docker randomly disrupting container network
sudo systemctl restart docker || true
# cleanup previous results if any
sudo rm -rf docker/server-data-env/output/* || true
- name: Install the github cli
Expand Down
2 changes: 1 addition & 1 deletion docker/server-data-env/logstash/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

FROM opensearchproject/logstash-oss-with-opensearch-output-plugin:8.6.1
FROM opensearchproject/logstash-oss-with-opensearch-output-plugin:8.9.0
USER "root"

WORKDIR /usr/share/logstash/bin
Expand Down

0 comments on commit b673c30

Please sign in to comment.