Skip to content

Fix Logstash Flow metrics viewer#811

Merged
pickypg merged 3 commits intoelastic:mainfrom
robbavey:patch-1
Apr 10, 2025
Merged

Fix Logstash Flow metrics viewer#811
pickypg merged 3 commits intoelastic:mainfrom
robbavey:patch-1

Conversation

@robbavey
Copy link
Copy Markdown
Member

Prior to this commit, the Logstash Flow Metrics viewer was failing to render with

Uncaught ReferenceError: MaterialUI is not defined
    at <anonymous>:9:19
    at i (babel.min.js:24:29679)
    at r (babel.min.js:24:30188)
    at o (babel.min.js:24:30596)
    at u (babel.min.js:24:30969)
    at f (babel.min.js:1:1812)
    at babel.min.js:1:6287

error.

Checklist

  • I have verified that the APIs in this pull request do not return sensitive data

Prior to this commit, the Logstash Flow Metrics viewer was failing to render with 

```
Uncaught ReferenceError: MaterialUI is not defined
    at <anonymous>:9:19
    at i (babel.min.js:24:29679)
    at r (babel.min.js:24:30188)
    at o (babel.min.js:24:30596)
    at u (babel.min.js:24:30969)
    at f (babel.min.js:1:1812)
    at babel.min.js:1:6287
```

error.
@robbavey robbavey requested a review from pickypg as a code owner March 31, 2025 16:34
…html.ftlh

Co-authored-by: Mashhur <99575341+mashhurs@users.noreply.github.com>
Co-authored-by: Mashhur <99575341+mashhurs@users.noreply.github.com>
Copy link
Copy Markdown
Contributor

@mashhurs mashhurs left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for the fix.
LGTM!

@pickypg pickypg merged commit 3d07e5d into elastic:main Apr 10, 2025
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants