I am new to signoz 0.48.1 and i have installed on my kubernetes instance. I want to access the logs using log APIs. I see query service , it is the right api service for it? Also, i don't see creating APIKeys option that document suggest. How do authentication works ?
a
AbdulSalaam Noibi
03/20/2025, 9:14 AM
Yes, in SigNoz 0.48.1, the Query Service (signoz-query-service) is the right API service to access logs using the log APIs.
The Query Service provides APIs to query logs, traces, and metrics. To access your logs, you can use endpoints like:
/api/v1/logs → Fetch logs
/api/v1/logs/search → Search logs with filters
For authentication, you need to enable it and then generate your API keys. Navigate to
SigNoz UI page → Go to Settings > API Keys
SigNoz is an open-source APM. It helps developers monitor their applications & troubleshoot problems, an open-source alternative to DataDog, NewRelic, etc.