mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-07 01:32:47 +01:00
@@ -1,7 +1,7 @@
|
|||||||
cluster.name: "thehive"
|
cluster.name: "thehive"
|
||||||
network.host: 0.0.0.0
|
network.host: 0.0.0.0
|
||||||
discovery.zen.minimum_master_nodes: 1
|
discovery.zen.minimum_master_nodes: 1
|
||||||
discovery.type: single-node
|
# This is a test -- if this is here, then the volume is mounted correctly.
|
||||||
path.logs: /var/log/elasticsearch
|
path.logs: /var/log/elasticsearch
|
||||||
action.destructive_requires_name: true
|
action.destructive_requires_name: true
|
||||||
transport.bind_host: 0.0.0.0
|
transport.bind_host: 0.0.0.0
|
||||||
@@ -11,3 +11,6 @@ http.host: 0.0.0.0
|
|||||||
http.port: 9400
|
http.port: 9400
|
||||||
transport.tcp.port: 9500
|
transport.tcp.port: 9500
|
||||||
transport.host: 0.0.0.0
|
transport.host: 0.0.0.0
|
||||||
|
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