Security

Splunkweb referrer missing since 6.5.5

ehudb
Contributor

In Splunk 6.5.3, We've been using document.referrer to get the url when linking from Splunk dashboard to external web server.
We've been using that referrer to get the previous sid and use that within our external web app.

After upgrading to Splunk 7.0.2, we found out Splunk no longer exposure the referrer, therefor we cannot use it to get the sid after navigating to external link.
I have also installed 6.5.5 and 6.5.0 and found out the referrer feature exists on 6.50 but do not exists anymore on 6.5.5, so it must have been stopped somewhere in the middle.

Is there any way to return the referrer attribute after navigating out from Splunk dashboard?

Example of achieving the referrer attribute:
1. Open browser console
2. Write 'document.referrer'
3. Result on Splunk 6.5.0:
"https://splunksh:8000/en-GB/app/search/search"
Results on Splunk 6.5.5+:
""

Tags (1)
0 Karma
1 Solution

niketn
Legend

@ehudb, can you try window.location.href instead of document.referrer?

PS: If QueryString is present and you dont need it, you can truncate the same using JavaScript.

____________________________________________
| makeresults | eval message= "Happy Splunking!!!"

View solution in original post

niketn
Legend

@ehudb, can you try window.location.href instead of document.referrer?

PS: If QueryString is present and you dont need it, you can truncate the same using JavaScript.

____________________________________________
| makeresults | eval message= "Happy Splunking!!!"

ehudb
Contributor

@niketnitay , window.location.href shows the current url, while document.referrer shows the previous url (the one that linked to this site)

0 Karma

niketn
Legend

@ehudb use window.location.href to store the URL variable and pass on to the external page as quesryString.

____________________________________________
| makeresults | eval message= "Happy Splunking!!!"
0 Karma

ehudb
Contributor

Ok I eventually used javascript to extract that data, so that's a decent workaround.
Can you make your comment as an answer so I can mark that as correct answer?

BTW, I used your User talk on splunk wiki a lot, thanks for that!

0 Karma

niketn
Legend

@ehudb glad it worked for you. I have converted my comment to answer. Please accept and up vote the comment/s that helped!

____________________________________________
| makeresults | eval message= "Happy Splunking!!!"
0 Karma
Get Updates on the Splunk Community!

Stay Connected: Your Guide to July Tech Talks, Office Hours, and Webinars!

What are Community Office Hours?Community Office Hours is an interactive 60-minute Zoom series where ...

Updated Data Type Articles, Anniversary Celebrations, and More on Splunk Lantern

Splunk Lantern is a Splunk customer success center that provides advice from Splunk experts on valuable data ...

A Prelude to .conf25: Your Guide to Splunk University

Heading to Boston this September for .conf25? Get a jumpstart by arriving a few days early for Splunk ...