# Marvel Matching Fields to Dashboards

**URL:** https://discuss.elastic.co/t/marvel-matching-fields-to-dashboards/78768
**Category:** Elasticsearch
**Tags:** elastic-stack-monitoring
**Created:** [March 15, 2017, 9:49pm UTC](https://discuss.elastic.co/t/marvel-matching-fields-to-dashboards/78768 "2017-03-15T21:49:08Z")
**Posts on this page:** 7
**Page:** 1

<div class="post-metadata">

### Author: ![Maxwell\_Flanders](https://avatars.discourse-cdn.com/v4/letter/m/eb8c5e/32.png) [@Maxwell\_Flanders](https://discuss.elastic.co/u/Maxwell_Flanders)
#### Post date: [March 15, 2017, 9:49pm UTC](https://discuss.elastic.co/t/marvel-matching-fields-to-dashboards/78768/1 "2017-03-15T21:49:08Z")

</div>

Is there documentation somewhere on which fields from the .marvel\* indices match to the dashboards on the Marvel dashboard page (ex. Which field is used to populate "Indexing Rate" and "Search Rate"). I would like to do some extra aggregations with that data, but I can't match the fields to the dashboards by eyeballing.

Screenshot:

 ![](https://us1.discourse-cdn.com/elastic/original/3X/6/3/63d5c5fd37bd6f8f4c483893ea62a1c7660aba7b.png)

---

<div class="post-metadata">

### Author: ![LeeDr](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/leedr/32/9289_2.png) [@LeeDr](https://discuss.elastic.co/u/LeeDr)
#### Post date: [March 30, 2017, 7:49pm UTC](https://discuss.elastic.co/t/marvel-matching-fields-to-dashboards/78768/2 "2017-03-30T19:49:48Z")

</div>

Hi Maxwell,

Are you still trying to figure this out? If so, what version of Elasticsearch and Marvel are you using (or 5.x version of X-Pack)?

Thanks,  
Lee

---

<div class="post-metadata">

### Author: ![joaoantoniopereira](https://avatars.discourse-cdn.com/v4/letter/j/a88e57/32.png) [@joaoantoniopereira](https://discuss.elastic.co/u/joaoantoniopereira)
#### Post date: [April 18, 2017, 5:00pm UTC](https://discuss.elastic.co/t/marvel-matching-fields-to-dashboards/78768/3 "2017-04-18T17:00:35Z")

</div>

Hi! I am still trying to figure this out! Im using x-pack. Which are the fields used to populate Indexing Rate??

---

<div class="post-metadata">

### Author: ![pickypg](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/pickypg/32/62409_2.png) [@pickypg](https://discuss.elastic.co/u/pickypg)
#### Post date: [April 18, 2017, 5:32pm UTC](https://discuss.elastic.co/t/marvel-matching-fields-to-dashboards/78768/4 "2017-04-18T17:32:43Z")

</div>

Hi @joaoantoniopereira,

The picture you showed is from Marvel 2.x, which changes these answers only by the index. The fields that we use for those in 5.x all come from the `.monitoring-es-2-*` index.

For all of these, you can swap `.total.` with `.primaries.` to get just values for primary shards.

- Search
  - Rate
    - `indices_stats._all.total.search.query_total`

  - Latency
    - `indices_stats._all.total.search.query_total`
    - `indices_stats._all.total.search.query_time_in_millis`

- Indexing
  - Rate
    - `indices_stats._all.total.indexing.index_total`

  - Latency
    - `indices_stats._all.total.indexing.index_total`
    - `indices_stats._all.total.indexing.index_time_in_millis`

Note for the latency we get the time it took to do the current slice and divide by the number of the current slice, where slice is the bucket size.

Hope that helps,  
Chris

---

<div class="post-metadata">

### Author: ![joaoantoniopereira](https://avatars.discourse-cdn.com/v4/letter/j/a88e57/32.png) [@joaoantoniopereira](https://discuss.elastic.co/u/joaoantoniopereira)
#### Post date: [April 19, 2017, 9:33am UTC](https://discuss.elastic.co/t/marvel-matching-fields-to-dashboards/78768/5 "2017-04-19T09:33:47Z")

</div>

Thank you!!

---

<div class="post-metadata">

### Author: ![Maxwell\_Flanders](https://avatars.discourse-cdn.com/v4/letter/m/eb8c5e/32.png) [@Maxwell\_Flanders](https://discuss.elastic.co/u/Maxwell_Flanders)
#### Post date: [April 19, 2017, 3:53pm UTC](https://discuss.elastic.co/t/marvel-matching-fields-to-dashboards/78768/6 "2017-04-19T15:53:20Z")

</div>

Yeah, we're now on kibana 5 now, so those look great! Thank you!

---

<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 17, 2017, 3:56pm UTC](https://discuss.elastic.co/t/marvel-matching-fields-to-dashboards/78768/7 "2017-05-17T15:56:01Z")

</div>

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