Hello,
We are using the logstash handler to write the check results into our ELK cluster. Unfortunately it just writes the stat changes (e.g. OK -> critical). What we want is every check result into logstash even when the status keeps being “OK”.
Here the config:
“logstash”: {
“command”: “/etc/sensu/handlers/logstash.rb”,
“severities”: [
“ok”,
“warning”,
“critical”,
“unknown”
],
“type”: “pipe”
}