Graylog
ENTERPRISE: Built-in integrations are available for Sensu Enterprise users only.
Overview
The integration sends event data to a Graylog Raw/Plaintext TCP input. This integration requires a Graylog JSON extractor.
Configuration
Example(s)
The following is an example configuration for the graylog
enterprise event
handler (integration).
{
"graylog": {
"host": "127.0.0.1",
"port": 5555,
"timeout": 10
}
}
Integration specification
graylog
attributes
host | |
---|---|
description | The Graylog Raw/Plaintext TCP input host address. |
required | false |
type | String |
default | 127.0.0.1 |
example |
|
port | |
---|---|
description | The Graylog Raw/Plaintext TCP input port. |
required | false |
type | Integer |
default | 5555 |
example |
|
timeout | |
---|---|
description | The handler execution duration timeout in seconds (hard stop). |
required | false |
type | Integer |
default | 10 |
example |
|