Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 604 Bytes

README.md

File metadata and controls

20 lines (16 loc) · 604 Bytes

elasticsearch-rancher-setup

This utility container is here to push specific configuration to elasticsearch from rancher-compose.yml's metadata:

  • elasticsearch templates
  • repository configuration
  • elasticsearch license

Elasticsearch license can be pasted as is.

Elasticsearch templates and repository configuration rely on a custom structure supporting multiple entries (a structured json array):

[
  {
    "name": "mytemplate",
    "value": #Paste your template or repository config here
  }
]

All these configurations option are optional.