I would like to exclude the flow exporter from being enriched, in our ipaddrs.yml i have a subnet defined:
10.0.9.0/24:
name: network equipment
metadata:
.geo.loc.coord: 2366,87
.geo.city.name: cityA
.geo.country.code: ABC
.geo.country.name: countryA
.geo.tz.name: Europe
And our flow exporter is within the above subnet flow exporter ip: 10.0.9.2 and the gets enriched like this:
To incl_excl.yml i have added:
exclude:
#asn:
# -
cidr:
- 10.0.9.2/32
But that does not seam to work, anyone has an idea of what I am doing wrong?