I have given a easiest scan name with special character/digits/spaces in scan name 'TEST' but it still gives the same error:
Traceback (most recent call last):
File "./nessus2splunkjson.py", line 313, in <module>
with open(filename, 'a') as outfile:
IOError: [Errno 2] No such file or directory: '/opt/splunk/etc/apps/TA-nessus_json/drop/sid_146_name_TEST_hid_162.json'
... View more