SQL Query Receiver
#31777
Replies: 1 comment
-
@dmitryax @crobert-1 I have a similar usecase. We are trying to use SQL Query Receiver for our Log Export pipeline. We store a few audit logs in Postgres and want to export it to a Syslog Server using OpenTelemetry. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all, hope all well. Looking for some clarification around sql query receiver, in context of logs.
Documentation is clear on how the state is maintained so that we don't fetch same records on restart of agent. However, when deployed as daemonset, want to understand how the state is replicated across receivers (one on each pod). Because, if the state is not replicated, wouldn't each of the receiver query same data, there by duplicating log records?
Cheers
Beta Was this translation helpful? Give feedback.
All reactions