How to display your contents via a drop-down in kibana

Hi,
i wanted to display / visualize the graphs and count based on the selection from a drop-down . I found out that a drop-down is only available in kibana 6.1. So when used kibana 6.1, i want to know how can i customize 2 drop downs with the following values -

Say my System Drop-down has values -->
Karza
LMS
LOS
Highmark

And my Choice drop-down-
success
error
both

And when i select them i get answer in tabular format.

Here is what i get in the current drop-down-
aerospike
kubernetes
mongodb
zookeeper ,etc.

Those are input controls. The linked documentation should explain how to use them. You'll need to select an index pattern and field for each control which will populate the options.

Does that help?

Hey Chris..

I added my index and the following options -

But there is no output on selection. I was expecting a graph or charts ..but nothing as such. What is the benefit of visulization ?

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