Skip to content
This repository was archived by the owner on Apr 13, 2026. It is now read-only.
This repository was archived by the owner on Apr 13, 2026. It is now read-only.

Importing template files #11

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

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions