From 1dbaa191608f25c7a5e0fd2e666d9fde9ac6a3ab Mon Sep 17 00:00:00 2001 From: Sanjay Govind Date: Tue, 8 Nov 2022 08:51:20 +1300 Subject: [PATCH] Fix incorrect quotes in `linux_shells.yml` --- macros/linux_shells.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/macros/linux_shells.yml b/macros/linux_shells.yml index ac059e8c01..9dae4051c2 100644 --- a/macros/linux_shells.yml +++ b/macros/linux_shells.yml @@ -1,4 +1,4 @@ -definition: (Processes.process_name IN ("sh", "ksh", "zsh", "bash", "dash", "rbash", "fish", "csh', "tcsh', "ion", "eshell")) +definition: (Processes.process_name IN ("sh", "ksh", "zsh", "bash", "dash", "rbash", "fish", "csh", "tcsh", "ion", "eshell")) description: customer specific splunk configurations(eg- index, source, sourcetype). Replace the macro definition with configurations for your Splunk Environmnent. -name: linux_shells \ No newline at end of file +name: linux_shells