LOGSTASH : output pipe

Hello there,
I have a winlogbeat which send datas on logstash.

On logstash : input beat, some filters and output to elasticSearch.

But i want to output SOME fields on a named pipe (mkfifo) to insert them on a MariaDB.
I saw output pipe on logstash but documentation is very thin and there are no example.

Is it possible to do this?
Thanks.
Regards,
Alex.

The pipe output sends "events to stdin of another program". That is not what you want. A named pipe is a special type of file, so a file output might work. I have never tried it.

Thanks for your answer :slight_smile:

Or maybe with exec output?
It seems that i can make any command.
I will also try jdbc output plugin (from community)

if a memeber have any other idea, i'm on it ^^

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