| pipeline support is provided by a separate plugin splunk-devops-extend, stage is supported out of box(no additional configure is required), but currently stage information is not showed on the app , you have to get it from jenkins_statistics index Sample
index=jenkins_statistics event_tag=job_event job_name=* stages
{
"build_number": 2,
"build_url": "job/blah/2/",
"event_tag": "job_event",
"job_duration": 2123.701,
"job_name": "job/blah/",
"job_result": "SUCCESS",
"job_started_at": "2017-02-17T18:55:02Z",
"job_type": "Pipeline",
"label": "master",
"node": "(master)",
"queue_id": 7059,
"queue_time": 0.069,
"scm": "git",
"stages": [
{
"duration": 47.503,
"id": "23",
"name": "Clone Repo",
"pause_duration": 0.0,
"start_time": 1487358141,
"status": "SUCCESS"
},
{
"duration": 960.245,
"id": "115",
"name": "Static Analysis",
"pause_duration": 0.0,
"start_time": 1487358357,
"status": "SUCCESS"
},
{
"duration": 22.6,
"id": "273",
"name": "Negative API tests",
"pause_duration": 0.0,
"start_time": 1487359317,
"status": "SUCCESS"
}
],
"test_summary": {
"duration": 0.0,
"failures": 0,
"passes": 0,
"skips": 0,
"total": 0
},
"trigger_by": "Branch indexing",
"type": "completed",
"upstream": "",
"user": "anonymous"
}
|