I just created my first tile map. I have heat maps showing but there is no map. I've seen lots of similar questions to this but haven't seen any resolutions. I'm on kibana 5.2.1. If I select the "WMS compliant map server" option then the USGS maps load properly, but they don't zoom very much and don't show cities et al. When I run with chrome devtools running I see that kibana is trying to access https://example.com, e.g.:
"https://example.com/v1/default/6/38/25.png"
"https://example.com/v1/default/6/38/26.png"
etc., and getting 404 response codes. What's going on here?