Splunk Search

Is it possible to add another secondary search option to the Event Details menu currently containing "Add to search", "Exclude from search", "New search"?

todd0
New Member

I would like to add an item to the results screen context menu to run a macro with the highlighted data as a parameter when (the menu that currently contains menu items "Add to search", "Exclude from search", "New search").

I would like to add an item to the menu options covered on this page of documentation:
http://docs.splunk.com/Documentation/Splunk/6.2.2/Search/Drilldownoneventdetails

Is this possible?

Tags (4)
0 Karma

bengbrewer
Engager

3 1/2 years later, there is not a supported solution to this problem?

jpvlsmv
Path Finder

Not in a good way.

The mouseclick events are in $SPLUNK_HOME/share/splunk/search_mrsparkle/exposed/js/views/shared/eventsviewerdrilldown/SegmentationDrilldown.js

Your modifications to this would be overwritten by splunk upgrades.

Alternatively, you might (with a little jquery DOM magic) locate the

    that contains an
and insert your own
  • into it at page-render (actually at item-click) time.
  • Something along the lines of:
    $("a.curr_inc_val").parent().parent().append('<li>Your Item here</li>')
    which you can test with a reasonable Javascript console like Firebug.

    --Joe

    Get Updates on the Splunk Community!

    Introducing the Splunk Community Dashboard Challenge!

    Welcome to Splunk Community Dashboard Challenge! This is your chance to showcase your skills in creating ...

    Get the T-shirt to Prove You Survived Splunk University Bootcamp

    As if Splunk University, in Las Vegas, in-person, with three days of bootcamps and labs weren’t enough, now ...

    Wondering How to Build Resiliency in the Cloud?

    IT leaders are choosing Splunk Cloud as an ideal cloud transformation platform to drive business resilience,  ...