diff --git a/salt/elasticsearch/files/ingest/common b/salt/elasticsearch/files/ingest/common index d8de06f31..2f67a1ddc 100644 --- a/salt/elasticsearch/files/ingest/common +++ b/salt/elasticsearch/files/ingest/common @@ -6,7 +6,8 @@ "field": "destination.ip", "target_field": "destination.geo", "database_file": "GeoLite2-City.mmdb", - "ignore_missing": true, + "ignore_missing": true, + "ignore_failure": true, "properties": ["ip", "country_iso_code", "country_name", "continent_name", "region_iso_code", "region_name", "city_name", "timezone", "location"] } }, @@ -16,6 +17,7 @@ "target_field": "source.geo", "database_file": "GeoLite2-City.mmdb", "ignore_missing": true, + "ignore_failure": true, "properties": ["ip", "country_iso_code", "country_name", "continent_name", "region_iso_code", "region_name", "city_name", "timezone", "location"] } },