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

[FEATURE] Support automated configuration of search templates #789

Open
ohltyler opened this issue Jul 17, 2024 · 1 comment
Open

[FEATURE] Support automated configuration of search templates #789

ohltyler opened this issue Jul 17, 2024 · 1 comment
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@ohltyler
Copy link
Member

Flow Framework already supports creation of many different OpenSearch resources. Another resource that can have complex configuration is search templates. Supporting search template creation could help users automate the creation and management of them. Typically, they are related to a particular index and its field mappings; being able to create these templates alongside index creation, for examples, would close the technical gap on creating an end-to-end search flow integrated with search templates, with no external/standalone APIs to create any resources required.

Internally, I believe this would mean adding a create search template workflow step, and corresponding logic to delete, in order to fully support and integrate with workflow provisioning/deprovisioning

@ohltyler ohltyler added the enhancement New feature or request label Jul 17, 2024
@dbwiddis
Copy link
Member

So to be clear, you're asking for a template to update a template? :)

image

@minalsha minalsha added help wanted Extra attention is needed and removed untriaged labels Jul 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

3 participants