This directory has a docker-compose file and its configuration required to run:
- A fluentbit installation with a dummy input, and Loki output configured for
structured_metadata_map_keys
- A Loki installation
- A grafana installation with a default Loki datasource
To run this, execute:
$ docker-compose up --force-recreate -d
n.b., the docker compose file contains an image
and a commented out build
section. Change
these to build from local source.