A filter plugin performs intermediary processing on an event. Filters are often applied conditionally depending on the characteristics of the event.
The following filter plugins are available:
Plugin |
Description |
Github repository |
Aggregates information from several events originating with a single task |
||
Performs general alterations to fields that the |
||
Replaces field values with a consistent hash |
||
Collates events by time or count |
||
Parses comma-separated value data into individual fields |
||
Checks IP addresses against a list of network blocks |
||
Duplicates events |
||
Applies or removes a cipher to an event |
||
Creates a checksum based on fields in an event |
||
Parses dates from fields to use as the Logstash timestamp for an event |
||
Computationally expensive filter that removes dots from a field name |
||
Performs a standard or reverse DNS lookup |
||
Drops all events |
||
Copies fields from previous log events in Elasticsearch to current events |
||
Extracts numbers from a string |
||
Stores environment variables as metadata sub-fields |
||
Calculates the elapsed time between a pair of events |
||
Fingerprints fields by replacing values with a consistent hash |
||
Adds geographical information about an IP address |
||
Parses unstructured event data into fields |
||
Removes special characters from a field |
||
Parses JSON events |
||
Serializes a field to JSON |
||
Parses key-value pairs |
||
Performs mutations on fields |
||
Aggregates metrics |
||
Merges multiple lines into a single event |
||
Adds arbitrary fields to an event |
||
Prunes event data based on a list of fields to blacklist or whitelist |
||
Strips all non-punctuation content from a field |
||
Executes arbitrary Ruby code |
||
Checks that specified fields stay within given size or length limits |
||
Parses the |
||
Sleeps for a specified time span |
||
Splits multi-line messages into distinct events |
||
Throttles the number of events |
||
Replaces field contents based on a hash or YAML file |
||
Adds a UUID to events |
||
Decodes URL-encoded fields |
||
Parses user agent strings into fields |
||
Parses XML into fields |
||
Sends an event to ZeroMQ |