Running a Logging Pipeline Locally
You can test logging pipelines locally to observe how they handles log messages. This guide explains how to use Docker Compose to run Fluent Bit and Elasticsearch locally, but you can use the same principles to test other plugins.
Create a configuration file
Start by creating a Fluent Bit configuration file to test.
Use Docker Compose
Use Docker Compose to run Fluent Bit (with the configuration file mounted) and Elasticsearch.
View indexed logs
To view indexed logs, run the following command:
Reset index
To reset your index, run the following command:
Last updated
Was this helpful?