I am trying to deploy Loki on AWS ECS and collect logs using Promtail. I am following this page (Run the Promtail client on AWS ECS) and have the following questions.
- The log router image used on ECS is
grafana/fluent-bit-plugin-loki
, which seems to be using a fluent bit log router instead of Promtail, am I missing something here? - In my understanding, Promtail is an alternative to Fluent Bit and it works better with Loki. Is there any stats/best-practices on choosing the right log router for Loki?