Standard Input
Last updated
Was this helpful?
Last updated
Was this helpful?
The stdin plugin allows to retrieve valid JSON text messages over the standard input interface (stdin). In order to use it, specify the plugin name as the input, e.g:
As input data the stdin plugin recognize the following JSON data formats:
A better example to demonstrate how it works will be through a Bash script that generates messages and writes them to . Write the following content in a file named test.sh:
Give the script execution permission:
Now lets start the script and in the following way:
The plugin supports the following configuration parameters:
Buffer_Size
16k
Set the buffer size to read data. This value is used to increase buffer size. The value must be according to the specification.