You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
>`servicesFile` and `protocolsFile` with paths to custom services/protocols files respectively
448
448
449
-
The rule `add_location` generates new fields with the geo-location information retrieved
450
-
from DB [ip2location](https://lite.ip2location.com/) based on `dstIP` IP.
451
-
All the geo-location fields will be named by appending `output` value
452
-
(`dstLocation`in the example above) to their names in the [ip2location](https://lite.ip2location.com/ DB
453
-
(e.g., `CountryName`, `CountryLongName`, `RegionName`, `CityName` , `Longitude` and `Latitude`)
449
+
The rule `add_location` generates new fields with the geo-location information. It uses the [IP2Location LITE database](https://lite.ip2location.com/) in that purpose. All the geo-location fields will be named by prefixing the `output` value to their names in the IP2Location DB (e.g., `CountryName`, `CountryLongName`, `RegionName`, `CityName` , `Longitude` and `Latitude`).
454
450
455
451
The rule `add_kubernetes` generates new fields with kubernetes information by
456
452
matching the `ipField` value (`srcIP`in the example above) with kubernetes `nodes`, `pods` and `services` IPs.
@@ -703,8 +699,6 @@ we can assume that it is the second step of the TCP handshake,
703
699
the direction is from the server (source) to the client (destination) and we can swap them in the connection so the client will be the source and the server will be the destination.
704
700
705
701
706
-
707
-
708
702
### Timebased TopK
709
703
710
704
It is sometimes desirable to return only a subset of records, such as those connections that use the most bandwidth.
FilePathstring`yaml:"file_path,omitempty" json:"file_path,omitempty" doc:"path of the location DB file (zip archive), from ip2location.com (Lite DB9); leave unset to try downloading the file at startup"`
0 commit comments