-
Notifications
You must be signed in to change notification settings - Fork 919
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] Unable to use shared links when Store URLs in session storage is enabled #5588
Comments
@albgus , I attempted to replicate the issue but was unsuccessful. Could you please include screenshots for better clarity? |
Was able to reproduce this issue, and this bug still exists in 2.12. Screen.Recording.2024-03-01.at.12.54.27.PM.mov |
This solves the issue. It seems like AWS OSS enables this by default for some reason. |
Issue still persists in 2.15 |
Assuming that this is a place to "let us know how it goes" I can confirm that with a fairly robust instance group on AWS, we fell victim to this setting as well, and it's not working as desired, as far as we can tell. It may be related to user perms on who is initiating the action, but we aren't well enough versed in the code internals to know for sure Changing that setting to false did resolve our issue. |
@ssantichaivekin @jcolebrand Is this setting on by default for you? As you can see in my screenshot below from 2.13 (also verified this in 2.15 and main, we never changed the default behaviour here. And if the user did change the setting, the default value for the field would still be visible. Can you provide an additional information you have about this issue? Do you see a default value as shown here? |
Describe the bug
The share links feature does not work when using the store URLs in session storage setting is enabled. This used to work with Kibana 7.x
Creating the shared link to a search appears to work, but when opening the link an error will be presented and the default discovery view will load instead, without any of the parameters that were supposed to be shared.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Shared links should be saved with this feature enabled.
OpenSearch Version
2.11.0
Dashboards Version
2.11.0
Plugins
N/A
Stack trace
Host/Environment (please complete the following information):
Additional context
Workaround for now is to disable
Store URLs in session storage
The text was updated successfully, but these errors were encountered: