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] Missing findings for detector configured against multiple concrete indices #1422

Open
jowg-amazon opened this issue Dec 13, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@jowg-amazon
Copy link
Collaborator

jowg-amazon commented Dec 13, 2024

What is the bug?
When multiple concrete indices (and possibly aliases) are configured against a detector the query index is only creating the query for the first index that's selected but not the subsequent indices. Then when you ingest a document into one of the indices that don't have the correct query, a finding is not generated. However, it is created for the index with the correct query in the query index.

How can one reproduce the bug?
Steps to reproduce the behavior:

  1. Create a detector with multiple concrete indices.
  2. Check the query index and only 1 query should be created from that detector.
  3. Try to generate a finding using an index that doesn't have a query

What is the expected behavior?
A clear and concise description of what you expected to happen.

What is your host/environment?

  • OS: 2.17
  • Version [e.g. 22]
  • Plugins

Do you have any screenshots?
If applicable, add screenshots to help explain your problem.

Do you have any additional context?
Add any other context about the problem.

@jowg-amazon jowg-amazon added bug Something isn't working untriaged labels Dec 13, 2024
@jowg-amazon jowg-amazon changed the title [BUG] [BUG] No findings for detector configured against multiple concrete indices Dec 13, 2024
@jowg-amazon jowg-amazon changed the title [BUG] No findings for detector configured against multiple concrete indices [BUG] Missing findings for detector configured against multiple concrete indices Dec 16, 2024
@dblock dblock removed the untriaged label Jan 6, 2025
@dblock
Copy link
Member

dblock commented Jan 6, 2025

[Catch All Triage - 1, 2, 3, 4, 5, 6]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants