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

Utilize AWS CloudWatch to catch reindex errors #515

Open
maxsibilla opened this issue Jun 10, 2022 · 0 comments
Open

Utilize AWS CloudWatch to catch reindex errors #515

maxsibilla opened this issue Jun 10, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@maxsibilla
Copy link
Contributor

We should be able to utilize CloudWatch to grep the logs coming from the search-api and send an alert if some form of the following errors appear:

[2022-06-07 14:47:11] ERROR in es_writer:57: Error Message: {"error":{"root_cause":[{"type":"illegal_argument_exception","reason":"mapper [descendants.metadata.metadata.library_final_yield] cannot be changed from type [long] to [float]"}],"type":"illegal_argument_exception","reason":"mapper [descendants.metadata.metadata.library_final_yield] cannot be changed from type [long] to [float]"},"status":400}

[2022-06-06 18:32:19] ERROR in es_writer:57: Error Message: {"error":{"root_cause":[{"type":"illegal_argument_exception","reason":"mapper [descendants.metadata.metadata.library_final_yield] cannot be changed from type [float] to [long]"}],"type":"illegal_argument_exception","reason":"mapper [descendants.metadata.metadata.library_final_yield] cannot be changed from type [float] to [long]"},"status":400}

@maxsibilla maxsibilla added the enhancement New feature or request label Jun 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant