Hey everyone! We have signoz self hosted set up an...
# support
t
Hey everyone! We have signoz self hosted set up and running. The dev ops expert set it up for the logs and I wanted to look into the integration for traces. Where it starts and ends is me not being able to find where to create the access token / ingestion key. I can confirm that I am an admin and I do not see a tab under settings. Any ideas?
I dug into the FE code and it seems to be a bit of a mystery to me. I am on version 0.57 and I am able to see and visit the org settings page but not the api key page. It is well and truely unclear to me what state I am in
a
You should see a tab "Ingestion Settings" on your settings menu
t
Thanks for the reply. I don't see it. Is this supposed to be there in the self hosted version?
s
Hi, The ingestion setting is cloud/EE only feature.
t
Okay, thanks. So, am I not able to ingest traces if self hosted?
s
No, you can continue to ingest because the self-hosted also runs the otel-collector
t
I see, so it just isn't protected by access control. I assume it's good that it isn't exposed to the internet
s
The same collector ships with all auth extensions https://github.com/open-telemetry/opentelemetry-collector-contrib/tree/main/extension, In case you need it, you can use any of them.
117 Views