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

[BUG] Unable to create doc level monitor when passing wildcard field names in query string query #1229

Closed
eirsep opened this issue Oct 5, 2023 · 0 comments
Labels
bug Something isn't working untriaged

Comments

@eirsep
Copy link
Member

eirsep commented Oct 5, 2023

What is the bug?
Doc level monitor gets created without doc level query given as user input if indexing query fails.

Monitor creation is not failing when doc level query indexing fails because we simply log a debug level message about failure.

Doc level query indexing fails when we pass wildcards in field names such as a query string query like "*:abc"

How can one reproduce the bug?
Create doc level monitor with a doc level query

What is the expected behavior?
Doc level query indexing should NOT fail when we pass wildcards in field names in query string query
Monitor creation should fail when indexing doc level query fails due to mapper parsing exceptions as no query is created

@eirsep eirsep added bug Something isn't working untriaged labels Oct 5, 2023
@eirsep eirsep changed the title [BUG] Unable create doc level monitor when passing wildcard field names in query string query [BUG] Unable to create doc level monitor when passing wildcard field names in query string query Oct 7, 2023
@eirsep eirsep closed this as completed Oct 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working untriaged
Projects
None yet
Development

No branches or pull requests

1 participant