Is there any way to link input plugins ?
For example
The result of exec -- is an input to --> file
input {
exec {
command => "cd /logs; tshark -r working.pcap -T ek > working.json"
interval => 30
}
file {
path => "/logs/working.json"
start_position => "beginning"
}
}