Getting Data In

feeding fields to an external script

mjones414
Contributor

I've written a little python one-liner that basically calls showmount -a with an argv array at the end and my goal is to be able to feed it a list of hosts and get the showmount output for each host.

if I do:
| showmount

this works

if I do

host=pattern* | showmount host

nothing happens.

this is the extent of my oneliner:

subprocess.call(['showmount', '-a', sys.argv[1]])

What can I do to make this actually show me a list per host with each host being an event?

Tags (3)
0 Karma

pryzrak
Path Finder

Make sure you have the command listed in transforms.conf with the input of 'host'

If you do, then it will only take the field named 'host' unless you use the following example:

<search> | showmount host as <your_input_field>
0 Karma
Get Updates on the Splunk Community!

Stay Connected: Your Guide to May Tech Talks, Office Hours, and Webinars!

Take a look below to explore our upcoming Community Office Hours, Tech Talks, and Webinars this month. This ...

They're back! Join the SplunkTrust and MVP at .conf24

With our highly anticipated annual conference, .conf, comes the fez-wearers you can trust! The SplunkTrust, as ...

Enterprise Security Content Update (ESCU) | New Releases

Last month, the Splunk Threat Research Team had two releases of new security content via the Enterprise ...