-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
[Logs UI] [Test scenario] Anomalies page #92215
Comments
Pinging @elastic/logs-metrics-ui (Team:logs-metrics-ui) |
Testing on BC2
|
Thank you for testing.
All of this sounds an awful lot like this problem I experienced #90303 (review) (point 2) 🤔 This was due to async searches not being dispatched sometimes. A fix was merged, but it's possible it wasn't 100%. I'll take a look into it. The immediate redirection back to stream feels like something I've seen before, but we could never replicate properly. I'll take a look into that as well.
Looks like this isn't actually a regression, and has just never worked. Will investigate.
Yeah, the "Rows per page" is part of the swimlane embeddable. Changing it doesn't affect the table. It's possible you only have 5, it's based off
Fair comment. I will add this to the above ticket, and we can consider both enhancements together. |
Thanks @Kerry350! Sounds good. I (or whomever) will test your fixes on BC4 when I get back. |
I just re-tested this. Everything seems to work except when you have an anomaly row expanded, you can't use the keyboard to on the log message context menu because they ellipsis button isn't visible till you mouse over. |
Thanks @simianhacker, we've got #93594 to cover the accessibility issue. |
@Kerry350 @neptunian @simianhacker anything remaining to close this? |
AFAIK we're good on this one. Chris retested, and noted the accessibility issue, and we have a ticket for that. |
Summary
This test scenario covers the functionality of the anomalies page.
For 7.12 the main changes include:
useMlHref
hook for ML links: [Logs UI] Use useMlHref hook for ML links #90935You may use a BC running locally or on cloud for these tests. You'll need to enable the jobs (log rate and categorisation) as necessary (some scenarios below will require no or one job). These jobs should then be left to gather some anomalies.
Test cases
High level functionality
Swimlane visualisation
Anomalies table
event.dataset
field are treated as belonging to theunknown
partition.Expanded anomaly rows
Privileges
You can create a logs read only role by hitting:
curl -X PUT "<KIBANA_URL>/api/security/role/logs_read_only" --user user:password -H 'Content-Type: application/json' -H 'kbn-xsrf: some-string
with:assign this role to a user for the following tests.
With a read only user:
The text was updated successfully, but these errors were encountered: