-
Notifications
You must be signed in to change notification settings - Fork 448
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
Add Integration for Missile Map #11758
base: main
Are you sure you want to change the base?
Conversation
💚 CLA has been signed |
Update README Update time window to last 30 minutes Update DSL query to sort data based on existance of geo location fields Update animation speed to uniform across all paths
Fix minor issue in visualization
/test |
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.
CI is complianing on missing CODEOWNERS
entry.
Add an entry inside .github/CODEOWNERS
file here:
/packages/missle_map @elastic/security-service-integrations
Pinging @elastic/security-service-integrations (Team:Security-Service Integrations) |
Add entry in CODEOWNERS for missile map Remove LICENSE.txt Modify minimum Kibana version contraint to 8.14.0 Update README.md
/test |
Quality Gate passedIssues Measures |
💚 Build Succeeded
History
|
name: missile_map | ||
title: Missile Map | ||
version: 0.1.0 | ||
description: "This integration ships a missile map, a custom visualization to analyze network traffic data." |
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.
Package name and description requires a change. Holding off merge until then.
Proposed commit message
Create a new integration package named missile_map and add the Missile Map dashboard.
The Missile Map dashboard includes a custom map visualization that uses the Elastic Map Service to add a base map. For the marks (path, text, arc, etc.) and animations, it uses the Vega visualization framework within Kibana.
Checklist
How to test this PR locally
Screenshots