mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 17:22:49 +01:00
Custom Elasticserach pipeline annotations
This commit is contained in:
@@ -45,6 +45,28 @@ elasticsearch:
|
|||||||
description: Max number of boolean clauses per query.
|
description: Max number of boolean clauses per query.
|
||||||
global: True
|
global: True
|
||||||
helpLink: elasticsearch.html
|
helpLink: elasticsearch.html
|
||||||
|
pipelines:
|
||||||
|
custom01: &pipelines
|
||||||
|
description:
|
||||||
|
description: Description of the ingest node pipeline
|
||||||
|
global: True
|
||||||
|
advanced: True
|
||||||
|
helpLink: elasticsearch.html
|
||||||
|
processors:
|
||||||
|
description: Processors for the ingest node pipeline
|
||||||
|
global: True
|
||||||
|
advanced: True
|
||||||
|
multiline: True
|
||||||
|
helpLink: elasticsearch.html
|
||||||
|
custom02: *pipelines
|
||||||
|
custom03: *pipelines
|
||||||
|
custom04: *pipelines
|
||||||
|
custom05: *pipelines
|
||||||
|
custom06: *pipelines
|
||||||
|
custom07: *pipelines
|
||||||
|
custom08: *pipelines
|
||||||
|
custom09: *pipelines
|
||||||
|
custom10: *pipelines
|
||||||
index_settings:
|
index_settings:
|
||||||
global_overrides:
|
global_overrides:
|
||||||
index_template:
|
index_template:
|
||||||
|
|||||||
Reference in New Issue
Block a user