Skip to content
This repository has been archived by the owner on Jan 8, 2025. It is now read-only.

Add Index Templating for ES #278

Open
toddroper opened this issue Jul 6, 2023 · 1 comment
Open

Add Index Templating for ES #278

toddroper opened this issue Jul 6, 2023 · 1 comment
Assignees
Labels
enhancement New feature or request hardening

Comments

@toddroper
Copy link
Contributor

Currently we are building static indexes for ElasticSearch. We should leverage the index templates to create reusable pieces that can be compiled for the different indexes.

https://www.elastic.co/guide/en/elasticsearch/reference/8.5/simulate-multi-component-templates.html

@toddroper toddroper added the enhancement New feature or request label Jul 6, 2023
@toddroper toddroper self-assigned this Jul 6, 2023
@brandomr
Copy link
Collaborator

This is pretty cool--wasn't aware you could compose index mappings out of components. It will make sense for model_configurations which effectively inherit the model mapping. I suspect we won't add more than a small handful of indices in the future, but let's leave this in the backlog and the next time we create an index--e.g. for extraction jobs(?) --we can try to knock it out simultaneously.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request hardening
Projects
None yet
Development

No branches or pull requests

2 participants