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]: As Maintainer I want keep to automatically update elastic mappings and data on schema changes #2236

Open
VladimirFilonov opened this issue Oct 18, 2024 · 0 comments

Comments

@VladimirFilonov
Copy link
Contributor

VladimirFilonov commented Oct 18, 2024

To prevent problems like this:

An unhandled exception occurred: Failed to run query in Elastic: BadRequestError(400, 'verification_exception', 'Found 1 problem\nline 1:72: Unknown column [incident]')

I see 2 steps:

  1. Fast updating mappings to prevent issues: https://elasticsearch-py.readthedocs.io/en/latest/api/indices.html#elasticsearch.client.IndicesClient.put_mapping

  2. Slow background update of data if required

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant