Dashboards & Visualizations

How can I connect a field in my dashboard panel to an external URL?

dchalasani
Path Finder

Hi,

In dashboard table panel I have a field called src_ip. Now I want to give a external link to this particular field..How do I do it? What are the changes I have to do in Source_Code?

Url link I want to use : https://www.tcpiputils.com/browse/ip-address/

0 Karma

gpareesi11
Path Finder

Hi,

Looking this documentation, you should be able to create a workflow.
http://docs.splunk.com/Documentation/SplunkCloud/6.6.0/Knowledge/CreateworkflowactionsinSplunkWeb

  1. Navigate to Settings > Fields > Workflow actions.
  2. Click New to create a workflow action.
  3. For the Destination App, select search.
  4. For Name, type: get_whois_info
  5. For Label, type: Get info for IPaddress: $src_ip$
  6. For Apply only to the following fields, type: src_ip
  7. For Action type, make sure link is selected.
  8. For URI, type: https://www.tcpiputils.com/browse/ip-address/$src_ip$
  9. From the Open link in drop down menu, make sure New window is selected.
  10. From the Link Method drop down menu, make sure get is selected.
  11. Save your workflow action.
  12. Verify your workflow action works as expected. Return to the Search & Reporting app and search for sourcetype="" src_ip="" over the last 4 hours.
  13. Expand the first event and click Event Actions.
  14. Click Get info for IPaddress: {src_ip}. A secondary browser window should open to the URI and display the IP address information.

I'm not exactly sure how this should be add to Dashboard.
Maybe this can be helpful.

G

0 Karma
Get Updates on the Splunk Community!

Fastest way to demo Observability

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

September Community Champions: A Shoutout to Our Contributors!

As we close the books on another fantastic month, we want to take a moment to celebrate the people who are the ...

Splunk Decoded: Service Maps vs Service Analyzer Tree View vs Flow Maps

It’s Monday morning, and your phone is buzzing with alert escalations – your customer-facing portal is running ...