-
Notifications
You must be signed in to change notification settings - Fork 673
02 Elasticsearch FAQ
Lorenzo Mangani edited this page Sep 24, 2015
·
24 revisions
curl -XPUT localhost:9200/_template/ntopng_template -d '
{
"template" : "ntopng-*",
"mappings" : {
"ntopng" : {
"DST_IP_LOCATION" : { "type" : "geo_point" },
"SRC_IP_LOCATION" : { "type" : "geo_point" }
}
}
}
'
ref: https://www.elastic.co/guide/en/elasticsearch/reference/current/mapping.html