How to Integerate the kibana in laravel application

I have a doubt i want to integrate the kibana onto my web application i don't know how it can do that basically i want to pass data to kibana and in the result i want to report for that perticular data and the report is then shown in iframe. How can i achieve that..any option are welcomed..

With "pass data" you mean the actual documents you want to create visualizations for? Kibana works as a frontend for Elasticsearch, so you would need to ingest this data into Elasticsearch, then create a Kibana visualization on top of it which can be shown in an iframe:

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