How to create visualization in kibana

I am using kibana first time need some help regarding how to select visualization and create it for particular data.
I have following json data and I want to create visualization chart.

"serverconfig" : {
"properties" : {
"adminapi" : {
"type" : "boolean"
},
"Network-access" : {
"type" : "boolean"
},
"startupscript" : {
"type" : "boolean"
},
"webaccess" : {
"type" : "boolean"
}
}
}

Any pointer will be helpful.

Thanks,
Sagar

Hi @sagar.it01
So it really depends on your use case, what is the scope of our visualization? what question do you want to be answered through that visualization?

If this is really your first visualization I suggest you to check out the docs:
https://www.elastic.co/guide/en/kibana/current/createvis.html
and the getting started video https://www.elastic.co/webinars/getting-started-kibana?baymax=default&elektra=docs&storm=top-video

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