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

6.0 HTTP data adapter lookup failure message to wide #19336

Open
ap-wtioit opened this issue May 14, 2024 · 0 comments
Open

6.0 HTTP data adapter lookup failure message to wide #19336

ap-wtioit opened this issue May 14, 2024 · 0 comments

Comments

@ap-wtioit
Copy link

Expected Behavior

I should be able to close the error message for the lookup adapter even if the url is super long.

Current Behavior

If the url becomes to long (and doesn't have any whitespace characters because they are encoded) one cannot click the close icon.

image

Possible Solution

Add the following CSS for HTTP data adapter failures.

.mantine-Alert-message {
  overflow-wrap: anywhere;
}

Steps to Reproduce (for bugs)

  1. Add a failing (in our case on container restart) HTTP data adapter with super long url [http://wtioit_json_lookup:5000/graylog/gitlab_project_id/${key}](http://wtioit_json_lookup:5000/graylog/xxxx?gitlab_log_message=${key})
  2. Send log message to Data adapter via lookup table
  3. Check Notifications popping up

Context

I always have to edit the CSS now with the browsers dom inspector in order to be able to confirm the notifications after i have redeployed a container.

Your Environment

  • Graylog Version: 6.0.1+7218cba
  • Java Version: PID 7, Eclipse Adoptium 17.0.11 on Linux 6.1.0-17-amd64
  • OpenSearch Version: 2.6.0
  • MongoDB Version: 5.0
  • Operating System: Debian bookworm (with graylog running in docker)
  • Browser version: Firefox 124.0, Ubuntu 23.10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants