-
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
[Response Ops] Handle unmapped fields in alert table sorting #170167
Comments
Pinging @elastic/response-ops (Team:ResponseOps) |
I think this fix is as simple as adding "unmapped_type": "keyword" for each field in the request:
|
As mentioned in the linked SDH, a more specific workaround to clearing the full browser cache is to delete the |
Potentially another SDH: https://github.com/elastic/sdh-kibana/issues/5023 |
Encountered this while helping some folks on I see the PR is still pending. Might we add this to the known issues list? https://www.elastic.co/guide/en/security/current/release-notes-header-8.17.0.html |
Found in: https://github.com/elastic/sdh-security-team/issues/759 (internal)
Overview
When an unmapped field is selected from the field browser to add to the alerts table and then sorted on, the table breaks and hides all results including the sorting controls which causes a user to have to clear local storage in order to reset their table config and see results again. We need to either hide unmapped fields from the field browser or add in the necessary ES sorting params to the table sort calls to prevent error responses. The table should probably also not break entirely if a user finds themselves in this situation and a way to clear the sorting/pagination configuration could be provided.
The text was updated successfully, but these errors were encountered: