An unprivileged user following the "Link to results" for the scheduled search email globally-shared saved search on Splunk 4.2 (Windows x64) that was created by admin results in a 403 error, but replacing the @go
in the URL with "flashtimeline" shows the results.
Steps to reproduce:
Link to results: http://example.com:8000/app/search/@go? sid=scheduler__admin__search_TGl2ZSBXTUkgU1FMIEV4Y2VwdGlvbnM_at_1309182600_34add1b3a8f9c6a6
If you replace the @go
in the link with "flashtimeline", there is no 403 error and the search results display.
Alternatively, if you log in as an admin role instead of a user role, there is no 403 error and search results display.
I think there is a bug in the handling of the the @go
part of the URL, causing a 403 response to users who are not admin or owner of the saved search, despite global sharing with "Everyone".
Related to Q10946
The user role already has the rest_properties_get
capability.
this is a known issue in at least 4.2.2, filed as SPL-40451. as you note, the workaround (until a fix is included in a maintenance release) is to change .../@go?sid=.... to .../flashtimeline?sid=... in the URL within the email.
this is a known issue in at least 4.2.2, filed as SPL-40451. as you note, the workaround (until a fix is included in a maintenance release) is to change .../@go?sid=.... to .../flashtimeline?sid=... in the URL within the email.