-
Notifications
You must be signed in to change notification settings - Fork 10
Importing template files #11
Copy link
Copy link
Open
Description
it would be really handy to be able to import template files from a given path and have them copied into the cluster's config.
See http://www.elasticsearch.org/guide/en/elasticsearch/reference/1.x/indices-templates.html#config
Something like this perhaps:
{
"defaults": {
"config": {
"http.cors.enabled": true,
},
"templates": "./templates",
},
"clusters": {
"my-rad-cluster": {
"templates": "./rad-templates",
}
}
}Where templates could be placed in the global config and/or the cluster configs. I suppose if both were used, it would just copy templates files from both locations.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels
Type
Fields
Give feedbackNo fields configured for issues without a type.