Dashboards & Visualizations

After hitting a hyperlink can we bypass the username and password

153310424
Observer

In source code we give a link when we hit on it, it will take us to the url we have given.

My question is if that website asks for credentials can we bypass the credentials by storing them in source code if yes please give me the suggestions

 

Labels (1)
0 Karma

richgalloway
SplunkTrust
SplunkTrust

It depends on the destination.  If it allows it then you may be able to include the credentials in the URL.  This is not secure, however, so not many web sites allow it in GET requests.  Splunk dashboards only support GETs.

---
If this reply helps you, Karma would be appreciated.
0 Karma

153310424
Observer

Thanks,

 

Can you give the example please because in html as follows I see it allows to store the credentials and we can login directly without the login page.

<body onload="loginForm()">
    <form action="https://cdn.crunchify.com/wp-content/uploads/code/success.html" name="myform" method="post">
        <input type="text" name="email" value="myemail@crunchify.com">
        <input type="password" name="password" value="mypassw@rd">
        <input type="submit" value="Login">
    </form>
 
</body>
 
 
Can the same be happen in splunk panel If yes can you please modify the following example and send me please
<drilldown>
<link target="_blank">http://gmail.com</link>
</drilldown>
0 Karma

richgalloway
SplunkTrust
SplunkTrust

There's no way (that I know of) to do that in Simple XML.  You can, however, convert your dashboard to HTML (be sure to save the original in Simple XML) and add your code to it.

---
If this reply helps you, Karma would be appreciated.
0 Karma

153310424
Observer

Can you please share the process of converting the xml to html briefly 

0 Karma

richgalloway
SplunkTrust
SplunkTrust
0 Karma
Get Updates on the Splunk Community!

Observe and Secure All Apps with Splunk

  Join Us for Our Next Tech Talk: Observe and Secure All Apps with SplunkAs organizations continue to innovate ...

Splunk Decoded: Business Transactions vs Business IQ

It’s the morning of Black Friday, and your e-commerce site is handling 10x normal traffic. Orders are flowing, ...

Fastest way to demo Observability

I’ve been having a lot of fun learning about Kubernetes and Observability. I set myself an interesting ...