Hello all,
I have deployed a number of file templates (config/template/*.json)
which are functional - as evidenced by the fact that newly created
indices inherit their settings as expected - but for some reason I
cannot retrieve any information about them via the API.
Excerpt from _cluster/state :
"metadata" : {
"templates" : { },
And when attempting to GET one directly :
$ curl -XGET "localhost:9200/_template/compress"
{}%
For reference :
$ curl -s -XGET "localhost:9200/" | grep number
"number" : "0.19.11",
Again, the templates work - I just don't see them via the API. Is
there some magic that is required here, or is this a potential bug (or
am I just doing something wrong) ?
Thank you.
--
dan (phrawzty).
mozilla webops; european outpost.
--