Hello Everyone Good day!
May I please take a few minutes of your time?
I have documents in ElasticSearch with fields like 'server_name','switch_name','op_type','conn_id'. I want to create visualizations (charts, vertical bars) in Kibana where op_type = 'Established' and server_name = 'ABC' and 'switch_name ' S123'.
- Is there a way I can specify these in JSON Input? If so, how?
- Can I use the "Filters"? If so, how?
I tried scripted fields, but the amount of data is really huge - app. 3 million documents a day.
Right now, I have been able to create a simple search using ES, but that gives us only a list view, which does not really help.
Can someone please explain how to achieve this using a visualization? Thanks in advance for your time and cooperation
Take care and have a great day.