-
Notifications
You must be signed in to change notification settings - Fork 34
Expand file tree
/
Copy pathfluent-bit.conf
More file actions
38 lines (34 loc) · 941 Bytes
/
fluent-bit.conf
File metadata and controls
38 lines (34 loc) · 941 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
[SERVICE]
Flush 5
[INPUT]
Name systemd
Tag vm-journald-startup-logs
Path /var/log/journal
Systemd_Filter _SYSTEMD_UNIT=devcontainer.service
Mem_Buf_Limit 10MB
[INPUT]
Name systemd
Tag vm-journald-logs
Path /var/log/journal
Systemd_Filter _SYSTEMD_UNIT=docker.service
Systemd_Filter _SYSTEMD_UNIT=idle-shutdown.service
Systemd_Filter _SYSTEMD_UNIT=proxy-prober.service
Systemd_Filter _SYSTEMD_UNIT=proxy-readiness.service
Systemd_Filter _SYSTEMD_UNIT=locksmithd.service
Systemd_Filter _SYSTEMD_UNIT=update-engine.service
Mem_Buf_Limit 10MB
[INPUT]
Name tail
Tag vm-docker-logs
Parser docker
Path /var/lib/docker/containers/*/*.log
Path_key filepath
DB /var/lib/fluent-bit/flb_docker.db
Read_from_Head true
Skip_Long_Lines On
Mem_Buf_Limit 10MB
Refresh_Interval 5
[OUTPUT]
name stackdriver
match vm-*
resource gce_instance