Kibana: Unexpected behavior when enabling stack monitoring on ESS

Created on 11 Jun 2020  路  2Comments  路  Source: elastic/kibana

Kibana version: 7.8 (unreleased)

Steps to reproduce:

  1. Create 7.8 deployment on ESS and try to enable stack monitoring. It asks whether or not to enable metricbeat or internal monitoring. There is no possibility to set up monitoring with metricbeat on ESS though.

Screenshot 2020-06-11 at 19 52 22

  1. Clicking on Setup with metricbeat takes me to the Elasticsearch node
    Screenshot 2020-06-11 at 19 52 48

  2. Trying to see how to set up monitoring for APM takes me to a blank monitoring screen (no data)
    Screenshot 2020-06-11 at 19 54 21

    1. Finally setting up internal monitoring leads to a deprecation warning and the suggestion to switch to metricbeat based monitoring. The internal monitoring worked as expected, but the migration message seems confusing.
      Screenshot 2020-06-11 at 19 56 36

pinging @chrisronline
fyi @graphaelli

Stack Monitoring Monitoring bug v7.8.0

Most helpful comment

@simitt I have verified this is happening.

My guess is https://github.com/elastic/kibana/pull/62908 introduced a bug where we aren't properly detected cloud.

It looks like we need to specify the cloud plugin in our kibana.json file, like other plugins do

cc @igoristic

All 2 comments

Pinging @elastic/stack-monitoring (Team:Monitoring)

@simitt I have verified this is happening.

My guess is https://github.com/elastic/kibana/pull/62908 introduced a bug where we aren't properly detected cloud.

It looks like we need to specify the cloud plugin in our kibana.json file, like other plugins do

cc @igoristic

Was this page helpful?
0 / 5 - 0 ratings