Skip to content

Commit

Permalink
Disable Scalable Vector Engine (XX:UseSVE=0) to fix issues on macOS a…
Browse files Browse the repository at this point in the history
…nd other ARM platforms

elastic/elasticsearch#118583
  • Loading branch information
t3chn0m4g3 committed Jan 6, 2025
1 parent f6398f9 commit 653bb2e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions docker/elk/elasticsearch/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
FROM ubuntu:24.04
ENV DEBIAN_FRONTEND noninteractive
ENV ES_VER=8.16.1
ENV _JAVA_OPTIONS="-XX:UseSVE=0"
#
# Include dist
COPY dist/ /root/dist/
Expand Down
2 changes: 1 addition & 1 deletion docker/elk/elasticsearch/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ services:
mem_limit: 2g
ports:
- "127.0.0.1:64298:9200"
image: "dtagdevsec/elasticsearch:24.04"
image: "ghcr.io/telekom-security/elasticsearch:24.04.1"
volumes:
- $HOME/tpotce/data:/data
1 change: 1 addition & 0 deletions docker/elk/logstash/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
FROM ubuntu:24.04
ENV DEBIAN_FRONTEND=noninteractive
ENV LS_VER=8.16.1
ENV _JAVA_OPTIONS="-XX:UseSVE=0"
#
# Include dist
COPY dist/ /root/dist/
Expand Down
2 changes: 1 addition & 1 deletion docker/elk/logstash/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ services:
# condition: service_healthy
ports:
- "127.0.0.1:64305:64305"
image: "dtagdevsec/logstash:24.04"
image: "ghcr.io/telekom-security/logstash:24.04.1"
volumes:
- $HOME/tpotce/data:/data
# - /$HOME/tpotce/docker/elk/logstash/dist/logstash.conf:/etc/logstash/conf.d/logstash.conf
Expand Down

0 comments on commit 653bb2e

Please sign in to comment.