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.
1 parent 1ace396 commit f3d62a4Copy full SHA for f3d62a4
conf/out_pgsql.conf
@@ -0,0 +1,36 @@
1
+[SERVICE]
2
+ Flush 5
3
+ Daemon Off
4
+ Log_Level info
5
+
6
+[INPUT]
7
+ Name mem
8
+ Tag mem.usage
9
10
+# filter_stdout to show streaming data
11
+[FILTER]
12
+ Name stdout
13
+ Match *
14
15
+# default mode
16
+[OUTPUT]
17
+ Name pgsql
18
19
+ Host 127.0.0.1
20
+ Port 5432
21
+ User postgres
22
+ Password pwd
23
+ Database fluentbit
24
+ Table fluentbit
25
26
+# daemon mode
27
28
29
30
31
32
33
34
35
36
+ Daemon On
0 commit comments