Hello, I want to show alerts on the map.
This thing is possible if, I create index from kibana > maps > add layers > create index zone and then draw bounding box and these bounding box are stored in index zone ; and then the rule is defined for tracking containment where entity is main(this index stores live data) and boundary is zone and it's tracked data is stored in index Alert.
This Alert maps the alert in map.
Now, what I am trying to do is I am receiving live data in main and I am adding geo-point through api in index zone, what I want now is to show alert whenever data[geo-point] from main intersects the zone's geo-point under 2km radius.
Do you think it is possible?