How to Use range in Y axis in kibana

Can this be achieved through Json input . if yes, let me know how.?

basically i want to specify count between 100 to 500...

if i code {"min_doc_count": 100 } in jason input, it shows all the count above 100. how to put upper cap say 500 ? between 100 to 500

Hi @scch,

I am not sure I fully understand the question. You want to add a filter to only include buckets that have between 100 and 500 documents? Or do you want to filter documents that have a specific field value between 100 and 500?

Hi welten,

I want to add a filter to only include buckets that have between 100 and 500 documents..

thanks... :slight_smile:

I don't see a way to do it using Kibana's visualizations, although it is possible to filter out buckets using the bucket selector aggregation. You should be able to use it via the Vega Vis plugin, because there you fully control the query.

Thanks welten.. will try...

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