Networking Search Commands Applications

Want to create new Splunk search commands?

Search Script Applications let you extend the Splunk search language. Create your own, or download scripts created by other members of the Splunk community!

Not a Splunk user? Download Splunk, set up your Splunk server, and then install your Applications(s) to extend your server.

getdevicetype

This search command will parse a csv file exported by network or systems device management software and match the hostnames/ip addresses in the file to host field values in you Splunk search, returning the new field devicetype for every match. The csv location is specified at the top of the script, and if you wish you can also alter the field matching to something other than "host" by changing the field variable in the script. The csv must be in the format "device_name,device_type". Thus, you can type: login | getdevicetype | where devicetype="cisco6500" to get only logins on cisco6500 devices or login | getdevicetype to get devicetype to display as a field below each event and be filterable and clickable like host and hosttag. or login | getdevicetype | top devicetype to get a report of number of events by devicetype.

Author: araitz Type: Search Commands
Rating: Awaiting 3 votes Added: 16 months ago
Downloads: 88 Last Updated: 16 months ago
License: Creative Commons Price: Free
Categories:

Reverse Name Resolution Search Script (DNS)

This search script (nslookup.py) will perform reverse name lookup on every IP from an event at search time.

Author: rataide Type: Search Commands
Rating: Awaiting 3 votes Added: 7 months ago
Downloads: 386 Last Updated: 4 months ago
License: Creative Commons Price: Free
Categories: