mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2026-02-22 06:55:27 +01:00
Hive Module - Sync ES config
This commit is contained in:
19
salt/hive/thehive/etc/es/elasticsearch.yml
Normal file
19
salt/hive/thehive/etc/es/elasticsearch.yml
Normal file
@@ -0,0 +1,19 @@
|
||||
cluster.name: "hive"
|
||||
network.host: 0.0.0.0
|
||||
discovery.zen.minimum_master_nodes: 1
|
||||
# This is a test -- if this is here, then the volume is mounted correctly.
|
||||
path.logs: /var/log/elasticsearch
|
||||
action.destructive_requires_name: true
|
||||
path.logs: /var/log/elasticsearch
|
||||
transport.bind_host: 0.0.0.0
|
||||
transport.publish_host: 0.0.0.0
|
||||
transport.publish_port: 9500
|
||||
http.host: 0.0.0.0
|
||||
http.port: 9400
|
||||
transport.tcp.port: 9500
|
||||
transport.host: 0.0.0.0
|
||||
xpack.security.enabled: false
|
||||
script.inline: true
|
||||
thread_pool.index.queue_size: 100000
|
||||
thread_pool.search.queue_size: 100000
|
||||
thread_pool.bulk.queue_size: 100000
|
||||
Reference in New Issue
Block a user