Integrate Search part of kibana with PHP

is there any way I can integrate kibana with PHP ?
example
I have different terms in logs and end user only understand their terms like end user say it radio and I have music instruments in my logs. So I want that user will enter their term in php tool , php will perform mapping and will send data to kibana and kibana will give search result back to php again php will perform mapping and will give back to user . is there any kind of api in Kibana which I can use in PHP .

All data are stored in Elasticsearch. Kibana is querying Elasticsearch through REST API. You probably want to work directly with Elasticsearch and it's REST API as well.

Maybe this PHP client library for Elasticsearch will be helpful.

1 Like

yes thanks , working on it :slight_smile:

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