mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 17:22:49 +01:00
update env vars
This commit is contained in:
@@ -114,11 +114,12 @@ so-elasticsearch:
|
|||||||
- name: so-elasticsearch
|
- name: so-elasticsearch
|
||||||
- user: elasticsearch
|
- user: elasticsearch
|
||||||
- environment:
|
- environment:
|
||||||
- bootstrap.memory_lock=true
|
- discovery.type=single-node
|
||||||
- cluster.name={{ esclustername }}
|
#- bootstrap.memory_lock=true
|
||||||
|
#- cluster.name={{ esclustername }}
|
||||||
- ES_JAVA_OPTS=-Xms{{ esheap }} -Xmx{{ esheap }}
|
- ES_JAVA_OPTS=-Xms{{ esheap }} -Xmx{{ esheap }}
|
||||||
- http.host=0.0.0.0
|
#- http.host=0.0.0.0
|
||||||
- transport.host=127.0.0.1
|
#- transport.host=127.0.0.1
|
||||||
- ulimits:
|
- ulimits:
|
||||||
- memlock=-1:-1
|
- memlock=-1:-1
|
||||||
- nofile=65536:65536
|
- nofile=65536:65536
|
||||||
|
|||||||
Reference in New Issue
Block a user