mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-07 01:32:47 +01:00
Change numbers for Elasticsearch
This commit is contained in:
@@ -56,84 +56,84 @@ elasticsearch:
|
|||||||
verification_mode: none
|
verification_mode: none
|
||||||
enabled: false
|
enabled: false
|
||||||
pipelines:
|
pipelines:
|
||||||
custom01:
|
custom001:
|
||||||
description: Custom Pipeline
|
description: Custom Pipeline
|
||||||
processors:
|
processors:
|
||||||
- set:
|
- set:
|
||||||
field: tags
|
field: tags
|
||||||
value: custom01
|
value: custom001
|
||||||
- pipeline:
|
- pipeline:
|
||||||
name: common
|
name: common
|
||||||
custom02:
|
custom002:
|
||||||
description: Custom Pipeline
|
description: Custom Pipeline
|
||||||
processors:
|
processors:
|
||||||
- set:
|
- set:
|
||||||
field: tags
|
field: tags
|
||||||
value: custom02
|
value: custom002
|
||||||
- pipeline:
|
- pipeline:
|
||||||
name: common
|
name: common
|
||||||
custom03:
|
custom003:
|
||||||
description: Custom Pipeline
|
description: Custom Pipeline
|
||||||
processors:
|
processors:
|
||||||
- set:
|
- set:
|
||||||
field: tags
|
field: tags
|
||||||
value: custom03
|
value: custom003
|
||||||
- pipeline:
|
- pipeline:
|
||||||
name: common
|
name: common
|
||||||
custom04:
|
custom004:
|
||||||
description: Custom Pipeline
|
description: Custom Pipeline
|
||||||
processors:
|
processors:
|
||||||
- set:
|
- set:
|
||||||
field: tags
|
field: tags
|
||||||
value: custom04
|
value: custom004
|
||||||
- pipeline:
|
- pipeline:
|
||||||
name: common
|
name: common
|
||||||
custom05:
|
custom005:
|
||||||
description: Custom Pipeline
|
description: Custom Pipeline
|
||||||
processors:
|
processors:
|
||||||
- set:
|
- set:
|
||||||
field: tags
|
field: tags
|
||||||
value: custom05
|
value: custom005
|
||||||
- pipeline:
|
- pipeline:
|
||||||
name: common
|
name: common
|
||||||
custom06:
|
custom006:
|
||||||
description: Custom Pipeline
|
description: Custom Pipeline
|
||||||
processors:
|
processors:
|
||||||
- set:
|
- set:
|
||||||
field: tags
|
field: tags
|
||||||
value: custom06
|
value: custom006
|
||||||
- pipeline:
|
- pipeline:
|
||||||
name: common
|
name: common
|
||||||
custom07:
|
custom007:
|
||||||
description: Custom Pipeline
|
description: Custom Pipeline
|
||||||
processors:
|
processors:
|
||||||
- set:
|
- set:
|
||||||
field: tags
|
field: tags
|
||||||
value: custom07
|
value: custom007
|
||||||
- pipeline:
|
- pipeline:
|
||||||
name: common
|
name: common
|
||||||
custom08:
|
custom008:
|
||||||
description: Custom Pipeline
|
description: Custom Pipeline
|
||||||
processors:
|
processors:
|
||||||
- set:
|
- set:
|
||||||
field: tags
|
field: tags
|
||||||
value: custom08
|
value: custom008
|
||||||
- pipeline:
|
- pipeline:
|
||||||
name: common
|
name: common
|
||||||
custom09:
|
custom009:
|
||||||
description: Custom Pipeline
|
description: Custom Pipeline
|
||||||
processors:
|
processors:
|
||||||
- set:
|
- set:
|
||||||
field: tags
|
field: tags
|
||||||
value: custom09
|
value: custom009
|
||||||
- pipeline:
|
- pipeline:
|
||||||
name: common
|
name: common
|
||||||
custom10:
|
custom010:
|
||||||
description: Custom Pipeline
|
description: Custom Pipeline
|
||||||
processors:
|
processors:
|
||||||
- set:
|
- set:
|
||||||
field: tags
|
field: tags
|
||||||
value: custom10
|
value: custom010
|
||||||
- pipeline:
|
- pipeline:
|
||||||
name: common
|
name: common
|
||||||
index_settings:
|
index_settings:
|
||||||
|
|||||||
@@ -46,7 +46,7 @@ elasticsearch:
|
|||||||
global: True
|
global: True
|
||||||
helpLink: elasticsearch.html
|
helpLink: elasticsearch.html
|
||||||
pipelines:
|
pipelines:
|
||||||
custom01: &pipelines
|
custom001: &pipelines
|
||||||
description:
|
description:
|
||||||
description: Description of the ingest node pipeline
|
description: Description of the ingest node pipeline
|
||||||
global: True
|
global: True
|
||||||
@@ -58,15 +58,15 @@ elasticsearch:
|
|||||||
advanced: True
|
advanced: True
|
||||||
multiline: True
|
multiline: True
|
||||||
helpLink: elasticsearch.html
|
helpLink: elasticsearch.html
|
||||||
custom02: *pipelines
|
custom002: *pipelines
|
||||||
custom03: *pipelines
|
custom003: *pipelines
|
||||||
custom04: *pipelines
|
custom004: *pipelines
|
||||||
custom05: *pipelines
|
custom005: *pipelines
|
||||||
custom06: *pipelines
|
custom006: *pipelines
|
||||||
custom07: *pipelines
|
custom007: *pipelines
|
||||||
custom08: *pipelines
|
custom008: *pipelines
|
||||||
custom09: *pipelines
|
custom009: *pipelines
|
||||||
custom10: *pipelines
|
custom010: *pipelines
|
||||||
index_settings:
|
index_settings:
|
||||||
global_overrides:
|
global_overrides:
|
||||||
index_template:
|
index_template:
|
||||||
|
|||||||
Reference in New Issue
Block a user