Skip to content

Importing template files #11

Open
Open
@w33ble

Description

@w33ble

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions