Skip to content
François Prunayre edited this page Jun 14, 2017 · 8 revisions
Date 12 June 2017 Contacts Francois Prunayre
Status Call for vote Release 3.4
Source code PR 1966
Supported by metawal, ifremer

Proposal Type:

  • Type: UI, Server
  • Module: UI, Server

Voting History

  • Vote Proposed: 14 June 2017

Main goal

This proposal help users to analyze the content and usages of the catalog by adding the capability to create custom dashboards and embed them to the admin console. Main motivations are that current dashboards in the admin console are not usable when having too many records or search requests. Eg. legend with truncated label, browser freeze due to too many series.

For this, an Elasticsearch index is used to:

  • index catalog content
  • index search statistics. and Kibana is used to create dashboards.

This proposal fix a number of issues discovered in the search statistics module:

  • CSW and q services search were not logged since drilldown queries are used
  • Exclude fields property was not used

See PR for details:

Clone this wiki locally