We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
0 parents commit 3d9e1c4Copy full SHA for 3d9e1c4
Dockerfile
@@ -0,0 +1,4 @@
1
+FROM fluent/fluent-bit:1.9.8
2
+COPY ./fluent-bit.conf /fluent-bit/etc/fluent-bit.conf
3
+COPY ./fluent-bit-dev.conf /fluent-bit/etc/fluent-bit-dev.conf
4
+COPY ./parsers.conf /fluent-bit/etc/parsers.conf
0 commit comments