2020-02-25 20:44:12 +00:00
|
|
|
{
|
2020-03-17 15:36:17 +00:00
|
|
|
"title": "td-agent",
|
2020-02-27 18:45:49 +00:00
|
|
|
"type": "org.graylog2.inputs.gelf.tcp.GELFTCPInput",
|
2020-02-25 20:44:12 +00:00
|
|
|
"global": true,
|
|
|
|
"configuration": {
|
|
|
|
"bind_address": "0.0.0.0",
|
|
|
|
"decompress_size_limit": 8388608,
|
2020-03-17 15:36:17 +00:00
|
|
|
"max_message_size": 2097152,
|
2020-02-25 20:44:12 +00:00
|
|
|
"number_worker_threads": 4,
|
2020-03-17 15:36:17 +00:00
|
|
|
"port": 12201,
|
|
|
|
"recv_buffer_size": 1048576,
|
|
|
|
"tcp_keepalive": false,
|
|
|
|
"tls_cert_file": "/usr/share/graylog/certs/rootCA.crt",
|
|
|
|
"tls_client_auth": "required",
|
|
|
|
"tls_enable": true,
|
|
|
|
"tls_key_file": "/usr/share/graylog/certs/rootCA.key",
|
|
|
|
"user_null_delimiter": true
|
2020-02-25 20:44:12 +00:00
|
|
|
},
|
|
|
|
"node": null
|
|
|
|
}
|