You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
An ECS component template would be useful, as it would save having to define ECS fields every time we create a new non-beats index. The ECS component template would be the first in the list of "composed_of" templates in the index template.
I've got a python script to convert explicit mappings to dynamic templates, so the fields will only be defined in the new index mapping when data is indexed into them.
Hi,
An ECS component template would be useful, as it would save having to define ECS fields every time we create a new non-beats index. The ECS component template would be the first in the list of "composed_of" templates in the index template.
https://github.com/elastic/ecs/blob/master/generated/elasticsearch/7/template.json
I've got a python script to convert explicit mappings to dynamic templates, so the fields will only be defined in the new index mapping when data is indexed into them.
https://github.com/mbudge/dynamic-template-generator
Thanks
The text was updated successfully, but these errors were encountered: