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 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, ...