Skip to content

Instantly share code, notes, and snippets.

@Tirael
Created October 14, 2020 23:30
Show Gist options
  • Select an option

  • Save Tirael/1c10b98c00964dfc48c9e88b1b77a059 to your computer and use it in GitHub Desktop.

Select an option

Save Tirael/1c10b98c00964dfc48c9e88b1b77a059 to your computer and use it in GitHub Desktop.
Graylog3 - default GELF TCP/UDP inputs
{
"v": 1,
"id": "65fc58bb-1758-4f3e-b9a3-e89b24d04443",
"rev": 1,
"name": "Default GELF TCP/UDP inputs",
"summary": "A Content Pack for Graylog3 with two GELF TCP/UDP inputs",
"description": "",
"vendor": "noname",
"url": "",
"parameters": [],
"entities": [
{
"v": "1",
"type": {
"name": "input",
"version": "1"
},
"id": "69e89bc8-b8fd-492a-9f6c-cb6c21285aee",
"data": {
"title": {
"@type": "string",
"@value": "Default GELF TCP"
},
"configuration": {
"tls_key_file": {
"@type": "string",
"@value": ""
},
"port": {
"@type": "integer",
"@value": 12201
},
"tls_enable": {
"@type": "boolean",
"@value": false
},
"use_null_delimiter": {
"@type": "boolean",
"@value": true
},
"recv_buffer_size": {
"@type": "integer",
"@value": 1048576
},
"tcp_keepalive": {
"@type": "boolean",
"@value": false
},
"tls_client_auth_cert_file": {
"@type": "string",
"@value": ""
},
"bind_address": {
"@type": "string",
"@value": "0.0.0.0"
},
"tls_cert_file": {
"@type": "string",
"@value": ""
},
"max_message_size": {
"@type": "integer",
"@value": 2097152
},
"tls_client_auth": {
"@type": "string",
"@value": "disabled"
},
"decompress_size_limit": {
"@type": "integer",
"@value": 8388608
},
"number_worker_threads": {
"@type": "integer",
"@value": 8
},
"tls_key_password": {
"@type": "string",
"@value": ""
}
},
"static_fields": {},
"type": {
"@type": "string",
"@value": "org.graylog2.inputs.gelf.tcp.GELFTCPInput"
},
"global": {
"@type": "boolean",
"@value": true
},
"extractors": []
},
"constraints": [
{
"type": "server-version",
"version": ">=3.3.8+e223f85"
}
]
},
{
"v": "1",
"type": {
"name": "input",
"version": "1"
},
"id": "be2e4fdf-be35-48bb-9e9e-316d2d18310d",
"data": {
"title": {
"@type": "string",
"@value": "Default GELF UDP"
},
"configuration": {
"recv_buffer_size": {
"@type": "integer",
"@value": 262144
},
"port": {
"@type": "integer",
"@value": 12201
},
"number_worker_threads": {
"@type": "integer",
"@value": 8
},
"bind_address": {
"@type": "string",
"@value": "0.0.0.0"
},
"decompress_size_limit": {
"@type": "integer",
"@value": 8388608
}
},
"static_fields": {},
"type": {
"@type": "string",
"@value": "org.graylog2.inputs.gelf.udp.GELFUDPInput"
},
"global": {
"@type": "boolean",
"@value": true
},
"extractors": []
},
"constraints": [
{
"type": "server-version",
"version": ">=3.3.8+e223f85"
}
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment