Hello,
I'm very new to Kibana.
In my single data record I've fields like:
code_status.keyword : "Failed" code_status.keyword : "Passed"
I want to draw 2 line graphs in a single visualization, one for passed and one for failed.
I was trying with JSON Input, something like:
{ "script" : "doc['code_status'].value : 'Passed'" }
Please suggest how will it be possible.
Thanks