As part of https://github.com/elastic/kibana/pull/68290, the Maps App introduced the Security layer, which was based off the original Network Map layer generation code, but also included additional performance enhancements like including a top hits agg by IP for destination and source layers to reduce the number of total underlying features.
This can be seen between the Security App and Maps App below:
As part of https://github.com/elastic/kibana/pull/68290, the Maps App introduced the
Security
layer, which was based off the original Network Map layer generation code, but also included additional performance enhancements like including a top hits agg by IP for destination and source layers to reduce the number of total underlying features.This can be seen between the Security App and Maps App below:
For implementation, an example patch of what this would look like can be found in the following comment from the above PR: https://github.com/elastic/kibana/pull/68290#pullrequestreview-428456719