kibana-maps

Create and configure Kibana Maps for geospatial data visualization.

6|Updated Feb 20, 2026
One-click install
npx skills add https://github.com/patrykkopycinski/elastic-cursor-plugin --skill kibana-maps
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: kibana-maps
Source: https://github.com/patrykkopycinski/elastic-cursor-plugin/tree/main/.cursor/skills/kibana-maps
Command: npx skills add https://github.com/patrykkopycinski/elastic-cursor-plugin --skill kibana-maps

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Helps users visualize and explore geospatial data in Kibana by guiding them to verify geo fields, create or select data views, add appropriate map layers, and confirm that spatial data renders correctly.

Core Features & Use Cases

  • Field validation and provisioning: Confirm the presence of geo_point or geo_shape fields and create data views when necessary.
  • Layer creation and integration: Add document layers, EMS or WMS basemaps, and metrics to build point maps, region layers, and heatmaps.
  • Use Case: Inspect location-based logs or asset inventories from an index to detect clusters, apply time filters, and save the map for dashboarding.

Quick Start

Use the kibana-maps skill to create a map for index my-index using the geo field location and add a heatmap layer.

Frequently Asked Questions about kibana-maps

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I visualize geospatial data in Kibana Maps?

To visualize geospatial data in Kibana Maps, verify your index contains geo_point or geo_shape fields, create a data view, and add document layers to render points, regions, or heatmaps interactively.

What is the difference between geo_point and geo_shape fields for Kibana Maps?

Geo_point fields render specific location coordinates for points and heatmaps, while geo_shape fields define complex spatial boundaries like polygons for region layers in Kibana Maps.

How do I add a heatmap layer to a Kibana map?

Add a heatmap layer to a Kibana map by selecting your data view, ensuring a geo_point field is mapped, and configuring a document layer with the heatmap visualization type.

Can I use external WMS basemaps with Kibana Maps?

Yes, Kibana Maps supports adding external WMS basemaps and EMS basemaps as layers, allowing you to integrate external geospatial sources alongside your document layers.

Why does my geospatial data not render on the Kibana map?

Geospatial data fails to render in Kibana Maps if the index lacks properly mapped geo_point or geo_shape fields, or if the selected data view does not correctly recognize those fields.