To use Kibana, you need to start all API Management containers, including Kibana.
If API Management is still running, shut it down first:

docker-compose down

Then, start all API Management containers:

docker-compose up

Setup Procedure

During API Management installation you have already enabled Kibana for your installation. To use it for your metrics, you only need to configure the Elasticsearch index that is used for Kibana:

  1. Login to Kibana at https://<my API Management URL>:<my Kibana port>, e.g. https://api.acme-corp.com:8446 .
    You will see an index-pattern error.
  2. Select menu item Management from the menu bar on the left to configure an index pattern.

    To configure an index pattern, you need to have made at least one request via API Management.

  3. Enter apiman_metrics as name of the pattern:
  4. Select requestStart from the dropdown box as name of the Time Filter field.
  5. Click Create.
  6. Grant users access to Kibana by assigning them role kibanauser . Refer to Managing Users and Permissions for more information on this.

For more information on creating reports with Kibana, refer to the Kibana User Guide. On page Metrics you can find a short introduction to API Management metrics and some Kibana templates to download.

On this Page:

Related Pages:
Related Documentation:
  • No labels