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 da09dcd commit 82de1f2Copy full SHA for 82de1f2
administration/memory-management.md
@@ -17,7 +17,7 @@ the worst case, the output plugin likely could use `20MB`.
17
Fluent Bit has an internal binary representation for the data being processed. When
18
this data reaches an output plugin, it can create its own representation in a new
19
memory buffer for processing. The best examples are the
20
-[InfluxDB](pipeline/outputs/influxdb.md) and
+[InfluxDB](manual/pipeline/outputs/influxdb.md) and
21
[Elasticsearch](pipeline/outputs/elasticsearch.md) output plugins, which need to
22
convert the binary representation to their respective custom JSON formats before
23
sending data to the backend servers.
0 commit comments