You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: examples/fluent-bit/send-fb-internal-metrics-to-cw/README.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -41,7 +41,7 @@ This example contains the following:
41
41
1. Custom Fluent Bit configuration that:
42
42
* Enables the [Fluent Bit monitoring endpoint](https://docs.fluentbit.io/manual/administration/monitoring)
43
43
* Uses the [exec input](https://docs.fluentbit.io/manual/pipeline/inputs/exec) to scrape that endpoint and output the results as logs
44
-
* Filters out everything except for output, metrics, this can be customized/altered
44
+
**Filters out everything except for output metrics*, this can be customized/altered. Un-comment the lines in the provided configuration file and remove the filter that exludes metrics not for outputs.
45
45
* Parses the data out of the logs to create a JSON event
46
46
* Sends the JSON to CloudWatch as logs
47
47
2. A custom parser file that can parse the prometheus text into a structured JSON log.
0 commit comments