From 5963b71fbbfd723c65c158f21322cb34988e8307 Mon Sep 17 00:00:00 2001 From: Simon Cornet Date: Tue, 6 May 2025 11:10:03 +0200 Subject: [PATCH] fix: consisten inputs naming for splunk --- tasks/config.yaml | 4 ++-- templates/splunkforwarder/{input.conf.j2 => inputs.conf.j2} | 0 2 files changed, 2 insertions(+), 2 deletions(-) rename templates/splunkforwarder/{input.conf.j2 => inputs.conf.j2} (100%) diff --git a/tasks/config.yaml b/tasks/config.yaml index 02621b1..ea3191a 100644 --- a/tasks/config.yaml +++ b/tasks/config.yaml @@ -20,8 +20,8 @@ mode: "0644" notify: "restart rsyslog" -# configure splunk universal forwarder - input -- name: "config - splunk universal forwarder - input" +# configure splunk universal forwarder - inputs +- name: "config - splunk universal forwarder - inputs" ansible.builtin.template: src: "templates/splunkforwarder/inputs.conf.j2" dest: "/opt/splunkforwarder/etc/system/local/inputs.conf" diff --git a/templates/splunkforwarder/input.conf.j2 b/templates/splunkforwarder/inputs.conf.j2 similarity index 100% rename from templates/splunkforwarder/input.conf.j2 rename to templates/splunkforwarder/inputs.conf.j2