Running script from logstash

Hi

Check the documentation for output{} plugins. Hint: exec is your friend.

Alternatively, you can also execute a script in your system under the filter{} section, using the ruby{} filter plugin.

Hope this helps.