Skip to content

Commit cd77d8c

Browse files
committed
HA: Mention fluent-bit for log forwarders
1 parent 596818c commit cd77d8c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

deployment/high-availability.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ consists of **log forwarders** and **log aggregators**.
4444
'**log forwarders**' are typically installed on every node to receive
4545
local events. Once an event is received, they forward it to the 'log
4646
aggregators' through the network.
47+
For log forwarders, [fluent-bit](https://fluentbit.io/) is also good candidate for light-weight processing.
4748

4849
'**log aggregators**' are daemons that continuously receive events from
4950
the log forwarders. They buffer the events and periodically upload the
@@ -131,7 +132,7 @@ succeeds.
131132
### Forwarder Failure
132133

133134
When a log forwarder receives events from applications, the events are first
134-
written into a disk buffer (specified by <buffer>'s `path`). After every
135+
written into a disk buffer (specified by `<buffer>`'s `path`). After every
135136
`flush_interval`, the buffered data is forwarded to aggregators.
136137

137138
This process is inherently robust against data loss. If a log forwarder's
@@ -149,7 +150,7 @@ However, possible message loss scenarios do exist:
149150
### Aggregator Failure
150151

151152
When log aggregators receive events from log forwarders, the events are first
152-
written into a disk buffer (specified by <buffer>'s `path`). After every
153+
written into a disk buffer (specified by `<buffer>`'s `path`). After every
153154
`flush_interval`, the buffered data is uploaded to the cloud.
154155

155156
This process is inherently robust against data loss. If a log aggregator's

0 commit comments

Comments
 (0)