kibana/docs/ingest_manager/index-templates.asciidoc
Sonja Krause-Harder f91c795e30
[EPM] Handle multi fields in index template generation (#63112)
* Add unit test stub for multi fields.

* Add multi field handling to mapping generation.

* Start documenting index template generation.

* Add unit tests.

* Remove stub for fields.yml documentation

Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
2020-04-17 13:23:30 +02:00

8 lines
305 B
Plaintext

# Elasticsearch Index Templates
## Generation
* Index templates are generated from `YAML` files contained in the package.
* There is one index template per dataset.
* For the generation of an index template, all `yml` files contained in the package subdirectory `dataset/DATASET_NAME/fields/` are used.