# How can I show extra field in graph

**URL:** https://discuss.elastic.co/t/how-can-i-show-extra-field-in-graph/126738
**Category:** Kibana
**Created:** [April 4, 2018, 12:11pm UTC](https://discuss.elastic.co/t/how-can-i-show-extra-field-in-graph/126738 "2018-04-04T12:11:37Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![larrycai](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/larrycai/32/29549_2.png) [@larrycai](https://discuss.elastic.co/u/larrycai)
#### Post date: [April 4, 2018, 12:11pm UTC](https://discuss.elastic.co/t/how-can-i-show-extra-field-in-graph/126738/1 "2018-04-04T12:11:37Z")

</div>

I have one record in ES like

```
 {
  "_index": "elk-issue",
  "_type": "issue",
  "_id": "2",
  "_version": 1,
  "_score": 1,
  "_source": {
    "number": "17525",
    "status": "open",
    "subject": "Run Kibana tests on Cloud meta issue",
    "url": "https://github.com/elastic/kibana/issues/17525"
  }
}

```

When I visualize data in graph, how can I show extra field there as well

![image](https://us1.discourse-cdn.com/elastic/original/3X/1/5/15cc3b86a5302b71e16b67ab822a3bb7ccca5484.png)

Or at least have it in table as extra column

![image](https://us1.discourse-cdn.com/elastic/original/3X/c/f/cfcda6a39f36d178bf52588b0fbb351a73a0e52a.png)

By doing this, user can easily find related data with this record

---

<div class="post-metadata">

### Author: ![bhavyarm](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/bhavyarm/32/22392_2.png) [@bhavyarm](https://discuss.elastic.co/u/bhavyarm)
#### Post date: [April 9, 2018, 2:03pm UTC](https://discuss.elastic.co/t/how-can-i-show-extra-field-in-graph/126738/2 "2018-04-09T14:03:05Z")

</div>

Hi,

Whats the extra field you want to display?

Also the table screenshot you have is the spy panel - which you cannot modify. Its auto-generated by Kibana to show you whats happening when Kibana sends the request to Elasticsearch .

Thanks,  
Bhavya

---

<div class="post-metadata">

### Author: ![larrycai](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/larrycai/32/29549_2.png) [@larrycai](https://discuss.elastic.co/u/larrycai)
#### Post date: [April 12, 2018, 8:19am UTC](https://discuss.elastic.co/t/how-can-i-show-extra-field-in-graph/126738/3 "2018-04-12T08:19:40Z")

</div>

I want to see the url (it is in the datamodel) besides Count & status there, if possible I want the URL is shown in table which is clickable.

User is used to see related information for each spot.

---

<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 10, 2018, 8:19am UTC](https://discuss.elastic.co/t/how-can-i-show-extra-field-in-graph/126738/4 "2018-05-10T08:19:43Z")

</div>

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