Splunk Dev

can I create extensions to splunk

alexl1
Path Finder

in search results under the actions menu, i would like to have a tool that calls a script using what would be exported by the search results

Tags (1)
0 Karma
1 Solution

Drainy
Champion

Rather than try to modify or inject new functionality into the menus, I would suggest that your best option would be to create a custom search command;
http://docs.splunk.com/Documentation/Splunk/latest/SearchReference/Aboutcustomsearchcommands

That way you could create a search command that does something in particular with the search results it is passed, export, modify, visualize, pass onto something external etc if that is what you were looking for.

View solution in original post

Drainy
Champion

Rather than try to modify or inject new functionality into the menus, I would suggest that your best option would be to create a custom search command;
http://docs.splunk.com/Documentation/Splunk/latest/SearchReference/Aboutcustomsearchcommands

That way you could create a search command that does something in particular with the search results it is passed, export, modify, visualize, pass onto something external etc if that is what you were looking for.

Get Updates on the Splunk Community!

Splunk Decoded: Service Maps vs Service Analyzer Tree View vs Flow Maps

It’s Monday morning, and your phone is buzzing with alert escalations – your customer-facing portal is running ...

What’s New in Splunk Observability – September 2025

What's NewWe are excited to announce the latest enhancements to Splunk Observability, designed to help ITOps ...

Fun with Regular Expression - multiples of nine

Fun with Regular Expression - multiples of nineThis challenge was first posted on Slack #regex channel ...