Reputation: 3050
How to configure jenkins pipeline job log into kibana. Followed the steps mentioned in this url: http://www.admintome.com/blog/logging-jenkins-jobs-using-elasticsearch-and-kibana/ . configured basic jenkins job with elastic serach . But pipeline job, I couldn't find the option "Send console log to Logstash".
Upvotes: 0
Views: 726
Reputation: 11752
Which type of project did you create ?
I only see this option available for Freestyle type Jenkins Jobs. For pipeline type jobs you will need to code this in Groovy
Upvotes: 0