diff --git a/CMakeLists.txt b/CMakeLists.txt index 05fac0673d3..3d75566e08a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1523,6 +1523,7 @@ set(CPACK_RPM_SPEC_MORE_DEFINE "%define ignore \#") set(CPACK_RPM_RUNTIME_USER_FILELIST "%config(noreplace) /etc/${FLB_OUT_NAME}/${FLB_OUT_NAME}.conf" "%config(noreplace) /etc/${FLB_OUT_NAME}/parsers.conf" + "%config(noreplace) /etc/${FLB_OUT_NAME}/parsers.yaml" "%config(noreplace) /etc/${FLB_OUT_NAME}/plugins.conf" "%ignore /lib" "%ignore /lib/systemd" diff --git a/conf/fluent-bit-macos.conf b/conf/fluent-bit-macos.conf index 05da7ee69ed..0b3fc0aae2e 100644 --- a/conf/fluent-bit-macos.conf +++ b/conf/fluent-bit-macos.conf @@ -26,6 +26,7 @@ # ============ # specify an optional 'Parsers' configuration file parsers_file parsers.conf + #parsers_file parsers.yaml # Plugins File # ============ diff --git a/conf/fluent-bit-win32.conf b/conf/fluent-bit-win32.conf index a27ac5da9bf..016759629b2 100644 --- a/conf/fluent-bit-win32.conf +++ b/conf/fluent-bit-win32.conf @@ -26,6 +26,7 @@ # ============ # specify an optional 'Parsers' configuration file parsers_file parsers.conf + #parsers_file parsers.yaml # Plugins File # ============ diff --git a/conf/fluent-bit.conf b/conf/fluent-bit.conf index bf3269f38e2..059c91cde53 100644 --- a/conf/fluent-bit.conf +++ b/conf/fluent-bit.conf @@ -26,6 +26,7 @@ # ============ # specify an optional 'Parsers' configuration file parsers_file parsers.conf + #parsers_file parsers.yaml # Plugins File # ============ diff --git a/conf/kube.conf b/conf/kube.conf index ab7ef150cfd..a889ad6d8f7 100644 --- a/conf/kube.conf +++ b/conf/kube.conf @@ -3,6 +3,7 @@ Daemon Off Log_Level info Parsers_File parsers.conf + #Parsers_File parsers.yaml [INPUT] Name tail diff --git a/conf/kube_elasticsearch.conf b/conf/kube_elasticsearch.conf index 50ca2e1022d..cd4a37be117 100644 --- a/conf/kube_elasticsearch.conf +++ b/conf/kube_elasticsearch.conf @@ -3,6 +3,7 @@ Daemon Off Log_Level info Parsers_File parsers.conf + #Parsers_File parsers.yaml [INPUT] Name tail diff --git a/conf/parser_custom.conf b/conf/parser_custom.conf index 51e81985e09..63c439e085c 100644 --- a/conf/parser_custom.conf +++ b/conf/parser_custom.conf @@ -1,14 +1,14 @@ - [PARSER] +[PARSER] # https://rubular.com/r/6ZCuwV4Xa7nfA3 Name rabbitmq Format regex Regex (?[^ ]+)\s(?