Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for ES index-template configs #552

Merged
merged 3 commits into from
Jun 30, 2020
Merged

Commits on Jun 30, 2020

  1. Add support for ES index-template configs

    In some cases, the Elasticsearch index template for a dataset needs more configuration options then just the mappings that can be shipped as the fields.yml. To make this possible, this introduces the option to configure some settings in the dataset manifest. The naming is `elasticsearch.index-template` to be in line with the directory names. Inside settings and mappings are supported as free form. Anything else is ignored.
    
    This is not supported yet on the Kibana side. There this should either be put into a separate component template or merge on creation.
    ruflin committed Jun 30, 2020
    Configuration menu
    Copy the full SHA
    bb13ae8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    22ad3be View commit details
    Browse the repository at this point in the history
  3. update genereated files

    ruflin committed Jun 30, 2020
    Configuration menu
    Copy the full SHA
    e297e5b View commit details
    Browse the repository at this point in the history