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

[Release Notes][BUG] [8.7] Sourcerer will display the .alerts index in the matched index patterns section after refreshing page #3046

Closed
dhurley14 opened this issue Mar 8, 2023 · 1 comment · Fixed by #3049
Assignees
Labels

Comments

@dhurley14
Copy link
Contributor

dhurley14 commented Mar 8, 2023

Description:

Sourcerer will only query index patterns where indices that match the given index pattern are found. The .alerts-security.alerts-{spaceId} index, which is part of the security solution default data view for sourcerer, is not created until an alert is written (which happens when a user has a rule run to fulfillment.) Because the .alerts index doesn't exist until after an alert is written, sourcerer is not aware that there now exists an index that matches the .alerts portion of the data view. That means that the .alerts index is not included as a data source when navigating between pages. This is only an issue for customers that have never had an alert written by one of their rules, and navigates to something like timeline to query for their alerts. The solution is to refresh the web browser. Sourcerer will refetch the matched indices and present the .alerts index as a pattern that can be queried. This is a very rare circumstance for our customers and the solution is very simple so hopefully not a big disruption to customer workflows.

What to look for

Rule runs, navigate to timeline, click on data view dropdown (sourcerer) no .alerts index

before_screenshot

refresh the browser and the .alerts index is now available for query:

after_screenshot

cc: @nastasha-solomon

@nastasha-solomon
Copy link
Contributor

This only needs release notes. It should be doc'd as a known issue in 8.7.

@nastasha-solomon nastasha-solomon changed the title [BUG] [8.7] Sourcerer will display the .alerts index in the matched index patterns section after refreshing page [Release Notes][BUG] [8.7] Sourcerer will display the .alerts index in the matched index patterns section after refreshing page Mar 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants