update geoip

This commit is contained in:
Kameron Kenny 2024-10-30 10:18:40 -04:00
parent 079a0fe73c
commit 29a15b9b2a
No known key found for this signature in database
GPG Key ID: E5006629839D2276
3 changed files with 7 additions and 7 deletions

View File

@ -51,7 +51,7 @@ parser p_bind_client_ip_geoip2_city {
geoip2(
"${bind9.client.ip}",
prefix( "geoip2.source." )
database( "../GeoIP/GeoLite2-City.mmdb" )
database( "GeoIP/GeoLite2-City.mmdb" )
);
};

View File

@ -40,7 +40,7 @@ parser p_nginx_client_ip_geoip2_city {
geoip2(
"${nginx.client.ip}",
prefix( "geoip2.source." )
database( "../GeoIP/GeoLite2-City.mmdb" )
database( "GeoIP/GeoLite2-City.mmdb" )
);
};

View File

@ -20,7 +20,7 @@ parser p_fw_src_ip_geoip2_city {
geoip2(
"${kv.SRC}",
prefix( "geoip2.source." )
database( "../GeoIP/GeoLite2-City.mmdb" )
database( "GeoIP/GeoLite2-City.mmdb" )
);
};
@ -28,7 +28,7 @@ parser p_fw_dst_ip_geoip2_city {
geoip2(
"${kv.DST}",
prefix( "geoip2.destination." )
database( "../GeoIP/GeoLite2-City.mmdb" )
database( "GeoIP/GeoLite2-City.mmdb" )
);
};
@ -36,7 +36,7 @@ parser p_suricata_dest_ip_geoip2_city {
geoip2(
"${suricata.dest_ip}",
prefix( "geoip2.destination." )
database( "../GeoIP/GeoLite2-City.mmdb" )
database( "GeoIP/GeoLite2-City.mmdb" )
);
};
@ -44,7 +44,7 @@ parser p_suricata_src_ip_geoip2_city {
geoip2(
"${suricata.src_ip}",
prefix( "geoip2.source." )
database( "../GeoIP/GeoLite2-City.mmdb" )
database( "GeoIP/GeoLite2-City.mmdb" )
);
};
@ -62,7 +62,7 @@ destination d_unifi_suricata {
--exclude DATE @timestamp=${ISODATE})")
persist-name("d_unifi_suricata")
);
}
};
destination d_unifi_bash_history {
elasticsearch-http(