mirror of
https://github.com/krislamo/graylog_demo
synced 2024-11-09 21:50:35 +00:00
15 lines
330 B
JSON
15 lines
330 B
JSON
|
{
|
||
|
"title": "Fluentd",
|
||
|
"type": "org.graylog2.inputs.gelf.udp.GELFUDPInput",
|
||
|
"global": true,
|
||
|
"configuration": {
|
||
|
"bind_address": "0.0.0.0",
|
||
|
"decompress_size_limit": 8388608,
|
||
|
"recv_buffer_size": 1048576,
|
||
|
"number_worker_threads": 4,
|
||
|
"port": 12201,
|
||
|
"recv_buffer_size": 262144
|
||
|
},
|
||
|
"node": null
|
||
|
}
|