# Get jenkins jobs data in to elastic search

**URL:** https://discuss.elastic.co/t/get-jenkins-jobs-data-in-to-elastic-search/175951
**Category:** Elasticsearch
**Created:** [April 9, 2019, 5:37am UTC](https://discuss.elastic.co/t/get-jenkins-jobs-data-in-to-elastic-search/175951 "2019-04-09T05:37:55Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![syedsfayaz](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/syedsfayaz/32/46657_2.png) [@syedsfayaz](https://discuss.elastic.co/u/syedsfayaz)
#### Post date: [April 9, 2019, 5:37am UTC](https://discuss.elastic.co/t/get-jenkins-jobs-data-in-to-elastic-search/175951/1 "2019-04-09T05:37:55Z")

</div>

Hi

I am trying to create a dashboard to monitor different components of our software, migrating from one environment to another.

```
Package A

Dev --> test --> QA --> UAT --> Prod

Package B

Dev --> test --> QA --> UAT --> Prod

Package C

Dev --> test --> QA --> UAT --> Prod

Package D

Dev --> test --> QA --> UAT --> Prod

```

Each package has different jenkins jobs in different environment which performs certain tasks. I want to show this flow on Kibana dashboard.

1. Is there any possible way I can bring this data to Elastic search.  
Using jenkins Api I can see data in json format. Is there any tool or a way to get this data in to elastic search from where I can display it neatly on kibana.

2. Currently I have used filebeats and metric beats for other purpose. Can I use any of these tools to get data in to elastic search.

3. I have seen Canvas demonstration. Can I use this feature to create custom dashboard. Which fits my needs. I dont need graphs or any other things coz I want to show only current state of job(Success, Failure, Progress). I also want to show some ${build variables} like build number, timestamp, package name. etc.

---

<div class="post-metadata">

### Author: ![warkolm](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/warkolm/32/39224_2.png) [@warkolm](https://discuss.elastic.co/u/warkolm)
#### Post date: [April 9, 2019, 5:39am UTC](https://discuss.elastic.co/t/get-jenkins-jobs-data-in-to-elastic-search/175951/2 "2019-04-09T05:39:40Z")

</div>

Metricbeat can call the API and then pull the info in.

---

<div class="post-metadata">

### Author: ![syedsfayaz](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/syedsfayaz/32/46657_2.png) [@syedsfayaz](https://discuss.elastic.co/u/syedsfayaz)
#### Post date: [April 9, 2019, 5:53am UTC](https://discuss.elastic.co/t/get-jenkins-jobs-data-in-to-elastic-search/175951/3 "2019-04-09T05:53:00Z")

</div>

@warkolm  
So I can install metric beat on any server and provide all the jenkins jobs apis to get data.

Can you please share me the details. How I can configure those settings.

---

<div class="post-metadata">

### Author: ![warkolm](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/warkolm/32/39224_2.png) [@warkolm](https://discuss.elastic.co/u/warkolm)
#### Post date: [April 9, 2019, 5:59am UTC](https://discuss.elastic.co/t/get-jenkins-jobs-data-in-to-elastic-search/175951/4 "2019-04-09T05:59:06Z")

</div>

Take a look at [https://www.elastic.co/guide/en/beats/metricbeat/current/metricbeat-module-http.html](https://www.elastic.co/guide/en/beats/metricbeat/current/metricbeat-module-http.html)

---

<div class="post-metadata">

### Author: ![system](https://us1.discourse-cdn.com/elastic/original/3X/1/a/1ac57faf039f6b580b3f104ef42a2a89e41014de.png) [@system](https://discuss.elastic.co/u/system)
#### Post date: [May 7, 2019, 5:59am UTC](https://discuss.elastic.co/t/get-jenkins-jobs-data-in-to-elastic-search/175951/5 "2019-05-07T05:59:09Z")

</div>

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.
