| Zack Williams | 275e48b | 2017-03-24 12:16:00 -0700 | [diff] [blame] | 1 | input { |
| 2 | log4j { | ||||
| 3 | port => 4560 | ||||
| 4 | type => "log4j" | ||||
| 5 | } | ||||
| 6 | } | ||||
| 7 | |||||
| 8 | filter { | ||||
| 9 | mutate { | ||||
| 10 | rename => {"priority" => "level"} | ||||
| 11 | rename => {"bundle.id" => "bundle_id"} | ||||
| 12 | rename => {"bundle.name" => "bundle_name"} | ||||
| 13 | rename => {"bundle.version" => "bundle_version"} | ||||
| 14 | } | ||||
| 15 | } | ||||