Prevent fly log shipper from shipping logs for certain apps?

Is there a way to configure fly-log-shipper to ignore certain apps?

1 Like

The best place to do this is the vector config: fly-log-shipper/vector.toml at main · superfly/fly-log-shipper · GitHub

Vector has a bunch of filtering options: Filter | Vector documentation

There’s also a whole vrl language you can use if you want to get fancy: Vector Remap Language (VRL) | Vector documentation

1 Like