From 24445cf36a5e300df254591303ab06c67e06b228 Mon Sep 17 00:00:00 2001 From: Josh Brower Date: Tue, 16 May 2023 16:43:21 -0400 Subject: [PATCH] Rename Fleet pipelines --- salt/logstash/defaults.yaml | 4 ++-- ...input_lumberjack_fleet.conf => 0013_input_http_fleet.conf} | 0 ...ack_fleet.conf.jinja => 9806_output_http_fleet.conf.jinja} | 0 3 files changed, 2 insertions(+), 2 deletions(-) rename salt/logstash/pipelines/config/so/{0013_input_lumberjack_fleet.conf => 0013_input_http_fleet.conf} (100%) rename salt/logstash/pipelines/config/so/{9806_output_lumberjack_fleet.conf.jinja => 9806_output_http_fleet.conf.jinja} (100%) diff --git a/salt/logstash/defaults.yaml b/salt/logstash/defaults.yaml index 790ab0f3b..a273476e1 100644 --- a/salt/logstash/defaults.yaml +++ b/salt/logstash/defaults.yaml @@ -21,11 +21,11 @@ logstash: defined_pipelines: fleet: - so/0012_input_elastic_agent.conf - - so/9806_output_lumberjack_fleet.conf.jinja + - so/9806_output_http_fleet.conf.jinja manager: - so/0011_input_endgame.conf - so/0012_input_elastic_agent.conf - - so/0013_input_lumberjack_fleet.conf + - so/0013_input_http_fleet.conf - so/9999_output_redis.conf.jinja receiver: - so/0011_input_endgame.conf diff --git a/salt/logstash/pipelines/config/so/0013_input_lumberjack_fleet.conf b/salt/logstash/pipelines/config/so/0013_input_http_fleet.conf similarity index 100% rename from salt/logstash/pipelines/config/so/0013_input_lumberjack_fleet.conf rename to salt/logstash/pipelines/config/so/0013_input_http_fleet.conf diff --git a/salt/logstash/pipelines/config/so/9806_output_lumberjack_fleet.conf.jinja b/salt/logstash/pipelines/config/so/9806_output_http_fleet.conf.jinja similarity index 100% rename from salt/logstash/pipelines/config/so/9806_output_lumberjack_fleet.conf.jinja rename to salt/logstash/pipelines/config/so/9806_output_http_fleet.conf.jinja