Closed aidin-gh closed 4 months ago
The API you are referring to is the legacy API. It seems like your templates are not migrated yet, see the info box at the top here: https://www.elastic.co/guide/en/elasticsearch/reference/current/indices-get-template-v1.html
This is also a duplicate of #170
Hi @cars10, Thanks for looking into this!
I'm using the new API. The legacy API is /_template/
, but as you see in the curl
command and the screenshot, I'm using the new _index_template
API.
I installed the Firefox Addon, and I can see that it's calling the legacy URI.
Please let me know if I can collect any info about this issue that helps you identify it.
Description
I have a few templates on my cluster. I can see them by calling
_index_templates
API directly, but the app doesn't show them. I tried it on a new single-node cluster on my local machine, and the result was the same.Steps To Reproduce List the steps to reproduce your problem:
_index_template
. For example I tried this:Index Templates
. The template is not there.I tried disconnecting and re-connecting, and resetting the app. But templates didn't appear.
Screenshots
Environment (please include the following information):