Skip to content

Commit 9d2ba2d

Browse files
authored
continent and country names are also keywords
1 parent a1e2cb6 commit 9d2ba2d

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

ElasticStack_apache/apache_template.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,12 @@
4343
},
4444
"ip": {
4545
"type": "ip"
46+
},
47+
"continent_code": {
48+
"type": "keyword"
49+
},
50+
"country_name": {
51+
"type": "keyword"
4652
}
4753
},
4854
"type": "object"

0 commit comments

Comments
 (0)