How can I show extra field in graph

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

Or at least have it in table as extra column

image

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

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

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.

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