Support

Generic Functions

Drop

The Drop function removes any event that matches its filter from a stream.


Usage

  • Operates On: Events.
  • Label: Optional
  • Filter: Required.

Example

Drop any event where:

{status} == "info" && {service} == "demo" && {@type} =="log"

Drop function

Previous
Prometheus Remote-Write