Knowledge Management

How to extend the dropdown menu beside a field in results

tpflicke
Path Finder

When a field is selected to be shown in the results, the field appears with a collapsed dropdown menu containing the items 'Tag =' and 'Report on Field'.

I would like to extend this menu with additional items for some fields.

Example
I extract and show the user_id in the results.
In the menu I want to display an item that, when clicked, opens the URL http://somedomain/display?user_id=6787765685 in a new browser tab/window

BTW, ideally I want to build the URL from more than just one field value, e.g. http://somedomain/display?user_id=6787765685&date=20140131&firstname=Fred

The HTML of the menu (before modifications) looks like:

<div class="outerMenuWrapper splShadow splMenu splMenu-primary" style="display: none; top: 556px; left: 975px;">
  <ul>
    <div class="innerMenuWrapper">
      <li class="">
        <a href="javascript:void(0);" tabindex="-1" class="menuItemLink" s:fieldname="user_id" s:fieldvalue="6787765685">
          Tag user_id=6787765685</a></li>
      <li class=""><a href="javascript:void(0);" tabindex="-1" class="menuItemLink" s:fieldname="user_id" 
        s:fieldvalue="6787765685">Report on field</a></li>
    </div>
  </ul>
</div>
0 Karma
1 Solution

bwooden
Splunk Employee
Splunk Employee

You won't need to modify the view. Splunk supports that via an out of box feature called workflow actions. The Knowledge Manager Manual has a good explanation along with examples. You should be able to implement in a few minutes.

View solution in original post

bwooden
Splunk Employee
Splunk Employee

You won't need to modify the view. Splunk supports that via an out of box feature called workflow actions. The Knowledge Manager Manual has a good explanation along with examples. You should be able to implement in a few minutes.

tpflicke
Path Finder

Thanks, that's exactly what I was looking for.

0 Karma
Get Updates on the Splunk Community!

Infographic provides the TL;DR for the 2023 Splunk Career Impact Report

We’ve been shouting it from the rooftops! The findings from the 2023 Splunk Career Impact Report showing that ...

Splunk Lantern | Getting Started with Edge Processor, Machine Learning Toolkit ...

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

Enterprise Security Content Update (ESCU) | New Releases

In the last month, the Splunk Threat Research Team (STRT) has had 2 releases of new security content via the ...