Skip to content
This repository has been archived by the owner on Sep 13, 2022. It is now read-only.

Commit

Permalink
elastisearch: assume single node setup
Browse files Browse the repository at this point in the history
Setup elasticsearch to be single node. This setting will be
templatized later when scalability will be working.

This patch is making status of elasticsearch in sciirus green
for newly created instance.
  • Loading branch information
regit committed May 20, 2016
1 parent 017ac84 commit ffdc4eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/templates/docker-compose.yml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ suricata:

elasticsearch:
build: $basepath/docker/elasticsearch
command: -Des.network.bind_host=0.0.0.0
command: -Des.network.bind_host=0.0.0.0 -Des.index.number_of_replicas=0
volumes:
- $basepath/elasticsearch:/usr/share/elasticsearch/data:rw

Expand Down

0 comments on commit ffdc4eb

Please sign in to comment.