Skip to content

Commit a1e2cb6

Browse files
authored
set geoip.ip type to ip
1 parent 727ea12 commit a1e2cb6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

ElasticStack_apache/apache_template.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,9 @@
4040
"properties": {
4141
"location": {
4242
"type": "geo_point"
43+
},
44+
"ip": {
45+
"type": "ip"
4346
}
4447
},
4548
"type": "object"

0 commit comments

Comments
 (0)