I have a folder in my Nessus Manager that I place any deprecated scans. We like to keep old scans for historical purposes. I would like to skip this folder when Splunk makes API calls to pull in the scan data from Nessus.
I understand that the Python script "nessus_data_collector.py" is responsible for pulling in the scan data, but I am not confident enough with my Python skills to make this edit.
Here's the API listing of the folder:
{
"unread_count": 0,
"custom": 0,
"default_tag": 0,
"type": "custom",
"name": "Deprecated",
"id": 69
},
I'd provide the Python script itself, but it's 554 lines long -- I can reply with any specific definitions or classes if needed.
... View more