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!

Get Your Exclusive Splunk Certified Cybersecurity Defense Engineer at Splunk .conf24 ...

We’re excited to announce a new Splunk certification exam being released at .conf24! If you’re headed to Vegas ...

Share Your Ideas & Meet the Lantern team at .Conf! Plus All of This Month’s New ...

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

Combine Multiline Logs into a Single Event with SOCK: a Step-by-Step Guide for ...

Combine multiline logs into a single event with SOCK - a step-by-step guide for newbies Olga Malita The ...