mirror of
https://github.com/elastic/kibana.git
synced 2025-04-25 18:27:59 -04:00
* 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>
7 lines
305 B
Text
7 lines
305 B
Text
# 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.
|