Add parameter --pluginoutput True to your local/input.conf
[script://./bin/nessus2splunk.py --pluginoutput True ]
By default Nessus2Splunk.py is not indexing plugin_output
(bin/nessus2plunk.py)
parser.add_argument('-p', '--pluginoutput',
dest='pluginoutput',
type=bool,
action='store',
help='If need to index the plugin_output element',
default=False)
... View more