mirror of
https://github.com/krislamo/graylog_demo
synced 2024-11-09 21:50:35 +00:00
14 lines
298 B
JSON
14 lines
298 B
JSON
{
|
|
"title": "Fluentd",
|
|
"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,
|
|
"port": 12201
|
|
},
|
|
"node": null
|
|
}
|