Skip to content

"filter for value" not work well with dashboard type log #1284

Open
@zdyj3170101136

Description

@zdyj3170101136

when using visualization 'log' to view clickhouse log:

Image

click "filter for value"
Image

return error:
Image

the executed sql:

SELECT Timestamp as "timestamp", Body as "body", SeverityText as "level", ResourceAttributes as "labels", TraceId as "traceID" FROM "default"."otel_logs" WHERE ( timestamp >= toDateTime(1750292932) AND timestamp <= toDateTime(1750314532) ) ORDER BY timestamp DESC LIMIT 1000 settings additional_table_filters={'default.otel_logs' : ' name = \'CDJ471X7RQ.local\' '}

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    Status

    Incoming

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions