Update module ingest node templates to include geo_shapes when possible #11702
Labels
discussion
ecs
enhancement
module
needs_team
Indicates that the issue/PR needs a Team:* label
Stalled
The new Maps app has a ton of cool new features, one of which allows us to plot individual
geo_shapes
andgeo_points
on a map. A cool out of the box example would be to draw a line between the source and destination of an event. This in particular would be useful for SIEM pew pew maps, RUM user traffic, uptime monitoring, etc.Example
source.geo.location
has thegeo_point
:destination.geo.location
has thegeo_point
:If there is a way through an ingest node script processor to check for both locations, it'd be pretty cool to build this line out of the box.
Resulting in a map that looks like this:
https://github.com/alexfrancoeur/elastic_maps_examples
With or without this functionality, we should probably start thinking about shipping maps out of the box for some of these modules (especially when they can be embedded into dashboards soon) and embedding these maps into the actual solutions experiences (SIEM, uptime, etc.).
cc: @tsg @MikePaquette @dov0211 @thomasneirynck @webmat
The text was updated successfully, but these errors were encountered: