Syslog Structured Stream Input
1 2 3 4 5 6 7 8 9 10 11 12 13 14 | { "type": "syslog_structured_stream_input", "component": "input", "settings": { "host": "localhost", "port": 9999, "column_value": "value" }, "publish": [ { "stream": "data" } ] } |
Settings¶
host: String
Syslog hostname.
port: Number
Syslog port.
column_value: String Name of the Dataset column to use.