-
I'm pushing logs via Telegraf's Loki output plugin. So far I have not seen any sign my pipelines are being used. I've tried setting When I compare https://github.com/GreptimeTeam/greptimedb/blob/v0.14.4/src/servers/src/http/loki.rs and https://github.com/GreptimeTeam/greptimedb/blob/v0.14.4/src/servers/src/http/otlp.rs, I see that otlp.rs uses the Doe the Loki ingest api point just not support pipelines? Should I be finding another way to get my logs into greptimedb? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
@jerrac, the Loki doesn't support pipeline, and we track the issue in #4800. Can you consider ingesting logs with other protocols? For example, you can use NDJSON format or Elasticsearch protocol to ingest logs. |
Beta Was this translation helpful? Give feedback.
@jerrac, the Loki doesn't support pipeline, and we track the issue in #4800. Can you consider ingesting logs with other protocols? For example, you can use NDJSON format or Elasticsearch protocol to ingest logs.