Drop filters

Drop Filters let you automatically discard noisy or irrelevant log lines, metrics, or spans before they count toward your ingest quota. Logs, metrics, or spans that match an active filter are never stored in Observe, so they:

  • cannot be searched,

  • do not trigger alerts,

  • never appear in dashboards, reports, or any other views.

Your monthly bill is calculated from Remaining observations, not the discarded Source observations.

Warning

You may filter out up to 50% of your average daily ingest volume (measured without Drop Filters enabled).

Requirements

To create a drop filter, you must either:

  • be an Admin (or a member of the Admin group), or

  • hold at least Edit access on the dataset where you’re adding the filter.

Without one of these privileges, the drop-filter option is unavailable.

Limitations

  • Drop filters can be attached only to source datasets or top‑level datasets (for example, Kubernetes Explorer/OpenTelemetry Logs, Tracing/Span Raw, or Metrics/OpenTelemetry).

  • Drop Filters DO NOT apply to data ingested via filedrop or poller (e.g., Add Data for AWS,filedrop‑based AWS integrations, or pollers for AWS and GCP).

  • Each source or top-level dataset can have up to 100 drop filters.

Create a drop filter

  1. From the left navigation rail, select Data & integrations > Drop filters.

  2. Click New drop filter.

  3. Choose a target dataset.

  4. Define one or more filter expressions that identify the noisy or irrelevant log lines you want to discard.

  5. Specify the drop rate (e.g., 100 %, 95 %).

  6. Click Save drop filter.

  7. Allow 1–2 minutes for the filter to become active.

To create or manage drop filters programmatically via Terraform, use the observe_drop_filter resource in the Observe Terraform Provider documentation.

Delete a drop filter

To delete a drop filter, you must first disable it, then you can delete it:

  1. From the left navigation rail, select Data & integrations > Drop filters.

  2. Find the filter you want to delete, and slide the toggle in the Enabled column to the off position to disable the filter.

  3. After the filter is disabled, hover on the filter, then click the trash can icon to delete the filter.