We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Copy functionality (Copy message, copy id, copy token, copy scratchpad) does not work over http but does work over https.
This appears to have been introduced starting with graylog 6.0.
See also #18788
Copy buttons provided in the UX copy text (at the very least show an error to let the user know the copy failed)
Copy buttons do not work when accessing a graylog node via http
@a-zombie (Rick) theorizes this is a result of the copy function only working via HTTPS: https://developer.mozilla.org/en-US/docs/Web/API/Navigator/clipboard#browser_compatibility
Access graylog via http
The text was updated successfully, but these errors were encountered:
Also see slack discussion for more details: https://graylog.slack.com/archives/C036LC4K744/p1718375050321429 And community post: https://community.graylog.org/t/copy-message-id-broken-in-v6/32708/3
Sorry, something went wrong.
Confirmed I used http to access GrayLog (vpn, internal network), Under Ubuntu 22.04.3 LTS, and Chrome/Firefox/Edge.
ClipboardButton
6.0
Successfully merging a pull request may close this issue.
Copy functionality (Copy message, copy id, copy token, copy scratchpad) does not work over http but does work over https.
This appears to have been introduced starting with graylog 6.0.
See also #18788
Expected Behavior
Copy buttons provided in the UX copy text (at the very least show an error to let the user know the copy failed)
Current Behavior
Copy buttons do not work when accessing a graylog node via http
Possible Solution
@a-zombie (Rick) theorizes this is a result of the copy function only working via HTTPS: https://developer.mozilla.org/en-US/docs/Web/API/Navigator/clipboard#browser_compatibility
Steps to Reproduce (for bugs)
Access graylog via http
Context
Your Environment
The text was updated successfully, but these errors were encountered: