We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5937f7e commit 823d89cCopy full SHA for 823d89c
build/logcollector/fluentbit/fluentbit_mongo.conf
@@ -1,16 +1,22 @@
1
+[PARSER]
2
+ Name json
3
+ Format json
4
+ Time_Key t.$date
5
+ Time_Format %Y-%m-%dT%H:%M:%S.%L%z
6
+
7
[SERVICE]
8
Flush 1
9
Log_Level debug
10
Daemon off
- parsers_file json
11
+ Parser json
12
13
[INPUT]
14
Name tail
15
Path ${LOG_DATA_DIR}/mongod.log
16
Tag ${POD_NAMESPACE}.${POD_NAME}.mongod.log
17
Refresh_Interval 5
18
DB /tmp/flb_kube.db
- multiline.parser multiline-regex-test
19
20
read_from_head true
21
Path_Key file
22
0 commit comments