The layer set in the base layer under kibana coordinate map interface is lost, causing the Coordinate Map: Could not retrieve manifest from the tile service: status -1

I looked at all the topics that correspond to "Coordinate Map: Could not retrieve manifest from the tile service: status -1", but I didn't find a solution.

Now because of the lack of a base layer, the map cannot appear, only the empty package layer. The GeoLite2-City.mmdb of the Gaudí map is used,Originally it was possible to choose between the two。

The logstash setting:

geoip {
source => "client_ip"
target => "geoip"
database => "/home/logstash/GeoLigCity/GeoLite2-City-gaode.mmdb"
add_field => [ "[geoip][coordinates]", "%{[geoip][longitude]}" ]
add_field => [ "[geoip][coordinates]", "%{[geoip][latitude]}" ]
}

mutate {
convert => [ "[geoip][coordinates]", "float" ]
}

I only did an operation to save Visualization, but I deleted the saved Visualization and it didn't return to normal.

Is there a corresponding solution or how to find the reason?

@thomasneirynck do you happen to know what's going on here?

I am not sure, I did not solve it by restarting kibana, but I restarted the machine, this problem did not appear.

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