Decentralized Logging with Loki

I have an embedded device, running (among other things) an InfluxDB and a Loki instance. This device is on the move: usually it is on its own without internet connectivity, but occasionally it has access to its home network. Inside this home network both metrics (InfluxDB) and logs (Loki) shall be transferred/replicated/mirrored onto a central instance.

For InfluxDB this is possible both in real time by edge data replication an retroactively in batches using a flux query.

How can I achieve this with Loki/Promtail/LogQL?

  1. (soft) real time streaming of all Loki content to a remote instance
  2. retroactively mirroring existing logged content to a remote instance

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.