Skip to content

skalogs/elasticsearch-rancher-setup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.