File tree Expand file tree Collapse file tree 11 files changed +26
-1
lines changed Expand file tree Collapse file tree 11 files changed +26
-1
lines changed Original file line number Diff line number Diff line change @@ -1523,6 +1523,7 @@ set(CPACK_RPM_SPEC_MORE_DEFINE "%define ignore \#")
15231523set (CPACK_RPM_RUNTIME_USER_FILELIST
15241524 "%config(noreplace) /etc/${FLB_OUT_NAME} /${FLB_OUT_NAME} .conf"
15251525 "%config(noreplace) /etc/${FLB_OUT_NAME} /parsers.conf"
1526+ "%config(noreplace) /etc/${FLB_OUT_NAME} /parsers.yaml"
15261527 "%config(noreplace) /etc/${FLB_OUT_NAME} /plugins.conf"
15271528 "%ignore /lib"
15281529 "%ignore /lib/systemd"
Original file line number Diff line number Diff line change 2626 # ============
2727 # specify an optional 'Parsers' configuration file
2828 parsers_file parsers.conf
29+ #parsers_file parsers.yaml
2930
3031 # Plugins File
3132 # ============
Original file line number Diff line number Diff line change 2626 # ============
2727 # specify an optional 'Parsers' configuration file
2828 parsers_file parsers.conf
29+ #parsers_file parsers.yaml
2930
3031 # Plugins File
3132 # ============
Original file line number Diff line number Diff line change 2626 # ============
2727 # specify an optional 'Parsers' configuration file
2828 parsers_file parsers.conf
29+ #parsers_file parsers.yaml
2930
3031 # Plugins File
3132 # ============
Original file line number Diff line number Diff line change 33 Daemon Off
44 Log_Level info
55 Parsers_File parsers.conf
6+ #Parsers_File parsers.yaml
67
78[INPUT]
89 Name tail
Original file line number Diff line number Diff line change 33 Daemon Off
44 Log_Level info
55 Parsers_File parsers.conf
6+ #Parsers_File parsers.yaml
67
78[INPUT]
89 Name tail
Original file line number Diff line number Diff line change 33 Daemon Off
44 Log_Level info
55 Parsers_File parsers.conf
6+ #Parsers_File parsers.yaml
67
78[INPUT]
89 Name tail
2223 call rate_limit
2324[OUTPUT]
2425 Name stdout
25- Match *
26+ Match *
Original file line number Diff line number Diff line change 11/etc/fluent-bit/parsers.conf
2+ /etc/fluent-bit/parsers.yaml
23/etc/fluent-bit/plugins.conf
34/etc/fluent-bit/fluent-bit.conf
Original file line number Diff line number Diff line change @@ -106,6 +106,12 @@ COPY conf/fluent-bit.conf \
106106 conf/parsers_extra.conf \
107107 conf/parsers_openstack.conf \
108108 conf/parsers_cinder.conf \
109+ conf/parsers.yaml \
110+ conf/parsers_ambassador.yaml \
111+ conf/parsers_java.yaml \
112+ conf/parsers_extra.yaml \
113+ conf/parsers_openstack.yaml \
114+ conf/parsers_cinder.yaml \
109115 conf/plugins.conf \
110116 /fluent-bit/etc/
111117
Original file line number Diff line number Diff line change @@ -193,6 +193,12 @@ RUN New-Item -Path /fluent-bit/etc/ -ItemType "directory"; `
193193 Copy-Item -Path /src/conf/parsers_extra.conf /fluent-bit/etc/; `
194194 Copy-Item -Path /src/conf/parsers_openstack.conf /fluent-bit/etc/; `
195195 Copy-Item -Path /src/conf/parsers_cinder.conf /fluent-bit/etc/; `
196+ Copy-Item -Path /src/conf/parsers.yaml /fluent-bit/etc/; `
197+ Copy-Item -Path /src/conf/parsers_ambassador.yaml /fluent-bit/etc/; `
198+ Copy-Item -Path /src/conf/parsers_java.yaml /fluent-bit/etc/; `
199+ Copy-Item -Path /src/conf/parsers_extra.yaml /fluent-bit/etc/; `
200+ Copy-Item -Path /src/conf/parsers_openstack.yaml /fluent-bit/etc/; `
201+ Copy-Item -Path /src/conf/parsers_cinder.yaml /fluent-bit/etc/; `
196202 Copy-Item -Path /src/conf/plugins.conf /fluent-bit/etc/; `
197203 Copy-Item -Path /src/build/bin/fluent-bit.exe /fluent-bit/bin/;
198204
You can’t perform that action at this time.
0 commit comments