简体   繁体   中英

KIbana connection and ES integration using python

This project basically involved Elasticsearch cloud and Kibana, and Python client as well. Currently, I am stuck trying to add an index pattern to Kibana from ES. I found some helpful functions by pybana such as "update_or_create_default_index_pattern" but nothing related to Kibana connection.

I would appreciate it if someone have ever worked with this tool using python (or whatever programming language) Thank you

You can use the kibana index pattern API.

With the python requests package (or any other HTTP library), you can create an HTTP request for creating the index pattern.

Create index pattern API

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM