- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
NAvigate to local folders from the splunk table
afsalkh
New Member
03-11-2020
03:11 AM
Suppose I've a result table in splunk:
Name | Path
Path1 | \share\p1
Path2 | \share\p2
I want to click on the path in the table and navigate to the folder location.
I'm able to do it it the path is a web url using
<link target="_blank">$click.value2|n$</link>
But how can i achieve in case of a folder or shared path?
