Skip to content

NETWAYS/journald-logstash-pipeline

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

journald-logstash-pipeline

CI

Minimalist pipeline to fill ECS fields on Beats generated events

  • If field [journald][process][name] is set and [process][name] isn't, the both fields will be created with the same value to restore ECS compatibility.

Inputs and Outputs

If you use files called input.conf and output.conf they will not collide with this rules, even when you want to pull new versions.

Examples

Here's an example for an input.conf

input {
  redis {
    host => "localhost"
    data_type => "list"
    key => "netways-journald-input"
  }
}

and one for output.conf.

output {
  redis {
    host => "localhost"
    data_type => "list"
    key => "netways-journald-output"
  }
}

About

A Logstash Pipeline to fill ECS fields on Beats generated events

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •