mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-07 01:32:47 +01:00
Remove lines that aren't needed right now
This commit is contained in:
@@ -539,17 +539,11 @@ elasticsearch:
|
|||||||
index_template:
|
index_template:
|
||||||
ignore_missing_component_templates:
|
ignore_missing_component_templates:
|
||||||
description: Ignore component templates if they aren't in Elasticsearch.
|
description: Ignore component templates if they aren't in Elasticsearch.
|
||||||
forcedType: "[]string"
|
|
||||||
multiline: True
|
|
||||||
global: True
|
|
||||||
advanced: True
|
advanced: True
|
||||||
readonly: True
|
readonly: True
|
||||||
helpLink: elasticsearch.html
|
helpLink: elasticsearch.html
|
||||||
index_patterns:
|
index_patterns:
|
||||||
description: Patterns for matching multiple indices or tables.
|
description: Patterns for matching multiple indices or tables.
|
||||||
forceType: "[]string"
|
|
||||||
multiline: True
|
|
||||||
global: True
|
|
||||||
advanced: True
|
advanced: True
|
||||||
readonly: True
|
readonly: True
|
||||||
helpLink: elasticsearch.html
|
helpLink: elasticsearch.html
|
||||||
@@ -558,44 +552,32 @@ elasticsearch:
|
|||||||
index:
|
index:
|
||||||
mode:
|
mode:
|
||||||
description: Type of mode used for this index. Time series indices can be used for metrics to reduce necessary storage.
|
description: Type of mode used for this index. Time series indices can be used for metrics to reduce necessary storage.
|
||||||
forcedType: string
|
|
||||||
global: True
|
|
||||||
advanced: True
|
advanced: True
|
||||||
readonly: True
|
readonly: True
|
||||||
helpLink: elasticsearch.html
|
helpLink: elasticsearch.html
|
||||||
number_of_replicas:
|
number_of_replicas:
|
||||||
description: Number of replicas required for this index. Multiple replicas protects against data loss, but also increases storage costs.
|
description: Number of replicas required for this index. Multiple replicas protects against data loss, but also increases storage costs.
|
||||||
forcedType: int
|
|
||||||
global: True
|
|
||||||
advanced: True
|
advanced: True
|
||||||
readonly: True
|
readonly: True
|
||||||
helpLink: elasticsearch.html
|
helpLink: elasticsearch.html
|
||||||
composed_of:
|
composed_of:
|
||||||
description: The index template is composed of these component templates.
|
description: The index template is composed of these component templates.
|
||||||
forcedType: "[]string"
|
|
||||||
global: True
|
|
||||||
advanced: True
|
advanced: True
|
||||||
readonly: True
|
readonly: True
|
||||||
helpLink: elasticsearch.html
|
helpLink: elasticsearch.html
|
||||||
priority:
|
priority:
|
||||||
description: The priority of the index template.
|
description: The priority of the index template.
|
||||||
forcedType: int
|
|
||||||
global: True
|
|
||||||
advanced: True
|
advanced: True
|
||||||
readonly: True
|
readonly: True
|
||||||
helpLink: elasticsearch.html
|
helpLink: elasticsearch.html
|
||||||
data_stream:
|
data_stream:
|
||||||
hidden:
|
hidden:
|
||||||
description: Hide the data stream.
|
description: Hide the data stream.
|
||||||
forcedType: bool
|
|
||||||
global: True
|
|
||||||
advanced: True
|
advanced: True
|
||||||
readonly: True
|
readonly: True
|
||||||
helpLink: elasticsearch.html
|
helpLink: elasticsearch.html
|
||||||
allow_custom_routing:
|
allow_custom_routing:
|
||||||
description: Allow custom routing for the data stream.
|
description: Allow custom routing for the data stream.
|
||||||
forcedType: bool
|
|
||||||
global: True
|
|
||||||
advanced: True
|
advanced: True
|
||||||
readonly: True
|
readonly: True
|
||||||
helpLink: elasticsearch.html
|
helpLink: elasticsearch.html
|
||||||
|
|||||||
Reference in New Issue
Block a user