Closed kcreddy closed 1 day ago
Pinging @elastic/security-service-integrations (Team:Security-Service Integrations)
I'm able to replicate the filter issue and see it fixed by this, but cannot replicate the issue with the table with the system test cases. Could we have some additional test cases that exercise the dashboards?
@efd6, the screenshot is taken from running system tests sample. I think the table is probably not visible due to timestamp filter. Last 10 years
worked for me. Let me know if I have to adjust the timestamps in the log samples.
Resolved the conflicts.
To see the full report comment with /test benchmark fullreport
Issues
0 New issues
0 Fixed issues
0 Accepted issues
Measures
0 Security Hotspots
98.6% Coverage on New Code
0.0% Duplication on New Code
cc @kcreddy
Package crowdstrike - 1.45.1 containing this change is available at https://epr.elastic.co/package/crowdstrike/1.45.1/
Proposed commit message
crowdstrike.falcon
data-stream doesn't sethost.hostname
unlikecrowdstrike.alert
orcrowdstrike.host
. But it useshost.hostname
inFalcon Overview
dashboard, which leads to empty data.Fixes made to
Falcon Overview
dashboard:host.name
inTop Related Hosts
visualisation.host.name
field forHostname
control.observer.address
.Severity
name to empty control using the fieldcrowdstrike.event.SeverityName
.Checklist
changelog.yml
file.How to test this PR locally
--defer-cleanup 30m
elastic-package stack down && elastic-package build && elastic-package stack up --version=8.13.0 -d -v && eval "$(elastic-package stack shellinit)" && elastic-package test system --generate -v --defer-cleanup 30m --data-streams=falcon
Flacon Overview
dashboard is fixed.Related issues
Screenshots
Before:
After: