Kibana

MFLib uses Kibana to visualize metrics and logs gathered by ELK.

The Measurement Framework (MFLib) uses Kibana to access and visualize Elastic Search (ELK) metrics and logs. Visit Elastic Search for more information about ELK.

Kibana runs on the Measurement Node and is accessed via a web browser. Since the Measurement Node is behind the FABRIC Bastion Host, you must create an SSH tunnel. ssh -L 10020:localhost:80 -F <fabric-ssh-config-file> -i <your portal_slice_id_rsa-file> <slice-username>@<meas_node-ip> Then browse to https://localhost:10020 .

Kibana uses the concept of “dashboards” to organize and group visualizations of data. MFLib includes several default dashboards to quickly get you started. These include:

  • Node Overview
Updated on August 30, 2022

Was this article helpful?

Related Articles

Having problems?
Try searching or asking questions in the FABRIC community forums!
Go to Forums

Leave a Comment