A basic docker compose file that will set up Elasticsearch, Fluent Bit, and Kibana.
The following docker compose allows to ingest data through Forward protocol or Syslog in UDP mode, examples:
echo "{\"key\": 1234}" | fluent-cat test
logger -d -n 127.0.0.1 --port 5140 "hello"