Skip to content

Commit

Permalink
Update fluent-bit submodule to v1.8.11 and switch dns resolver to leg…
Browse files Browse the repository at this point in the history
…acy.
  • Loading branch information
qingling128 committed Dec 16, 2021
1 parent 3150c9a commit b1bb57b
Show file tree
Hide file tree
Showing 57 changed files with 58 additions and 1 deletion.
2 changes: 2 additions & 0 deletions confgenerator/fluentbit/service.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ func (s Service) Component() Component {
"HTTP_Listen": "0.0.0.0",
"HTTP_PORT": "2020",

// Use the legacy DNS resolver mechanism to work around b/206549605 temporarily.
"dns.resolver": "legacy",
// https://docs.fluentbit.io/manual/administration/buffering-and-storage#service-section-configuration
// storage.path is set by Fluent Bit systemd unit (e.g. /var/lib/google-cloud-ops-agent/fluent-bit/buffers).
"storage.sync": "normal",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
HTTP_PORT 2020
HTTP_Server On
Log_Level info
dns.resolver legacy
storage.backlog.mem_limit 50M
storage.checksum on
storage.max_chunks_up 128
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
HTTP_PORT 2020
HTTP_Server On
Log_Level info
dns.resolver legacy
storage.backlog.mem_limit 50M
storage.checksum on
storage.max_chunks_up 128
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
HTTP_PORT 2020
HTTP_Server On
Log_Level info
dns.resolver legacy
storage.backlog.mem_limit 50M
storage.checksum on
storage.max_chunks_up 128
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
HTTP_PORT 2020
HTTP_Server On
Log_Level warn
dns.resolver legacy
storage.backlog.mem_limit 50M
storage.checksum on
storage.max_chunks_up 128
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
HTTP_PORT 2020
HTTP_Server On
Log_Level info
dns.resolver legacy
storage.backlog.mem_limit 50M
storage.checksum on
storage.max_chunks_up 128
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
HTTP_PORT 2020
HTTP_Server On
Log_Level info
dns.resolver legacy
storage.backlog.mem_limit 50M
storage.checksum on
storage.max_chunks_up 128
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
HTTP_PORT 2020
HTTP_Server On
Log_Level info
dns.resolver legacy
storage.backlog.mem_limit 50M
storage.checksum on
storage.max_chunks_up 128
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
HTTP_PORT 2020
HTTP_Server On
Log_Level info
dns.resolver legacy
storage.backlog.mem_limit 50M
storage.checksum on
storage.max_chunks_up 128
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
HTTP_PORT 2020
HTTP_Server On
Log_Level info
dns.resolver legacy
storage.backlog.mem_limit 50M
storage.checksum on
storage.max_chunks_up 128
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
HTTP_PORT 2020
HTTP_Server On
Log_Level info
dns.resolver legacy
storage.backlog.mem_limit 50M
storage.checksum on
storage.max_chunks_up 128
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
HTTP_PORT 2020
HTTP_Server On
Log_Level info
dns.resolver legacy
storage.backlog.mem_limit 50M
storage.checksum on
storage.max_chunks_up 128
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
HTTP_PORT 2020
HTTP_Server On
Log_Level info
dns.resolver legacy
storage.backlog.mem_limit 50M
storage.checksum on
storage.max_chunks_up 128
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
HTTP_PORT 2020
HTTP_Server On
Log_Level info
dns.resolver legacy
storage.backlog.mem_limit 50M
storage.checksum on
storage.max_chunks_up 128
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
HTTP_PORT 2020
HTTP_Server On
Log_Level info
dns.resolver legacy
storage.backlog.mem_limit 50M
storage.checksum on
storage.max_chunks_up 128
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
HTTP_PORT 2020
HTTP_Server On
Log_Level info
dns.resolver legacy
storage.backlog.mem_limit 50M
storage.checksum on
storage.max_chunks_up 128
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
HTTP_PORT 2020
HTTP_Server On
Log_Level info
dns.resolver legacy
storage.backlog.mem_limit 50M
storage.checksum on
storage.max_chunks_up 128
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
HTTP_PORT 2020
HTTP_Server On
Log_Level info
dns.resolver legacy
storage.backlog.mem_limit 50M
storage.checksum on
storage.max_chunks_up 128
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
HTTP_PORT 2020
HTTP_Server On
Log_Level info
dns.resolver legacy
storage.backlog.mem_limit 50M
storage.checksum on
storage.max_chunks_up 128
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
HTTP_PORT 2020
HTTP_Server On
Log_Level info
dns.resolver legacy
storage.backlog.mem_limit 50M
storage.checksum on
storage.max_chunks_up 128
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
HTTP_PORT 2020
HTTP_Server On
Log_Level info
dns.resolver legacy
storage.backlog.mem_limit 50M
storage.checksum on
storage.max_chunks_up 128
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
HTTP_PORT 2020
HTTP_Server On
Log_Level info
dns.resolver legacy
storage.backlog.mem_limit 50M
storage.checksum on
storage.max_chunks_up 128
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
HTTP_PORT 2020
HTTP_Server On
Log_Level info
dns.resolver legacy
storage.backlog.mem_limit 50M
storage.checksum on
storage.max_chunks_up 128
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
HTTP_PORT 2020
HTTP_Server On
Log_Level info
dns.resolver legacy
storage.backlog.mem_limit 50M
storage.checksum on
storage.max_chunks_up 128
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
HTTP_PORT 2020
HTTP_Server On
Log_Level info
dns.resolver legacy
storage.backlog.mem_limit 50M
storage.checksum on
storage.max_chunks_up 128
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
HTTP_PORT 2020
HTTP_Server On
Log_Level info
dns.resolver legacy
storage.backlog.mem_limit 50M
storage.checksum on
storage.max_chunks_up 128
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
HTTP_PORT 2020
HTTP_Server On
Log_Level info
dns.resolver legacy
storage.backlog.mem_limit 50M
storage.checksum on
storage.max_chunks_up 128
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
HTTP_PORT 2020
HTTP_Server On
Log_Level info
dns.resolver legacy
storage.backlog.mem_limit 50M
storage.checksum on
storage.max_chunks_up 128
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
HTTP_PORT 2020
HTTP_Server On
Log_Level info
dns.resolver legacy
storage.backlog.mem_limit 50M
storage.checksum on
storage.max_chunks_up 128
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
HTTP_PORT 2020
HTTP_Server On
Log_Level info
dns.resolver legacy
storage.backlog.mem_limit 50M
storage.checksum on
storage.max_chunks_up 128
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
HTTP_PORT 2020
HTTP_Server On
Log_Level info
dns.resolver legacy
storage.backlog.mem_limit 50M
storage.checksum on
storage.max_chunks_up 128
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
HTTP_PORT 2020
HTTP_Server On
Log_Level info
dns.resolver legacy
storage.backlog.mem_limit 50M
storage.checksum on
storage.max_chunks_up 128
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
HTTP_PORT 2020
HTTP_Server On
Log_Level info
dns.resolver legacy
storage.backlog.mem_limit 50M
storage.checksum on
storage.max_chunks_up 128
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
HTTP_PORT 2020
HTTP_Server On
Log_Level info
dns.resolver legacy
storage.backlog.mem_limit 50M
storage.checksum on
storage.max_chunks_up 128
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
HTTP_PORT 2020
HTTP_Server On
Log_Level info
dns.resolver legacy
storage.backlog.mem_limit 50M
storage.checksum on
storage.max_chunks_up 128
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
HTTP_PORT 2020
HTTP_Server On
Log_Level info
dns.resolver legacy
storage.backlog.mem_limit 50M
storage.checksum on
storage.max_chunks_up 128
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
HTTP_PORT 2020
HTTP_Server On
Log_Level info
dns.resolver legacy
storage.backlog.mem_limit 50M
storage.checksum on
storage.max_chunks_up 128
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
HTTP_PORT 2020
HTTP_Server On
Log_Level info
dns.resolver legacy
storage.backlog.mem_limit 50M
storage.checksum on
storage.max_chunks_up 128
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
HTTP_PORT 2020
HTTP_Server On
Log_Level info
dns.resolver legacy
storage.backlog.mem_limit 50M
storage.checksum on
storage.max_chunks_up 128
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
HTTP_PORT 2020
HTTP_Server On
Log_Level info
dns.resolver legacy
storage.backlog.mem_limit 50M
storage.checksum on
storage.max_chunks_up 128
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
HTTP_PORT 2020
HTTP_Server On
Log_Level info
dns.resolver legacy
storage.backlog.mem_limit 50M
storage.checksum on
storage.max_chunks_up 128
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
HTTP_PORT 2020
HTTP_Server On
Log_Level info
dns.resolver legacy
storage.backlog.mem_limit 50M
storage.checksum on
storage.max_chunks_up 128
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
HTTP_PORT 2020
HTTP_Server On
Log_Level info
dns.resolver legacy
storage.backlog.mem_limit 50M
storage.checksum on
storage.max_chunks_up 128
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
HTTP_PORT 2020
HTTP_Server On
Log_Level info
dns.resolver legacy
storage.backlog.mem_limit 50M
storage.checksum on
storage.max_chunks_up 128
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
HTTP_PORT 2020
HTTP_Server On
Log_Level info
dns.resolver legacy
storage.backlog.mem_limit 50M
storage.checksum on
storage.max_chunks_up 128
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
HTTP_PORT 2020
HTTP_Server On
Log_Level info
dns.resolver legacy
storage.backlog.mem_limit 50M
storage.checksum on
storage.max_chunks_up 128
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
HTTP_PORT 2020
HTTP_Server On
Log_Level info
dns.resolver legacy
storage.backlog.mem_limit 50M
storage.checksum on
storage.max_chunks_up 128
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
HTTP_PORT 2020
HTTP_Server On
Log_Level info
dns.resolver legacy
storage.backlog.mem_limit 50M
storage.checksum on
storage.max_chunks_up 128
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
HTTP_PORT 2020
HTTP_Server On
Log_Level info
dns.resolver legacy
storage.backlog.mem_limit 50M
storage.checksum on
storage.max_chunks_up 128
Expand Down
Loading

0 comments on commit b1bb57b

Please sign in to comment.