如何在 Python 中创建 Kibana 索引模式

How to create Kibana Index Pattern in Python

在Python中有创建索引模板的方法,index.有谁知道用什么方法创建索引模式?

es.indices.put_index_template() - 创建索引模板

es.indices.create() - 创建索引

es.indices.??????()

使用 Kibana rest api 界面... 如此处所述

https://www.elastic.co/guide/en/kibana/current/api.html

创建/更新等 Kibana 索引模式