You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If my filter is body contains exception it's a valid query to clickhouse as we convert it internally to body ilike 'exception' . But when we convert it to otel config correct result is not set it remains body contains exception which results in wrong simulation results.
i.e logs containing Exception will not be captured by otel collector.
The text was updated successfully, but these errors were encountered:
raj-k-singh
changed the title
[LOGS] Pipelines filter case sensitve in otel collector.
[Log Parsing Pipelines] Pipelines filter case sensitve in otel collector.
Nov 22, 2023
If my filter is
body contains exception
it's a valid query to clickhouse as we convert it internally tobody ilike 'exception'
. But when we convert it to otel config correct result is not set it remainsbody contains exception
which results in wrong simulation results.i.e logs containing
Exception
will not be captured by otel collector.The text was updated successfully, but these errors were encountered: