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

[BUG] Red Panel in the discover results panel #8316

Open
dewsingh opened this issue Sep 24, 2024 · 10 comments
Open

[BUG] Red Panel in the discover results panel #8316

dewsingh opened this issue Sep 24, 2024 · 10 comments
Labels
bug Something isn't working untriaged

Comments

@dewsingh
Copy link

Describe the bug

With the latest Chrome 129 browser, the dashboards discover results pane displays a red panel in place of the result values when the results panel is expanded.

To Reproduce
Steps to reproduce the behavior:

  1. Login into dashboards GUI.
  2. Go to Discover UI
  3. Select an index and then Scroll down to the results pane. Initially the results are displayed as expected.
    Discover_home
  4. Expand the results. A red panel is displayed now.
    Discover_home_expand_result

Expected behavior
The results panel should expand to show details of the document.

OpenSearch Version
2.12.0

Dashboards Version
2.12.0.0

Plugins

SecurityDashboards, ReportDashboards

Host/Environment (please complete the following information):

  • Google Chrome Version 129.0.6668.59

Additional context

This issue is not observed in the older Chrome browser Version 128.

@dewsingh dewsingh added bug Something isn't working untriaged labels Sep 24, 2024
@ihtkas
Copy link

ihtkas commented Sep 24, 2024

I am also facing the same issue. The issue is observed in Chrome and Arc browsers.

@sahil-rathi
Copy link

Facing the same issue whenever any log is expanded in legacy mode.

@DougllasLima
Copy link

DougllasLima commented Sep 24, 2024

I am experiencing the same issue with this version of Chrome: Version 129.0.6668.59 (Official Build) (64-bit). The issue has not been observed in Microsoft Edge.
The error occurred after I executed a DQL query through the Discover tab, where I was searching for results based on a string condition. After this, OpenSearch crashed, and when it reopened, the screen was red.
It was possible to identify that within the element .eui-xScrollWithShadows, the properties -webkit-mask-image and mask-image have all colors set to red and are checked. Removing the check makes the red screen disappear.

image

@Swiddis
Copy link
Contributor

Swiddis commented Sep 24, 2024

Duplicate: #8250

@TanweerulHaque
Copy link

I am also observing the same issue in brave browser.
CSS: .eui-xScrollWithShadows, the properties -webkit-mask-image and mask-image are set with red colors. Unchecking these properties removes the red screen.

@shachar-karry
Copy link

I use managed Opensearch by AWS.
After upgrading to Chrome 129 this begun.

I updated OpenSearch version to 2.15 (latest on AWS) and seems the problem is solved with the fix in: #8277

Thanks 🙏

@SricharanSundar
Copy link

Hi all,
I'm using Chrome Version 129.0.6668.71 (Official Build) (64-bit).
The OpenSearch is working fine for me. Using(OpenSearch 2.13 managed service)

@javad87
Copy link

javad87 commented Sep 27, 2024

I encountered this issue as well on Chrome version: Chrome is up to date Version 129.0.6668.71 (Official Build) (64-bit)
Opensearch: v 2.12.0 deployed by docker on AWS EC2 machines.

image

@george-kirkman
Copy link

I also encountered this issue on Chrome and Arc

  • OpenSearch v 2.11.0
  • Arc Version 1.61.0 (53949) (Chromium Engine Version 129.0.6668.59)

@MaxStlbv
Copy link

MaxStlbv commented Sep 27, 2024

hey!
the same problem
OpenSearch - v 2.11.0
Chrome - Version 129.0.6668.71

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working untriaged
Projects
None yet
Development

No branches or pull requests