Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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 join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request hardening
Projects
None yet
Development

No branches or pull requests

2 participants