Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ML] Error getting metric data Cannot read properties of undefined (reading '0') on single metric viewer when user navigates from anomaly explorer page->annotations -> job model snapshots -> single metric viewer #181910

Closed
bhavyarm opened this issue Apr 26, 2024 · 2 comments · Fixed by #182176
Assignees
Labels
bug Fixes for quality problems that affect the customer experience Feature:Anomaly Detection ML anomaly detection :ml v8.14.0

Comments

@bhavyarm
Copy link
Contributor

Kibana version: 8.14.0/8.13.3

Browser version: chrome latest

Describe the bug: Kibana ML displays error getting metric data cannot read properties of undefined (reading 0) error when user clicks on single metric viewer on job model snapshots listed under annotations.

Steps to reproduce:

  1. Click on anomaly explorer and select a job
  2. On the job page, expand below annotations and select model snapshot stored
  3. ML will display the annnotations. Click on single metric viewer on the annotation
  4. ML displays "Error getting metric data
    Cannot read properties of undefined (reading '0')

Screenshots (if relevant):
Screenshot 2024-04-27 at 12 00 19 AM

Screenshot 2024-04-26 at 11 46 51 PM
@bhavyarm bhavyarm added bug Fixes for quality problems that affect the customer experience :ml labels Apr 26, 2024
@elasticmachine
Copy link
Contributor

Pinging @elastic/ml-ui (:ml)

@peteharverson
Copy link
Contributor

