elasticsearch中已经创建成功的模板,我如何得到其创建模板的语句呢?
1条回答 默认 最新
- MarkHan_ 2023-06-27 15:35关注
GET /_template/my_template curl -XGET "http://localhost:9200/_template/template_name"
解决 无用评论 打赏 举报
GET /_template/my_template
curl -XGET "http://localhost:9200/_template/template_name"