How do i visualize imported graph in Kibana

Hello, i am new to neo4j and have managed to load a json file in to neo4j. I would like to have the visualization showing the imported graph displayed in to Kibana. Any idea how do i do that?

The imported graph that i want to display is "The following creates a graph based on person.json" of https://neo4j.com/docs/labs/apoc/current/import/load-json/. i have tried to follow the steps listed in https://neo4j.com/docs/labs/apoc/current/database-integration/elasticsearch/ and had not much luck so far.

You will have to injest json payload in Elk which is searh engine behind kibana. Kibana is just a front end for querying data already in ELK.Once the Json payload is injested into Elk you can write Apache Lucene style query syntax to fetch the json and construct your own Dashboards Visualizations in Kibana.