Hi! Question about log pipelines. From what I can ...
# support
m
Hi! Question about log pipelines. From what I can understand, the
otel-collector
service is where pipelines get processed. Is this correct?
n
Correct, when a pipeline is applied, the config of the otel-collector is updated and and restart for the collector happens internally.
m
Oh, that's interesting. Is this configuration persisted in the database?
n
Yeah, it is persisted on the sqlite db of query-service.
m
Can the pipelines be defined in the collector config file? Trying to understand how to backup pipeline configuration
n
You can define them in the collector config file but you won’t be able to see them on the SigNoz ui.
m
Looks like users and organizations are also stored in this sqlite database according to the docs. The importance of the
SIGNOZ_LOCAL_DB_PATH
is not really clear from the docker compose file comments. Thank you for the clarification.
Would be great if externally defined pipelines could be imported from the UI
Or by one of the services involved