Generic FunctionsDropThe Drop function removes any event that matches its filter from a stream.UsageOperates On: Events.Label: OptionalFilter: Required.ExampleDrop any event where:{status} == "info" && {service} == "demo" && {@type} =="log"