Hello,
I have a quick question on logspipeline. When we create a pipeline and it gets stored in sqliteDB of the query service.
Now, when the logs are explored where does the splitting of logs happen? When we query it or at the otel collector level?
n
nitya-signoz
04/18/2024, 4:35 AM
itβs stored in sqlite, but is actually sent to the collector. The new logs which are about to be ingested goes through the pipeline in the collector.
nitya-signoz
04/18/2024, 4:35 AM
Nothing happens during query, all data transformation happens at collector level
s
Srinivas Anant
04/18/2024, 4:36 AM
Ah I see, using opamp protocol ? The otel collector does it? And not the otel collector metrics correct?