-
Notifications
You must be signed in to change notification settings - Fork 474
TI Util package fix incorrect index in dashboard #6793
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
Conversation
@@ -1435,13 +1410,13 @@ | |||
"type": "index-pattern" | |||
}, | |||
{ | |||
"id": ".siem-signals*", | |||
"id": "security-solution-default", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can I confirm that this (and related) is the change for switching index? This is not clear from the linked document.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes this is the change for switching the index
security-solution-default
points to a data view that contains alerts-security.alerts-<space-id>
Co-authored-by: Dan Kortschak <90160302+efd6@users.noreply.github.com>
Package ti_util - 1.2.1 containing this change is available at https://epr.elastic.co/search?package=ti_util |
What does this PR do?
This PR updates two panels in the ti_util dashboard per updates in 8.x described here.
.siem-signals-<space-id>
to.alerts-security.alerts-<space-id>
signal.rule.name
tokibana.alert.rule.name
Checklist
I have reviewed tips for building integrations and this pull request is aligned with them.I have verified that all data streams collect metrics or logs.changelog.yml
file.