Skip to content

Commit fe1c82d

Browse files
authored
remove geoip processor temporary whilst we address the ability to lazily load the geo database (#96159)
1 parent 3aed349 commit fe1c82d

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

x-pack/plugin/core/src/main/resources/org/elasticsearch/xpack/entsearch/analytics/behavioral_analytics-events-final_pipeline.json

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -57,13 +57,6 @@
5757
"ignore_missing": true
5858
}
5959
},
60-
{
61-
"geoip": {
62-
"field": "session.ip",
63-
"target_field": "session.location",
64-
"ignore_missing": true
65-
}
66-
},
6760
{
6861
"remove": {
6962
"field": "session.ip",

0 commit comments

Comments
 (0)