You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This was tested on the latest master of each product (ES and beats)
I have a CCS scenario setup with cluster A (prod) and cluster B (Monitoring). I have configured metricbeat to collect and ship monitoring data to cluster B. I have configured CCS from cluster A to cluster B.
Just tested and this is also happening on 7.x and 7.5 branches. But it's not happening on 7.4. This leads me to believe this regression was introduced by the change in #14378.
@chrisronline Given the impact of this change — Stack Monitoring UI incorrectly showing license as expired — I feel like this should be a blocker for 7.5.0, since it hasn't been released yet. WDYT?
@ycombinator I agree. With this bug, any user on a Basic license is not able to use the Stack Monitoring. If a user attempts to load the UI, they will be redirected to a page that shows:
This was tested on the latest master of each product (ES and beats)
I have a CCS scenario setup with cluster A (prod) and cluster B (
Monitoring
). I have configured metricbeat to collect and ship monitoring data to cluster B. I have configured CCS from cluster A to cluster B.This query:
yields:
Note that there is no
expiry_date_in_millis
field.Then, this query:
yields:
Note the addition of
expiry_date_in_millis: 0
This is causing an issue in Kibana, as our check to see if a license can expire only checks for the presence of the
expiry_date_in_millis
fieldcc @ycombinator
The text was updated successfully, but these errors were encountered: