Running kibana and maps service behind firewall

Hi,
We want to run Logstash, Elasticsearch, and Kibana behind firewall.

Is it straight forward or there is some special configuration to make?

Furthermore,
this means we have to run our own maps service, as requests can't go out to the Elastic Maps Service.
We are looking at GeoServer, Kartotherian.
Most important is ease of installation and maintenance.
Any recommendations?

Hi @yahoo,

besides the maps service there should be no external dependency of Kibana. You would just have to configure it to use your internal maps server (see the tilemap setting).

GeoServer is an option we have recommended before. You might also have success using MapProxy and preseeding its cache with the data you need.

Thanks

We're currently exploring offline maps in Kibana, there's no ETA but keep your eye out!

Hi,

Another comment I'd make is you may not be able to use the standard process to install plugins because of being behind the firewall. I had the same problem and had to do an offline installation instead.

Cheers,
Steve

@stevedearl, that is true, but the offline installation should be identical except that you pre-download the plugins and specify their locations with file:/// urls to the kibana-plugins installer.

Where can I find a simple recipe - with a concrete example that works - for setting up geoserver with kibana?
The current available info in the documentation is too general.

https://www.elastic.co/blog/kibana-and-a-custom-tile-server-for-nhl-data has some info.

This blog post might also be useful: https://www.elastic.co/blog/operational-analytics-with-elasticsearch-at-elasticon-2017-part-2

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