From a quick look, there might be an issue with undefined focusRange` in https://github.com/elastic/kibana/blob/main/x-pack/plugins/ml/public/application/timeseriesexplorer/timeseriesexplorer.js#L438.

While testing this, I also noticed that the hover on anomalies in the table no longer highlights the corresponding anomaly marker in the chart, with this error in the console:
Screenshot 2024-04-29 at 12 12 17

alvarezmelissa87 added a commit that referenced this issue May 1, 2024
…ing from a job annotation (#182176)

## Summary

Fixes #181910

Ensures the position of the zoom slider gets set correctly when user
navigates to the single metric viewer from the anomaly explorer page or
jobs list from annotations -> job model snapshots -> single metric
viewer.

This PR removes the previous forecast id comparison as it was never
getting correctly set so the `focusRange` was getting reset even when it
should not have been because it was already defined.

I believe this was introduced in
#176969.


https://github.com/elastic/kibana/assets/6446462/cbd297ae-e3c2-43ab-ad06-27898ea06a3a

Confirming the link with forecast id still works as expected:



https://github.com/elastic/kibana/assets/6446462/9216c880-7bcf-4d46-b071-adb77f2db1e4


### Checklist

Delete any items that are not applicable to this PR.

- [ ] Any text added follows [EUI's writing
guidelines](https://elastic.github.io/eui/#/guidelines/writing), uses
sentence case text and includes [i18n
support](https://github.com/elastic/kibana/blob/main/packages/kbn-i18n/README.md)
- [ ]
[Documentation](https://www.elastic.co/guide/en/kibana/master/development-documentation.html)
was added for features that require explanation or tutorials
- [ ] [Unit or functional
tests](https://www.elastic.co/guide/en/kibana/master/development-tests.html)
were updated or added to match the most common scenarios
- [ ] [Flaky Test
Runner](https://ci-stats.kibana.dev/trigger_flaky_test_runner/1) was
used on any tests changed
- [ ] Any UI touched in this PR is usable by keyboard only (learn more
about [keyboard accessibility](https://webaim.org/techniques/keyboard/))
- [ ] Any UI touched in this PR does not create any new axe failures
(run axe in browser:
[FF](https://addons.mozilla.org/en-US/firefox/addon/axe-devtools/),
[Chrome](https://chrome.google.com/webstore/detail/axe-web-accessibility-tes/lhdoppojpmngadmnindnejefpokejbdd?hl=en-US))
- [ ] If a plugin configuration key changed, check if it needs to be
allowlisted in the cloud and added to the [docker
list](https://github.com/elastic/kibana/blob/main/src/dev/build/tasks/os_packages/docker_generator/resources/base/bin/kibana-docker)
- [ ] This renders correctly on smaller devices using a responsive
layout. (You can test this [in your
browser](https://www.browserstack.com/guide/responsive-testing-on-local-server))
- [ ] This was checked for [cross-browser
compatibility](https://www.elastic.co/support/matrix#matrix_browsers)

---------

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
kibanamachine pushed a commit to kibanamachine/kibana that referenced this issue May 1, 2024
…ing from a job annotation (elastic#182176)

## Summary

Fixes elastic#181910

Ensures the position of the zoom slider gets set correctly when user
navigates to the single metric viewer from the anomaly explorer page or
jobs list from annotations -> job model snapshots -> single metric
viewer.

This PR removes the previous forecast id comparison as it was never
getting correctly set so the `focusRange` was getting reset even when it
should not have been because it was already defined.

I believe this was introduced in
elastic#176969.

https://github.com/elastic/kibana/assets/6446462/cbd297ae-e3c2-43ab-ad06-27898ea06a3a

Confirming the link with forecast id still works as expected:

https://github.com/elastic/kibana/assets/6446462/9216c880-7bcf-4d46-b071-adb77f2db1e4

### Checklist

Delete any items that are not applicable to this PR.

- [ ] Any text added follows [EUI's writing
guidelines](https://elastic.github.io/eui/#/guidelines/writing), uses
sentence case text and includes [i18n
support](https://github.com/elastic/kibana/blob/main/packages/kbn-i18n/README.md)
- [ ]
[Documentation](https://www.elastic.co/guide/en/kibana/master/development-documentation.html)
was added for features that require explanation or tutorials
- [ ] [Unit or functional
tests](https://www.elastic.co/guide/en/kibana/master/development-tests.html)
were updated or added to match the most common scenarios
- [ ] [Flaky Test
Runner](https://ci-stats.kibana.dev/trigger_flaky_test_runner/1) was
used on any tests changed
- [ ] Any UI touched in this PR is usable by keyboard only (learn more
about [keyboard accessibility](https://webaim.org/techniques/keyboard/))
- [ ] Any UI touched in this PR does not create any new axe failures
(run axe in browser:
[FF](https://addons.mozilla.org/en-US/firefox/addon/axe-devtools/),
[Chrome](https://chrome.google.com/webstore/detail/axe-web-accessibility-tes/lhdoppojpmngadmnindnejefpokejbdd?hl=en-US))
- [ ] If a plugin configuration key changed, check if it needs to be
allowlisted in the cloud and added to the [docker
list](https://github.com/elastic/kibana/blob/main/src/dev/build/tasks/os_packages/docker_generator/resources/base/bin/kibana-docker)
- [ ] This renders correctly on smaller devices using a responsive
layout. (You can test this [in your
browser](https://www.browserstack.com/guide/responsive-testing-on-local-server))
- [ ] This was checked for [cross-browser
compatibility](https://www.elastic.co/support/matrix#matrix_browsers)

---------

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
(cherry picked from commit a1b990d)
kibanamachine added a commit that referenced this issue May 1, 2024
…en opening from a job annotation (#182176) (#182277)

# Backport

This will backport the following commits from `main` to `8.14`:
- [[ML] Single Metric Viewer: ensures chart displays correctly when
opening from a job annotation
(#182176)](#182176)

<!--- Backport version: 9.4.3 -->

### Questions ?
Please refer to the [Backport tool
documentation](https://github.com/sqren/backport)

<!--BACKPORT [{"author":{"name":"Melissa
Alvarez","email":"melissa.alvarez@elastic.co"},"sourceCommit":{"committedDate":"2024-05-01T17:29:28Z","message":"[ML]
Single Metric Viewer: ensures chart displays correctly when opening from
a job annotation (#182176)\n\n## Summary\r\n\r\nFixes
#181910 the
position of the zoom slider gets set correctly when user\r\nnavigates to
the single metric viewer from the anomaly explorer page or\r\njobs list
from annotations -> job model snapshots -> single
metric\r\nviewer.\r\n\r\nThis PR removes the previous forecast id
comparison as it was never\r\ngetting correctly set so the `focusRange`
was getting reset even when it\r\nshould not have been because it was
already defined.\r\n\r\nI believe this was introduced
in\r\nhttps://github.com//pull/176969.\r\n\r\n\r\nhttps://github.com/elastic/kibana/assets/6446462/cbd297ae-e3c2-43ab-ad06-27898ea06a3a\r\n\r\nConfirming
the link with forecast id still works as
expected:\r\n\r\n\r\n\r\nhttps://github.com/elastic/kibana/assets/6446462/9216c880-7bcf-4d46-b071-adb77f2db1e4\r\n\r\n\r\n###
Checklist\r\n\r\nDelete any items that are not applicable to this
PR.\r\n\r\n- [ ] Any text added follows [EUI's
writing\r\nguidelines](https://elastic.github.io/eui/#/guidelines/writing),
uses\r\nsentence case text and includes
[i18n\r\nsupport](https://github.com/elastic/kibana/blob/main/packages/kbn-i18n/README.md)\r\n-
[
]\r\n[Documentation](https://www.elastic.co/guide/en/kibana/master/development-documentation.html)\r\nwas
added for features that require explanation or tutorials\r\n- [ ] [Unit
or
functional\r\ntests](https://www.elastic.co/guide/en/kibana/master/development-tests.html)\r\nwere
updated or added to match the most common scenarios\r\n- [ ] [Flaky
Test\r\nRunner](https://ci-stats.kibana.dev/trigger_flaky_test_runner/1)
was\r\nused on any tests changed\r\n- [ ] Any UI touched in this PR is
usable by keyboard only (learn more\r\nabout [keyboard
accessibility](https://webaim.org/techniques/keyboard/))\r\n- [ ] Any UI
touched in this PR does not create any new axe failures\r\n(run axe in
browser:\r\n[FF](https://addons.mozilla.org/en-US/firefox/addon/axe-devtools/),\r\n[Chrome](https://chrome.google.com/webstore/detail/axe-web-accessibility-tes/lhdoppojpmngadmnindnejefpokejbdd?hl=en-US))\r\n-
[ ] If a plugin configuration key changed, check if it needs to
be\r\nallowlisted in the cloud and added to the
[docker\r\nlist](https://github.com/elastic/kibana/blob/main/src/dev/build/tasks/os_packages/docker_generator/resources/base/bin/kibana-docker)\r\n-
[ ] This renders correctly on smaller devices using a
responsive\r\nlayout. (You can test this [in
your\r\nbrowser](https://www.browserstack.com/guide/responsive-testing-on-local-server))\r\n-
[ ] This was checked for
[cross-browser\r\ncompatibility](https://www.elastic.co/support/matrix#matrix_browsers)\r\n\r\n---------\r\n\r\nCo-authored-by:
Kibana Machine
<42973632+kibanamachine@users.noreply.github.com>","sha":"a1b990ddd6a58519ecf6da55260de22c21aa0055","branchLabelMapping":{"^v8.15.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:fix",":ml","Feature:Anomaly
Detection","v8.14.0","v8.15.0"],"title":"[ML] Single Metric Viewer:
ensures chart displays correctly when opening from a job
annotation","number":182176,"url":"#182176
Single Metric Viewer: ensures chart displays correctly when opening from
a job annotation (#182176)\n\n## Summary\r\n\r\nFixes
#181910 the
position of the zoom slider gets set correctly when user\r\nnavigates to
the single metric viewer from the anomaly explorer page or\r\njobs list
from annotations -> job model snapshots -> single
metric\r\nviewer.\r\n\r\nThis PR removes the previous forecast id
comparison as it was never\r\ngetting correctly set so the `focusRange`
was getting reset even when it\r\nshould not have been because it was
already defined.\r\n\r\nI believe this was introduced
in\r\nhttps://github.com//pull/176969.\r\n\r\n\r\nhttps://github.com/elastic/kibana/assets/6446462/cbd297ae-e3c2-43ab-ad06-27898ea06a3a\r\n\r\nConfirming
the link with forecast id still works as
expected:\r\n\r\n\r\n\r\nhttps://github.com/elastic/kibana/assets/6446462/9216c880-7bcf-4d46-b071-adb77f2db1e4\r\n\r\n\r\n###
Checklist\r\n\r\nDelete any items that are not applicable to this
PR.\r\n\r\n- [ ] Any text added follows [EUI's
writing\r\nguidelines](https://elastic.github.io/eui/#/guidelines/writing),
uses\r\nsentence case text and includes
[i18n\r\nsupport](https://github.com/elastic/kibana/blob/main/packages/kbn-i18n/README.md)\r\n-
[
]\r\n[Documentation](https://www.elastic.co/guide/en/kibana/master/development-documentation.html)\r\nwas
added for features that require explanation or tutorials\r\n- [ ] [Unit
or
functional\r\ntests](https://www.elastic.co/guide/en/kibana/master/development-tests.html)\r\nwere
updated or added to match the most common scenarios\r\n- [ ] [Flaky
Test\r\nRunner](https://ci-stats.kibana.dev/trigger_flaky_test_runner/1)
was\r\nused on any tests changed\r\n- [ ] Any UI touched in this PR is
usable by keyboard only (learn more\r\nabout [keyboard
accessibility](https://webaim.org/techniques/keyboard/))\r\n- [ ] Any UI
touched in this PR does not create any new axe failures\r\n(run axe in
browser:\r\n[FF](https://addons.mozilla.org/en-US/firefox/addon/axe-devtools/),\r\n[Chrome](https://chrome.google.com/webstore/detail/axe-web-accessibility-tes/lhdoppojpmngadmnindnejefpokejbdd?hl=en-US))\r\n-
[ ] If a plugin configuration key changed, check if it needs to
be\r\nallowlisted in the cloud and added to the
[docker\r\nlist](https://github.com/elastic/kibana/blob/main/src/dev/build/tasks/os_packages/docker_generator/resources/base/bin/kibana-docker)\r\n-
[ ] This renders correctly on smaller devices using a
responsive\r\nlayout. (You can test this [in
your\r\nbrowser](https://www.browserstack.com/guide/responsive-testing-on-local-server))\r\n-
[ ] This was checked for
[cross-browser\r\ncompatibility](https://www.elastic.co/support/matrix#matrix_browsers)\r\n\r\n---------\r\n\r\nCo-authored-by:
Kibana Machine
<42973632+kibanamachine@users.noreply.github.com>","sha":"a1b990ddd6a58519ecf6da55260de22c21aa0055"}},"sourceBranch":"main","suggestedTargetBranches":["8.14"],"targetPullRequestStates":[{"branch":"8.14","label":"v8.14.0","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"main","label":"v8.15.0","branchLabelMappingKey":"^v8.15.0$","isSourceBranch":true,"state":"MERGED","url":"#182176
Single Metric Viewer: ensures chart displays correctly when opening from
a job annotation (#182176)\n\n## Summary\r\n\r\nFixes
#181910 the
position of the zoom slider gets set correctly when user\r\nnavigates to
the single metric viewer from the anomaly explorer page or\r\njobs list
from annotations -> job model snapshots -> single
metric\r\nviewer.\r\n\r\nThis PR removes the previous forecast id
comparison as it was never\r\ngetting correctly set so the `focusRange`
was getting reset even when it\r\nshould not have been because it was
already defined.\r\n\r\nI believe this was introduced
in\r\nhttps://github.com//pull/176969.\r\n\r\n\r\nhttps://github.com/elastic/kibana/assets/6446462/cbd297ae-e3c2-43ab-ad06-27898ea06a3a\r\n\r\nConfirming
the link with forecast id still works as
expected:\r\n\r\n\r\n\r\nhttps://github.com/elastic/kibana/assets/6446462/9216c880-7bcf-4d46-b071-adb77f2db1e4\r\n\r\n\r\n###
Checklist\r\n\r\nDelete any items that are not applicable to this
PR.\r\n\r\n- [ ] Any text added follows [EUI's
writing\r\nguidelines](https://elastic.github.io/eui/#/guidelines/writing),
uses\r\nsentence case text and includes
[i18n\r\nsupport](https://github.com/elastic/kibana/blob/main/packages/kbn-i18n/README.md)\r\n-
[
]\r\n[Documentation](https://www.elastic.co/guide/en/kibana/master/development-documentation.html)\r\nwas
added for features that require explanation or tutorials\r\n- [ ] [Unit
or
functional\r\ntests](https://www.elastic.co/guide/en/kibana/master/development-tests.html)\r\nwere
updated or added to match the most common scenarios\r\n- [ ] [Flaky
Test\r\nRunner](https://ci-stats.kibana.dev/trigger_flaky_test_runner/1)
was\r\nused on any tests changed\r\n- [ ] Any UI touched in this PR is
usable by keyboard only (learn more\r\nabout [keyboard
accessibility](https://webaim.org/techniques/keyboard/))\r\n- [ ] Any UI
touched in this PR does not create any new axe failures\r\n(run axe in
browser:\r\n[FF](https://addons.mozilla.org/en-US/firefox/addon/axe-devtools/),\r\n[Chrome](https://chrome.google.com/webstore/detail/axe-web-accessibility-tes/lhdoppojpmngadmnindnejefpokejbdd?hl=en-US))\r\n-
[ ] If a plugin configuration key changed, check if it needs to
be\r\nallowlisted in the cloud and added to the
[docker\r\nlist](https://github.com/elastic/kibana/blob/main/src/dev/build/tasks/os_packages/docker_generator/resources/base/bin/kibana-docker)\r\n-
[ ] This renders correctly on smaller devices using a
responsive\r\nlayout. (You can test this [in
your\r\nbrowser](https://www.browserstack.com/guide/responsive-testing-on-local-server))\r\n-
[ ] This was checked for
[cross-browser\r\ncompatibility](https://www.elastic.co/support/matrix#matrix_browsers)\r\n\r\n---------\r\n\r\nCo-authored-by:
Kibana Machine
<42973632+kibanamachine@users.noreply.github.com>","sha":"a1b990ddd6a58519ecf6da55260de22c21aa0055"}}]}]
BACKPORT-->

Co-authored-by: Melissa Alvarez <melissa.alvarez@elastic.co>
alvarezmelissa87 added a commit that referenced this issue May 2, 2024
… table (#182297)

## Summary

Fixes hover functionality for the anomalies table in the Single Metric
Viewer to highlight the corresponding marker in the chart.

Issue mentioned in
#181910 (comment)
kibanamachine pushed a commit to kibanamachine/kibana that referenced this issue May 2, 2024
… table (elastic#182297)

## Summary

Fixes hover functionality for the anomalies table in the Single Metric
Viewer to highlight the corresponding marker in the chart.

Issue mentioned in
elastic#181910 (comment)

(cherry picked from commit 2d71451)
kibanamachine added a commit that referenced this issue May 2, 2024
…omalies table (#182297) (#182389)

# Backport

This will backport the following commits from `main` to `8.14`:
- [[ML] Single Metric Viewer: fixes hover functionality in the anomalies
table (#182297)](#182297)

<!--- Backport version: 9.4.3 -->

### Questions ?
Please refer to the [Backport tool
documentation](https://github.com/sqren/backport)

<!--BACKPORT [{"author":{"name":"Melissa
Alvarez","email":"melissa.alvarez@elastic.co"},"sourceCommit":{"committedDate":"2024-05-02T14:44:18Z","message":"[ML]
Single Metric Viewer: fixes hover functionality in the anomalies table
(#182297)\n\n## Summary\r\n\r\nFixes hover functionality for the
anomalies table in the Single Metric\r\nViewer to highlight the
corresponding marker in the chart.\r\n\r\nIssue mentioned
in\r\nhttps://github.com//issues/181910#issuecomment-2082456621","sha":"2d71451d1f88ae1f850875eccd1c6d299f5f0e70","branchLabelMapping":{"^v8.15.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:fix",":ml","Feature:Anomaly
Detection","v8.14.0","v8.15.0"],"title":"[ML] Single Metric Viewer:
fixes hover functionality in the anomalies
table","number":182297,"url":"#182297
Single Metric Viewer: fixes hover functionality in the anomalies table
(#182297)\n\n## Summary\r\n\r\nFixes hover functionality for the
anomalies table in the Single Metric\r\nViewer to highlight the
corresponding marker in the chart.\r\n\r\nIssue mentioned
in\r\nhttps://github.com//issues/181910#issuecomment-2082456621","sha":"2d71451d1f88ae1f850875eccd1c6d299f5f0e70"}},"sourceBranch":"main","suggestedTargetBranches":["8.14"],"targetPullRequestStates":[{"branch":"8.14","label":"v8.14.0","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"main","label":"v8.15.0","branchLabelMappingKey":"^v8.15.0$","isSourceBranch":true,"state":"MERGED","url":"#182297
Single Metric Viewer: fixes hover functionality in the anomalies table
(#182297)\n\n## Summary\r\n\r\nFixes hover functionality for the
anomalies table in the Single Metric\r\nViewer to highlight the
corresponding marker in the chart.\r\n\r\nIssue mentioned
in\r\nhttps://github.com//issues/181910#issuecomment-2082456621","sha":"2d71451d1f88ae1f850875eccd1c6d299f5f0e70"}}]}]
BACKPORT-->

Co-authored-by: Melissa Alvarez <melissa.alvarez@elastic.co>
yuliacech pushed a commit to yuliacech/kibana that referenced this issue May 3, 2024
…ing from a job annotation (elastic#182176)

## Summary

Fixes elastic#181910

Ensures the position of the zoom slider gets set correctly when user
navigates to the single metric viewer from the anomaly explorer page or
jobs list from annotations -> job model snapshots -> single metric
viewer.

This PR removes the previous forecast id comparison as it was never
getting correctly set so the `focusRange` was getting reset even when it
should not have been because it was already defined.

I believe this was introduced in
elastic#176969.


https://github.com/elastic/kibana/assets/6446462/cbd297ae-e3c2-43ab-ad06-27898ea06a3a

Confirming the link with forecast id still works as expected:



https://github.com/elastic/kibana/assets/6446462/9216c880-7bcf-4d46-b071-adb77f2db1e4


### Checklist

Delete any items that are not applicable to this PR.

- [ ] Any text added follows [EUI's writing
guidelines](https://elastic.github.io/eui/#/guidelines/writing), uses
sentence case text and includes [i18n
support](https://github.com/elastic/kibana/blob/main/packages/kbn-i18n/README.md)
- [ ]
[Documentation](https://www.elastic.co/guide/en/kibana/master/development-documentation.html)
was added for features that require explanation or tutorials
- [ ] [Unit or functional
tests](https://www.elastic.co/guide/en/kibana/master/development-tests.html)
were updated or added to match the most common scenarios
- [ ] [Flaky Test
Runner](https://ci-stats.kibana.dev/trigger_flaky_test_runner/1) was
used on any tests changed
- [ ] Any UI touched in this PR is usable by keyboard only (learn more
about [keyboard accessibility](https://webaim.org/techniques/keyboard/))
- [ ] Any UI touched in this PR does not create any new axe failures
(run axe in browser:
[FF](https://addons.mozilla.org/en-US/firefox/addon/axe-devtools/),
[Chrome](https://chrome.google.com/webstore/detail/axe-web-accessibility-tes/lhdoppojpmngadmnindnejefpokejbdd?hl=en-US))
- [ ] If a plugin configuration key changed, check if it needs to be
allowlisted in the cloud and added to the [docker
list](https://github.com/elastic/kibana/blob/main/src/dev/build/tasks/os_packages/docker_generator/resources/base/bin/kibana-docker)
- [ ] This renders correctly on smaller devices using a responsive
layout. (You can test this [in your
browser](https://www.browserstack.com/guide/responsive-testing-on-local-server))
- [ ] This was checked for [cross-browser
compatibility](https://www.elastic.co/support/matrix#matrix_browsers)

---------

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
yuliacech pushed a commit to yuliacech/kibana that referenced this issue May 3, 2024
… table (elastic#182297)

## Summary

Fixes hover functionality for the anomalies table in the Single Metric
Viewer to highlight the corresponding marker in the chart.

Issue mentioned in
elastic#181910 (comment)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Fixes for quality problems that affect the customer experience Feature:Anomaly Detection ML anomaly detection :ml v8.14.0
Projects
None yet
4 participants