Setup Kibana

This section describes how to setup Kibana to be used in GeoNetwork to visualize the search/content statistics:

$ cd opt/kibana
$ vi config/kibana.yml
    server.basePath: "/geonetwork/dashboards"
    kibana.index: “.dashboards"
  • Execute Kibana:

$ cd /opt/kibana/bin
$ ./kibana &

Note

Usually you’ll want to configure Kibana to start automatically when the server is startup, this is not covered in this guide.

Load Kibana data

Visit Kibana in a browser using one of the above links and go to ‘Saved Objects’.

Import export.json from https://github.com/geonetwork/core-geonetwork/blob/master/es/es-dashboards/data/export.json