Merge remote-tracking branch 'origin/3/dev' into delta

This commit is contained in:
Josh Patterson
2026-03-18 13:05:02 -04:00
33 changed files with 802 additions and 776 deletions
+11 -11
View File
@@ -1,13 +1,13 @@
logstash:
enabled:
description: Enables or disables the Logstash log event forwarding process. On most grid installations, when this process is disabled log events are unable to be ingested into the SOC backend.
helpLink: logstash.html
helpLink: logstash
assigned_pipelines:
roles:
standalone: &assigned_pipelines
description: List of defined pipelines to add to this role.
advanced: True
helpLink: logstash.html
helpLink: logstash
multiline: True
forcedType: "[]string"
duplicates: True
@@ -21,7 +21,7 @@ logstash:
receiver: &defined_pipelines
description: List of pipeline configurations assign to this group.
advanced: True
helpLink: logstash.html
helpLink: logstash
multiline: True
forcedType: "[]string"
duplicates: True
@@ -39,7 +39,7 @@ logstash:
advanced: True
multiline: True
forcedType: string
helpLink: logstash.html
helpLink: logstash
duplicates: True
custom002: *pipeline_config
custom003: *pipeline_config
@@ -53,35 +53,35 @@ logstash:
settings:
lsheap:
description: Heap size to use for logstash
helpLink: logstash.html
helpLink: logstash
global: False
config:
api_x_http_x_host:
description: Host interface to listen to connections.
helpLink: logstash.html
helpLink: logstash
readonly: True
advanced: True
path_x_logs:
description: Path inside the container to wrote logs.
helpLink: logstash.html
helpLink: logstash
readonly: True
advanced: True
pipeline_x_workers:
description: Number of worker threads to process events in logstash.
helpLink: logstash.html
helpLink: logstash
global: False
pipeline_x_batch_x_size:
description: Logstash batch size.
helpLink: logstash.html
helpLink: logstash
global: False
pipeline_x_ecs_compatibility:
description: Sets ECS compatibility. This is set per pipeline so you should never need to change this.
helpLink: logstash.html
helpLink: logstash
readonly: True
advanced: True
dmz_nodes:
description: "List of receiver nodes in DMZs. Prevents sensors from sending to these receivers. Primarily used for external Elastic agents."
helpLink: logstash.html
helpLink: logstash
multiline: True
advanced: True
forcedType: "[]string"