gpt4 book ai didi

python - 尝试从elasticsearch-python检查索引模板

转载 作者:行者123 更新时间:2023-12-03 01:46:18 26 4
gpt4 key购买 nike

我正在尝试通过python elasticsearch API查看索引模板的内容。

我这样做:

es.get_template("_template/my_template")

但这就是我得到的一切:
{'_id': '_template/my_template',
'found': True,
'lang': 'mustache',
'template': 'my_template*'}

如何获取完整的模板内容?

最佳答案

es.get_template()将检索搜索模板而不是索引模板。

您需要像这样使用es.indices客户端:

es.indices.get_template('my_template')

关于python - 尝试从elasticsearch-python检查索引模板,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/43681256/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com