Skip to content

Commit

Permalink
Merge pull request #86 from Lindharden/fix/elastic-memory
Browse files Browse the repository at this point in the history
Fix issue causing elastic to consume too much memory
  • Loading branch information
nikso-itu authored Mar 25, 2023
2 parents f2ebd5c + 90aaf09 commit b63d4bc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 1 addition & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ services:
- efk_elasticsearch_data:/usr/share/elasticsearch/data
networks:
- efk
mem_limit: 1g

kibana:
image: "docker.elastic.co/kibana/kibana:7.2.0"
Expand Down
2 changes: 0 additions & 2 deletions logging/filebeat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@ output.elasticsearch:
when.or:
- equals:
container.image.name: docker.elastic.co/beats/filebeat:7.2.0
- equals:
container.image.name: docker.elastic.co/elasticsearch/elasticsearch:7.2.0
- equals:
container.image.name: docker.elastic.co/kibana/kibana:7.2.0
- index: "filebeat-minitwit-%{[agent.version]}-%{+yyyy.MM.dd}"
Expand Down

0 comments on commit b63d4bc

Please sign in to comment.