diff --git a/salt/logstash/soc_logstash.yaml b/salt/logstash/soc_logstash.yaml index a4d0b87bf..a780c1ebe 100644 --- a/salt/logstash/soc_logstash.yaml +++ b/salt/logstash/soc_logstash.yaml @@ -1,14 +1,13 @@ logstash: assigned_pipelines: roles: - reciever: &assigned_pipelines + receiver: &assigned_pipelines description: List of pipelines assigned to this role. advanced: True helpLink: logstash.html multiline: True fleet: *assigned_pipelines manager: *assigned_pipelines - nodes: *assigned_pipelines search: *assigned_pipelines settings: lsheap: @@ -20,10 +19,12 @@ logstash: description: Host interface to listen to connections. helpLink: logstash.html readonly: True + advanced: True path_x_logs: description: Path inside the container to wrote logs. helpLink: logstash.html readonly: True + advanced: True pipeline_x_workers: description: Number of worker threads to process events in logstash. helpLink: logstash.html @@ -36,6 +37,7 @@ logstash: description: Sets ECS compatibility. This is set per pipeline so you should never need to change this. helpLink: logstash.html 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