Kibana stack monitoring dashboard not showing data

We are using Elasticsearch 7.9.3 and have enabled monitoring data collection locally. This is our cluster's setting

  "xpack" : {
      "monitoring" : {
        "elasticsearch" : {
          "collection" : {
            "enabled" : "true"
          }
        },
        "collection" : {
          "enabled" : "true"

        }
      },

Sharing a screenshot of the stack monitoring page.


I can also see daily monitoring indices created successfully. What is that I am missing?

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.