summaryrefslogtreecommitdiffstats
path: root/fluent-bit/conf/out_file.conf
diff options
context:
space:
mode:
Diffstat (limited to 'fluent-bit/conf/out_file.conf')
-rw-r--r--fluent-bit/conf/out_file.conf36
1 files changed, 36 insertions, 0 deletions
diff --git a/fluent-bit/conf/out_file.conf b/fluent-bit/conf/out_file.conf
new file mode 100644
index 00000000..a6e4cca7
--- /dev/null
+++ b/fluent-bit/conf/out_file.conf
@@ -0,0 +1,36 @@
+[SERVICE]
+ Flush 5
+ Daemon Off
+ Log_Level info
+
+[INPUT]
+ Name mem
+ Tag mem.usage
+
+# filter_stdout to show streaming data
+[FILTER]
+ Name stdout
+ Match *
+
+# default format : JSON
+[OUTPUT]
+ Name file
+ Match *
+ Path mem.json
+
+# csv format
+[OUTPUT]
+ Name file
+ Match *
+ Path mem.csv
+ Format csv
+ #Delimiter ,
+
+# ltsv format
+[OUTPUT]
+ Name file
+ Match *
+ Path mem.ltsv
+ Format ltsv
+ #Label_Delimiter :
+ #Delimiter \t