Skip to content

Add filter do drop thanos request logs

Nick Duff requested to merge nduff/thanos-logs into master

What

Adds exclusion rule to thanos log entries with an http.request_id key.

Why

As part of decommissioning thanos we are enabling request logging to find what is still using the query frontend.

We are filtering this out through Loki, but because of the rate of these logs we drop them here so we don't overwhelm elastic.

Merge request reports