Skip to content

securitym0nkey/logstash-filter-combine

Repository files navigation

Logstash Combine Filter Plugin

This is a plugin for Logstash.

It is fully free and fully open source. The license is MIT.

Documentation

This filter plugin combines multiple source fields into one array.

Example config

To create an array of source1, source2 and source3 under combine_target

filter {
 combine {
  target => "combine_target"
  sources => ["source1","source2", "source3"]
 }
}

About

A logstash filter for combining multiple source fields into a target array.

Topics

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages