TileMap on Kibana5 no result found

Hi Support,

I have a trouble on TileMap of Kibana 5.

Kibana retrieved geo_point data from fluentd as the follow:
{
"_index": "aws_logstash-2017.03",
"_type": "aws_apache",
"_id": "AVqsu9mEuPx5mzZ6NlOB",
"_score": null,
"_source": {
"host": "95.213.177.126",
"user": null,
"method": "POST",
"path": "http://chexxx.com/azenv.php?auth=148895666553&a=PSCMN&i=598060582&p=80",
"code": 404,
"size": 207,
"referer": "https://prodar.com/",
"agent": "Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0)",
"country": "RU",
"city": null,
"latitude": 60,
"longitude": 100,
"location": "60.0,100.0",
"location_properties": {
"lat": 60,
"lon": 100
},
"location_string": "60.0,100.0",
"location_array": [
100,
60
],
"@timestamp": "2017-03-08T16:04:25+09:00",
"@log_name": "apache.access"
},
"fields": {
"@timestamp": [
1488956665000
]
},
"sort": [
1488956665000
]
}

The geohash and geo_point setting value will be selected from TileMap, but after I clicked preview button, "no result found" was occurred.

PS: I checked the data type of mapping that is geo_point.

Could you let me know how to show TileMap?
Thank you,
Besh Regards

@toyo_oss have you ensured that the data-point exists within the time-range that you have selected here:

Thank you for your reply.
I found this error at Mapping Setting.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.