mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2026-06-16 07:08:41 +02:00
keep logsdb disabled
This commit is contained in:
@@ -6,6 +6,8 @@ elasticsearch:
|
|||||||
action:
|
action:
|
||||||
destructive_requires_name: true
|
destructive_requires_name: true
|
||||||
cluster:
|
cluster:
|
||||||
|
logsdb:
|
||||||
|
enabled: false
|
||||||
routing:
|
routing:
|
||||||
allocation:
|
allocation:
|
||||||
disk:
|
disk:
|
||||||
|
|||||||
@@ -27,6 +27,13 @@ elasticsearch:
|
|||||||
readonly: True
|
readonly: True
|
||||||
global: True
|
global: True
|
||||||
helpLink: elasticsearch.html
|
helpLink: elasticsearch.html
|
||||||
|
logsdb:
|
||||||
|
enabled:
|
||||||
|
description: Enables or disables the Elasticsearch logsdb index mode. When enabled, most logs-* datastreams will convert to logsdb from standard after rolling over.
|
||||||
|
forcedType: bool
|
||||||
|
global: True
|
||||||
|
advanced: True
|
||||||
|
helpLink: elasticsearch.html
|
||||||
routing:
|
routing:
|
||||||
allocation:
|
allocation:
|
||||||
disk:
|
disk:
|
||||||
|
|||||||
Reference in New Issue
Block a user