elastic / kibana

Your window into the Elastic Stack
https://www.elastic.co/products/kibana
Other
19.73k stars 8.14k forks source link

[Ingest Manager] Support ES index/content template in yaml format #67318

Open ruflin opened 4 years ago

ruflin commented 4 years ago

Currently the package manager only support index templates and content templates in json format. Same as for ingest pipelines, index and component templates should also be supported in yml https://github.com/elastic/package-registry/pull/481 This would simplify some of the templates we have and allow us to work with comments in the template.

elasticmachine commented 4 years ago

Pinging @elastic/ingest-management (Team:Ingest Management)

skh commented 4 years ago

See https://github.com/elastic/kibana/blob/master/x-pack/plugins/ingest_manager/server/services/epm/elasticsearch/ingest_pipeline/install.ts#L141-L143 how this is handled for ingest pipelines.