Knowledge Management

How to extend the Event Options Menu

tpflicke
Path Finder

I want to extend the Event Options Menu which is located beside the result records.
The idea is to add a link containing some data from the result record beside which the menu is located.
When clicking on the extra menu item the link should open in a new browser tab.

Is this achievable with relatively limited effort?

Example for Illustration

I a result record contains the field userid then the Event Options Menu should contain an item Display in XYZ which would invoke a URL like https://some_domain/display_user?date=20140203&userid=12434233433
The date would be derived from _time and userid from a field in the results, e.g. customer_id.

While the Event Options Menu is appealing for this enhancement, I am open to other suggestions too

The HTML of that menu (without any modifications):

<div class="outerMenuWrapper splShadow splMenu splMenu-primary" style="display: none; top: 411px; left: 243px;">
  <ul>
    <div class="innerMenuWrapper">
      <li class=""><a href="/en-US/etb?sid=1399554203.68&amp;offset=0&amp;namespace=search" 
      tabindex="-1" class="menuItemLink" target="_blank">Build Eventtype</a></li>
      <li class=""><a href="/en-US/ifx?sid=1399554203.68&amp;offset=0&amp;namespace=search" 
      tabindex="-1" class="menuItemLink" target="_blank">Extract Fields</a></li>
      <li class=""><a href="/en-US/app/search/show_source?sid=1399554203.68&amp;offset=0&amp;latest_time=" 
      tabindex="-1" class="menuItemLink" target="_blank">Show Source</a></li>
    </div>
  </ul>
</div>
0 Karma
1 Solution

tpflicke
Path Finder

The answer to this question is actually the same as for the field menu: this can be achieved using workflow actions.
(Credits to bwooden)

View solution in original post

0 Karma

tpflicke
Path Finder

The answer to this question is actually the same as for the field menu: this can be achieved using workflow actions.
(Credits to bwooden)

0 Karma

somesoni2
Revered Legend

How about achieving the same using drilldowns?

0 Karma
Get Updates on the Splunk Community!

Introducing the 2024 SplunkTrust!

Hello, Splunk Community! We are beyond thrilled to announce our newest group of SplunkTrust members!  The ...

Introducing the 2024 Splunk MVPs!

We are excited to announce the 2024 cohort of the Splunk MVP program. Splunk MVPs are passionate members of ...

Splunk Custom Visualizations App End of Life

The Splunk Custom Visualizations apps End of Life for SimpleXML will reach end of support on Dec 21, 2024, ...