# Individual values of a specific field

**URL:** https://discuss.elastic.co/t/individual-values-of-a-specific-field/159717
**Category:** Kibana
**Created:** [December 6, 2018, 11:09am UTC](https://discuss.elastic.co/t/individual-values-of-a-specific-field/159717 "2018-12-06T11:09:09Z")
**Posts on this page:** 7
**Page:** 1

<div class="post-metadata">

### Author: ![imaad](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/imaad/32/48628_2.png) [@imaad](https://discuss.elastic.co/u/imaad)
#### Post date: [December 6, 2018, 11:09am UTC](https://discuss.elastic.co/t/individual-values-of-a-specific-field/159717/1 "2018-12-06T11:09:09Z")

</div>

Hello,

Is it possible to show individual values of a specific field for each timestamp?

Thank you

---

<div class="post-metadata">

### Author: ![ppisljar](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/ppisljar/32/11588_2.png) [@ppisljar](https://discuss.elastic.co/u/ppisljar)
#### Post date: [December 6, 2018, 11:36am UTC](https://discuss.elastic.co/t/individual-values-of-a-specific-field/159717/2 "2018-12-06T11:36:34Z")

</div>

you want all values for specific field for each timestamp ?  
i would suggest to create a table visualziation,

- add split row, select date histogram and your timefield, for interval select milisecond
- add another split row, select terms, select the field which values you are interested in, and for size enter something thats bigger than the max values you are interested in (for example 100)

you might need to select small enough timerange in the timepicker

---

<div class="post-metadata">

### Author: ![imaad](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/imaad/32/48628_2.png) [@imaad](https://discuss.elastic.co/u/imaad)
#### Post date: [December 6, 2018, 1:16pm UTC](https://discuss.elastic.co/t/individual-values-of-a-specific-field/159717/3 "2018-12-06T13:16:41Z")

</div>

Ok thank you @ppisljar. I have another question in the same context, Let's say I have for every timestamp a metric called delta\_requestanswer with values from 0 second to 60 seconds. And I want to display only data that meet this condition :

- Sort data when at least for 5 consecutives timestamps with a delta\_requestanswer are greater than 30 senconds.

Do you have any idea, I am a beginner and learning these kinds of stuffs, and dont have much idea how to accomplish this

---

<div class="post-metadata">

### Author: ![ppisljar](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/ppisljar/32/11588_2.png) [@ppisljar](https://discuss.elastic.co/u/ppisljar)
#### Post date: [December 6, 2018, 1:33pm UTC](https://discuss.elastic.co/t/individual-values-of-a-specific-field/159717/4 "2018-12-06T13:33:19Z")

</div>

i don't think there is a way to do this out of the box, i would suggest to do this kind of filtering at the time of index:

when you index your data, keep the buffer of last 5 'delta\_requestanswer' values,  
if they are bigger than threshold then index this into separate index.

we are working on a new feature that will make things like this possible, but its still a bit away.

---

<div class="post-metadata">

### Author: ![imaad](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/imaad/32/48628_2.png) [@imaad](https://discuss.elastic.co/u/imaad)
#### Post date: [December 6, 2018, 2:05pm UTC](https://discuss.elastic.co/t/individual-values-of-a-specific-field/159717/5 "2018-12-06T14:05:12Z")

</div>

How to keep the buffer of last 5 at indexation, and is it possible to show only data that are greater 30s using timelion?

thank you

---

<div class="post-metadata">

### Author: ![ppisljar](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/ppisljar/32/11588_2.png) [@ppisljar](https://discuss.elastic.co/u/ppisljar)
#### Post date: [December 6, 2018, 4:49pm UTC](https://discuss.elastic.co/t/individual-values-of-a-specific-field/159717/6 "2018-12-06T16:49:34Z")

</div>

at the moment its not possible to filter aggregation result in kibana.

---

<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: [January 3, 2019, 4:49pm UTC](https://discuss.elastic.co/t/individual-values-of-a-specific-field/159717/7 "2019-01-03T16:49:34Z")

</div>

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