1
0
mirror of https://github.com/krislamo/graylog_demo synced 2024-09-19 21:50:36 +00:00
graylog_demo/GELFTCPInput.json

14 lines
298 B
JSON
Raw Permalink Normal View History

{
"title": "Fluentd",
2020-02-27 18:45:49 +00:00
"type": "org.graylog2.inputs.gelf.tcp.GELFTCPInput",
"global": true,
"configuration": {
"bind_address": "0.0.0.0",
"decompress_size_limit": 8388608,
"recv_buffer_size": 1048576,
"number_worker_threads": 4,
2020-02-27 18:45:49 +00:00
"port": 12201
},
"node": null
}