Brady Vidovic
Brady Vidovic
In the Logstash config language, I can't determine any way to check if a boolean field exists. e.g. Using this conditional `if[myfield] { ...exists... } else { ...doesn't exist... }`...
It would be nice if there was a config option to simply send the entire logstash event as a json in the POST body (by using `event.to_json`). In my use...
Is support for OpsGenie Incident API planned or supported? https://docs.opsgenie.com/docs/incident-api
I'm using logstash 1.5.0 on Windows. This may just be a documentation improvement of what `allow_duplicates` really does because all the docs say currently is: `Allow duplcate values on the...