Events to Exec output plugin

Hello guys!

I'll try send event to my program on python with exec plugin
output {
    exec {
      command => "python /somepath/my_script.py"
  }
}
I can send an arbitrary field
command => "python /somepath/my_script.py %{some_field}"

Is it possible to send the event completely with all fields?

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.