Accessing Kibana from Java

I want to access kibana from java, actually what I want to achieve is access Kibana , create visualization, create a dashboard and paste the dashboard frame on to the display screen of user using java code. Is this possible ? I have already created a pipeline from java so I am able to send data to ES but what about kibana ?

Kibana doesn't currently have an API for creating dashboards and visualizations. There's some work being done in this area right now that you may want to follow on github: https://github.com/elastic/kibana/pull/11632

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