-
Notifications
You must be signed in to change notification settings - Fork 8.5k
[Security Solution] Kibana crash on adding endpoint integration #83277
Copy link
Copy link
Closed
Labels
Feature:EndpointElastic Endpoint featureElastic Endpoint featureTeam: SecuritySolutionSecurity Solutions Team working on SIEM, Endpoint, Timeline, Resolver, etc.Security Solutions Team working on SIEM, Endpoint, Timeline, Resolver, etc.Team:Defend Workflows“EDR Workflows” sub-team of Security Solution“EDR Workflows” sub-team of Security SolutionTeam:Detections and RespSecurity Detection Response TeamSecurity Detection Response TeambugFixes for quality problems that affect the customer experienceFixes for quality problems that affect the customer experienceimpact:highAddressing this issue will have a high level of impact on the quality/strength of our product.Addressing this issue will have a high level of impact on the quality/strength of our product.
Metadata
Metadata
Assignees
Labels
Feature:EndpointElastic Endpoint featureElastic Endpoint featureTeam: SecuritySolutionSecurity Solutions Team working on SIEM, Endpoint, Timeline, Resolver, etc.Security Solutions Team working on SIEM, Endpoint, Timeline, Resolver, etc.Team:Defend Workflows“EDR Workflows” sub-team of Security Solution“EDR Workflows” sub-team of Security SolutionTeam:Detections and RespSecurity Detection Response TeamSecurity Detection Response TeambugFixes for quality problems that affect the customer experienceFixes for quality problems that affect the customer experienceimpact:highAddressing this issue will have a high level of impact on the quality/strength of our product.Addressing this issue will have a high level of impact on the quality/strength of our product.
Type
Fields
Give feedbackNo fields configured for issues without a type.
Describe the bug:
Adding endpoint integration to a policy triggers a side effect (#79198) of installing detection index and rules. If installing those rules fails, the error is not caught correctly, and kibana crashes
Kibana/Elasticsearch Stack version:
kibana master @ 7e24ae6
Server OS version:
8.0.0-SNAPSHOT
Browser and Browser OS versions:
n/a
Elastic Endpoint version:
n/a
Original install method (e.g. download page, yum, from source, etc.):
kibana running from source
yarn start --no-base-pathelasticsearch running from docker snapshot
(similar to
yarn es snapshot, but the rule installation only fails w/ docker snapshot)Steps to reproduce:
Current behavior:
Performing the detection rules installation seems to fail with HTTP 503 and ECONNRESET. Which, sure, that's an environment thing maybe. But The exception is not handled and kibana crashes
Expected behavior:
Flaky connections or other errors are gracefully handled
Screenshots (if relevant):
Errors in browser console (if relevant):
Provide logs and/or server output (if relevant):
Any additional context (logs, chat logs, magical formulas, etc.):