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.
[ ] I have verified that all data streams collect metrics or logs.
[x] I have added an entry to my package's changelog.yml file.
[x] I have verified that Kibana version constraints are current according to guidelines.
How to test this PR locally
Clone integrations repo.
Install elastic package locally.
Start elastic stack using elastic-package.
Move to integrations/packages/missile_map directory.
Run the following command to run tests.
elastic-package test
--- Test results for package: missile_map - START ---
╭─────────────┬─────────────┬───────────┬──────────────────────────────────────────────────────────────────────┬────────┬──────────────╮
│ PACKAGE │ DATA STREAM │ TEST TYPE │ TEST NAME │ RESULT │ TIME ELAPSED │
├─────────────┼─────────────┼───────────┼──────────────────────────────────────────────────────────────────────┼────────┼──────────────┤
│ missile_map │ │ asset │ dashboard missile_map-7b9c1c24-64b0-4e75-b321-dce264eb0776 is loaded │ PASS │ 1.595µs │
╰─────────────┴─────────────┴───────────┴──────────────────────────────────────────────────────────────────────┴────────┴──────────────╯
--- Test results for package: missile_map - END ---
Done
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