-
Bug
-
Resolution: Not A Defect
-
Minor
-
Elasticsearch 1.4 or Elasticsearch 1.5
logstash 1.0.4
Jenkins 1.596.2 LTS
I setup the logstash plugin as detailed in my comment on 6/7/2015 on https://issues.jenkins-ci.org/browse/JENKINS-28546.
The jenkins build data is getting pushed to elasticsearch through logstash. But, when the result is 'FAILURE', the failure keyword is not showing up in elasticsearch.
Example: I see this message in the elasticsearch data on a successful build: message":["Finished: SUCCESS"]
I am expecting this message on a failed build: message":["Finished: FAILURE"]
and I am not seeing it.