You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
But when I go (as a "admin:admin") to Dashboards' "Index management->Templates" menu, I ca'nt see this template:
Thanks!
Expected behavior
I would like to see my custom template (uploaded via PUT's curl) shown in Dashboards' "Index management->Templates" menu like any other.
Describe the bug
I have an index template written in a file ("mytemplate.json" and I upload it to OpenSearch via curl, like this:
curl -X PUT -k -u "admin:admin" -H "content-type:application/json" https://127.0.0.1:9200/_template/mytemplate -d @mytemplate.json
I get the "{"acknowledged":true}" answer and I see it's uploaded correctly because I do this...:
curl -k -u "admin:admin" https://127.0.0.1:9200/_cat/templates
...and I get this:
But when I go (as a "admin:admin") to Dashboards' "Index management->Templates" menu, I ca'nt see this template:
Thanks!
Expected behavior
I would like to see my custom template (uploaded via PUT's curl) shown in Dashboards' "Index management->Templates" menu like any other.
OpenSearch Version
Last one, run as a Podman pod:
Dashboards Version
I don't know how to see this but it's from the "latest" version image in Docker's hub
Plugins
Whichever comes by default in Docker's hub images
Host/Environment (please complete the following information):
The text was updated successfully, but these errors were encountered: