Auto-complete for Attribute Values in Logs Dashboard
TLDR Pranay asked about auto-complete support for attribute values in the Logs dashboard. Srikanth confirmed it's in development and advised keeping an eye on release notes.
May 30, 2023 (6 months ago)
Pranay
11:12 PMExample - I have an attribute called service_name, when I select that and the operator in query builder and start typing the name for the service, it should potentially have a dropdown that has matching fields
Is this something that already exists and I am missing the configuration for it?
May 31, 2023 (6 months ago)
Srikanth
01:58 AMPranay
05:54 AMSigNoz Community
Indexed 1023 threads (61% resolved)
Similar Threads
Extracting Custom Fields as Attributes from Log in SigNoz
Harald wants to have custom fields from their body parsed as attributes in the SigNoz logger. They have tried implementing suggestions from nitya-signoz and Prashant, but the issue remains unsolved due to a potential race condition encountered while executing the code. They have provided a full example using Kind for further assistance.
Adding Traceid in Logs and Utilizing Helm for SigNoz Installation
Charan sought assistance on adding traceid in logs. nitya-signoz advised how to parse it and Prashant suggested modification of the logtransform processor or addition of a new one as a solution.
Issues with Adding SpanId and TraceId to Log Entries in SigNoz
Hannes was struggling with adding spanId and traceId to log entries using SigNoz. Nocnica offered support, after which Hannes managed to solve the issue by using `regex_parser` & `key_value_parser`.