mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 09:12:45 +01:00
Custom Elasticserach pipeline annotations
This commit is contained in:
@@ -45,6 +45,28 @@ elasticsearch:
|
||||
description: Max number of boolean clauses per query.
|
||||
global: True
|
||||
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:
|
||||
global_overrides:
|
||||
index_template:
|
||||
|
||||
Reference in New Issue
Block a user