diff --git a/support-files/templates/aix/powerpc/etc/bkunifylogbeat.conf b/support-files/templates/aix/powerpc/etc/bkunifylogbeat.conf index a88823a..62c0347 100644 --- a/support-files/templates/aix/powerpc/etc/bkunifylogbeat.conf +++ b/support-files/templates/aix/powerpc/etc/bkunifylogbeat.conf @@ -31,3 +31,5 @@ bkunifylogbeat.eventdataid: -1 bkunifylogbeat.multi_config: - path: "/usr/local/gse/plugins/etc/bkunifylogbeat" file_pattern: "*.conf" + - path: "/usr/local/gse/plugins/etc/bkunifylogbeat/bcs" + file_pattern: "*.conf" \ No newline at end of file diff --git a/support-files/templates/aix/powerpc/etc/bkunifylogbeat_main.conf.tpl b/support-files/templates/aix/powerpc/etc/bkunifylogbeat_main.conf.tpl index b84d813..0bf03a8 100644 --- a/support-files/templates/aix/powerpc/etc/bkunifylogbeat_main.conf.tpl +++ b/support-files/templates/aix/powerpc/etc/bkunifylogbeat_main.conf.tpl @@ -31,3 +31,5 @@ bkunifylogbeat.eventdataid: -1 bkunifylogbeat.multi_config: - path: {{ plugin_path.subconfig_path }} file_pattern: "*.conf" + - path: {{ plugin_path.subconfig_path }}/bcs + file_pattern: "*.conf" diff --git a/support-files/templates/linux/aarch64/etc/bkunifylogbeat.conf b/support-files/templates/linux/aarch64/etc/bkunifylogbeat.conf index a88823a..62c0347 100644 --- a/support-files/templates/linux/aarch64/etc/bkunifylogbeat.conf +++ b/support-files/templates/linux/aarch64/etc/bkunifylogbeat.conf @@ -31,3 +31,5 @@ bkunifylogbeat.eventdataid: -1 bkunifylogbeat.multi_config: - path: "/usr/local/gse/plugins/etc/bkunifylogbeat" file_pattern: "*.conf" + - path: "/usr/local/gse/plugins/etc/bkunifylogbeat/bcs" + file_pattern: "*.conf" \ No newline at end of file diff --git a/support-files/templates/linux/aarch64/etc/bkunifylogbeat_main.conf.tpl b/support-files/templates/linux/aarch64/etc/bkunifylogbeat_main.conf.tpl index b84d813..0bf03a8 100644 --- a/support-files/templates/linux/aarch64/etc/bkunifylogbeat_main.conf.tpl +++ b/support-files/templates/linux/aarch64/etc/bkunifylogbeat_main.conf.tpl @@ -31,3 +31,5 @@ bkunifylogbeat.eventdataid: -1 bkunifylogbeat.multi_config: - path: {{ plugin_path.subconfig_path }} file_pattern: "*.conf" + - path: {{ plugin_path.subconfig_path }}/bcs + file_pattern: "*.conf" diff --git a/support-files/templates/linux/x86/etc/bkunifylogbeat.conf b/support-files/templates/linux/x86/etc/bkunifylogbeat.conf index a88823a..62c0347 100644 --- a/support-files/templates/linux/x86/etc/bkunifylogbeat.conf +++ b/support-files/templates/linux/x86/etc/bkunifylogbeat.conf @@ -31,3 +31,5 @@ bkunifylogbeat.eventdataid: -1 bkunifylogbeat.multi_config: - path: "/usr/local/gse/plugins/etc/bkunifylogbeat" file_pattern: "*.conf" + - path: "/usr/local/gse/plugins/etc/bkunifylogbeat/bcs" + file_pattern: "*.conf" \ No newline at end of file diff --git a/support-files/templates/linux/x86/etc/bkunifylogbeat_main.conf.tpl b/support-files/templates/linux/x86/etc/bkunifylogbeat_main.conf.tpl index b84d813..0bf03a8 100644 --- a/support-files/templates/linux/x86/etc/bkunifylogbeat_main.conf.tpl +++ b/support-files/templates/linux/x86/etc/bkunifylogbeat_main.conf.tpl @@ -31,3 +31,5 @@ bkunifylogbeat.eventdataid: -1 bkunifylogbeat.multi_config: - path: {{ plugin_path.subconfig_path }} file_pattern: "*.conf" + - path: {{ plugin_path.subconfig_path }}/bcs + file_pattern: "*.conf" diff --git a/support-files/templates/linux/x86_64/etc/bkunifylogbeat.conf b/support-files/templates/linux/x86_64/etc/bkunifylogbeat.conf index a88823a..62c0347 100644 --- a/support-files/templates/linux/x86_64/etc/bkunifylogbeat.conf +++ b/support-files/templates/linux/x86_64/etc/bkunifylogbeat.conf @@ -31,3 +31,5 @@ bkunifylogbeat.eventdataid: -1 bkunifylogbeat.multi_config: - path: "/usr/local/gse/plugins/etc/bkunifylogbeat" file_pattern: "*.conf" + - path: "/usr/local/gse/plugins/etc/bkunifylogbeat/bcs" + file_pattern: "*.conf" \ No newline at end of file diff --git a/support-files/templates/linux/x86_64/etc/bkunifylogbeat_main.conf.tpl b/support-files/templates/linux/x86_64/etc/bkunifylogbeat_main.conf.tpl index b84d813..0bf03a8 100644 --- a/support-files/templates/linux/x86_64/etc/bkunifylogbeat_main.conf.tpl +++ b/support-files/templates/linux/x86_64/etc/bkunifylogbeat_main.conf.tpl @@ -31,3 +31,5 @@ bkunifylogbeat.eventdataid: -1 bkunifylogbeat.multi_config: - path: {{ plugin_path.subconfig_path }} file_pattern: "*.conf" + - path: {{ plugin_path.subconfig_path }}/bcs + file_pattern: "*.conf" diff --git a/support-files/templates/windows/x86/etc/bkunifylogbeat.conf b/support-files/templates/windows/x86/etc/bkunifylogbeat.conf index 15bcf16..4ccfdb9 100644 --- a/support-files/templates/windows/x86/etc/bkunifylogbeat.conf +++ b/support-files/templates/windows/x86/etc/bkunifylogbeat.conf @@ -31,3 +31,5 @@ bkunifylogbeat.eventdataid: -1 bkunifylogbeat.multi_config: - path: C:\gse\plugins\etc\bkunifylogbeat file_pattern: "*.conf" + - path: C:\gse\plugins\etc\bkunifylogbeat\bcs + file_pattern: "*.conf" diff --git a/support-files/templates/windows/x86/etc/bkunifylogbeat_main.conf.tpl b/support-files/templates/windows/x86/etc/bkunifylogbeat_main.conf.tpl index b84d813..dd4f36d 100644 --- a/support-files/templates/windows/x86/etc/bkunifylogbeat_main.conf.tpl +++ b/support-files/templates/windows/x86/etc/bkunifylogbeat_main.conf.tpl @@ -31,3 +31,5 @@ bkunifylogbeat.eventdataid: -1 bkunifylogbeat.multi_config: - path: {{ plugin_path.subconfig_path }} file_pattern: "*.conf" + - path: {{ plugin_path.subconfig_path }}\bcs + file_pattern: "*.conf" diff --git a/support-files/templates/windows/x86_64/etc/bkunifylogbeat.conf b/support-files/templates/windows/x86_64/etc/bkunifylogbeat.conf index 15bcf16..4ccfdb9 100644 --- a/support-files/templates/windows/x86_64/etc/bkunifylogbeat.conf +++ b/support-files/templates/windows/x86_64/etc/bkunifylogbeat.conf @@ -31,3 +31,5 @@ bkunifylogbeat.eventdataid: -1 bkunifylogbeat.multi_config: - path: C:\gse\plugins\etc\bkunifylogbeat file_pattern: "*.conf" + - path: C:\gse\plugins\etc\bkunifylogbeat\bcs + file_pattern: "*.conf" diff --git a/support-files/templates/windows/x86_64/etc/bkunifylogbeat_main.conf.tpl b/support-files/templates/windows/x86_64/etc/bkunifylogbeat_main.conf.tpl index b84d813..dd4f36d 100644 --- a/support-files/templates/windows/x86_64/etc/bkunifylogbeat_main.conf.tpl +++ b/support-files/templates/windows/x86_64/etc/bkunifylogbeat_main.conf.tpl @@ -31,3 +31,5 @@ bkunifylogbeat.eventdataid: -1 bkunifylogbeat.multi_config: - path: {{ plugin_path.subconfig_path }} file_pattern: "*.conf" + - path: {{ plugin_path.subconfig_path }}\bcs + file_pattern: "*.conf"