Skip to content

Commit

Permalink
Use 2.2 version of fluent-bit on command line example
Browse files Browse the repository at this point in the history
Co-authored-by: Pat <[email protected]>
Signed-off-by: Hiroshi Hatake <[email protected]>
  • Loading branch information
cosmo0920 and patrick-stephens authored Oct 2, 2023
1 parent b7d5d54 commit 8f8968b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pipeline/inputs/process-exporter-metrics.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ These are then exposed over port 2021.
docker run -ti -v /proc:/host/proc \
-v /sys:/host/sys \
-p 2021:2021 \
fluent/fluent-bit:2.2.0 \
fluent/fluent-bit:2.2 \
/fluent-bit/bin/fluent-bit \
-i process_exporter_metrics -p path.procfs=/host/proc \
-o prometheus_exporter -p "add_label=host $HOSTNAME" \
Expand Down

0 comments on commit 8f8968b

Please sign in to comment.