Chapter 4. Troubleshooting


The following sections explain how to resolve issues that may occur in Metrics Store.

4.1. Information Is Missing from Kibana

If Kibana is not displaying metric or log information as expected, you can use journalctl to investigate the collectd and fluentd log files as follows:

  • If only metrics information is missing, check the collectd log files.
  • If only log information is missing, check the fluentd log files.
  • If both metrics and logs information are missing, check both log files.

    1. To investigate collectd log files:

      # journalctl -u collectd
    2. To investigate fluentd log files:

      # journalctl -u fluentd

To learn about the other journalctl options refer to the man page.

Red Hat logoGithubredditYoutubeTwitter

Learn

Try, buy, & sell

Communities

About Red Hat

We deliver hardened solutions that make it easier for enterprises to work across platforms and environments, from the core datacenter to the network edge.

Making open source more inclusive

Red Hat is committed to replacing problematic language in our code, documentation, and web properties. For more details, see the Red Hat Blog.

About Red Hat Documentation

Legal Notice

Theme

© 2026 Red Hat
Back to top