You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
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
The text was updated successfully, but these errors were encountered: