<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Splunk Add-on for Nessus: Why is &amp;quot;nessus:plugin&amp;quot; not working? in All Apps and Add-ons</title>
    <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-Add-on-for-Nessus-Why-is-quot-nessus-plugin-quot-not/m-p/202683#M21392</link>
    <description>&lt;P&gt;&lt;STRONG&gt;I changed the logging level to Info on TA nessus and noticed that nessus_plugin inputs is not creating a checkpoint file under "/opt/splunk/var/lib/splunk/modinputs/nessus"&lt;/STRONG&gt;. It’s able to connect to the host as we are seeing response code of 200. &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;2015-11-04 16:55:36,580 INFO pid=11310 tid=MainThread file=nessus_rest_client.py:request:80 | Response status: 200
2015-11-04 16:55:36,515 INFO pid=11310 tid=MainThread file=nessus_rest_client.py:request:77 | Send request: https://x.x.x.x:8834/plugins/families
2015-11-04 16:55:36,515 INFO pid=11310 tid=MainThread file=nessus_rest_client.py:request:69 | start https://x.x.x.x:8834/plugins/families
2015-11-04 16:55:36,515 INFO pid=11310 tid=MainThread file=nessus_checkpoint.py:read:65 | Checkpoint file format is incorrect. Checkpoint file doesn't exist
2015-11-04 16:55:36,514 INFO pid=11310 tid=MainThread file=nessus_checkpoint.py:read:53 | Read Checkpoint from file /opt/splunk/var/lib/splunk/modinputs/nessus/nessus_plugin_Nessus-plugins_https_x_x_x_x_8834.ckpt
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;I tried creating “Nessus-plugins_https_x_x_x_x_8834.ckpt” file with the following content, but still didn’t fix the issue. &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;{
    "https://x.x.x.x:8834": {
        "start_date": "1999/10/01"
    }
}
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;I even blew away everything and tried fresh by reinstalling the TA nessus, but nessus plugin checkpoint file wasn’t created again. &lt;/P&gt;</description>
    <pubDate>Tue, 29 Sep 2020 07:46:00 GMT</pubDate>
    <dc:creator>rajbir1</dc:creator>
    <dc:date>2020-09-29T07:46:00Z</dc:date>
    <item>
      <title>Splunk Add-on for Nessus: Why is "nessus:plugin" not working?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-Add-on-for-Nessus-Why-is-quot-nessus-plugin-quot-not/m-p/202679#M21388</link>
      <description>&lt;P&gt;Hi &lt;/P&gt;

&lt;P&gt;I have Splunk Add-on for Nessus running in a distributed environment. I successfully configured "nessus:scan" and the data is coming in, but I am having issues with "nessus:plugin". I have created a similar input for "nesssus:plugin", but when I enable the inputs, I am seeing the following errors in internal logs: &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;10-28-2015 17:31:57.196 -0400 ERROR ExecProcessor - message from "python /opt/splunk/etc/apps/Splunk_TA_nessus/bin/nessus.py"     for plugin in plugins:
10-28-2015 17:31:57.196 -0400 ERROR ExecProcessor - message from "python /opt/splunk/etc/apps/Splunk_TA_nessus/bin/nessus.py"   File "/opt/splunk/etc/apps/Splunk_TA_nessus/bin/nessus_data_collector.py", line 331, in _collect_plugin_id
10-28-2015 17:31:57.196 -0400 ERROR ExecProcessor - message from "python /opt/splunk/etc/apps/Splunk_TA_nessus/bin/nessus.py"     plugin_id_set = self._collect_plugin_id(plugin_families)
10-28-2015 17:31:57.196 -0400 ERROR ExecProcessor - message from "python /opt/splunk/etc/apps/Splunk_TA_nessus/bin/nessus.py"   File "/opt/splunk/etc/apps/Splunk_TA_nessus/bin/nessus_data_collector.py", line 443, in collect_plugin_data
10-28-2015 17:31:57.196 -0400 ERROR ExecProcessor - message from "python /opt/splunk/etc/apps/Splunk_TA_nessus/bin/nessus.py"     collector.collect_plugin_data()
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Here is my inputs on the heavy forwarder: &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[nessus://Nessus-plugins]
access_key = ********
batch_size = 100000
interval = 300
metric = nessus_plugin
secret_key = ********
start_date = 2015/01/01
url = &lt;A href="https://x.x.x.x:8834" target="test_blank"&gt;https://x.x.x.x:8834&lt;/A&gt;
index = nessus
disabled = 0
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 28 Oct 2015 21:38:49 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-Add-on-for-Nessus-Why-is-quot-nessus-plugin-quot-not/m-p/202679#M21388</guid>
      <dc:creator>rajbir1</dc:creator>
      <dc:date>2015-10-28T21:38:49Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk Add-on for Nessus: Why is "nessus:plugin" not working?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-Add-on-for-Nessus-Why-is-quot-nessus-plugin-quot-not/m-p/202680#M21389</link>
      <description>&lt;P&gt;Hi rajbir1, Looks like it could be a problem with your python config on the system. I'd check the documentation for the Nessus add-on and ensure that everything is sorted out in that way. Let me know if this helps!&lt;/P&gt;</description>
      <pubDate>Thu, 29 Oct 2015 01:40:31 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-Add-on-for-Nessus-Why-is-quot-nessus-plugin-quot-not/m-p/202680#M21389</guid>
      <dc:creator>muebel</dc:creator>
      <dc:date>2015-10-29T01:40:31Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk Add-on for Nessus: Why is "nessus:plugin" not working?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-Add-on-for-Nessus-Why-is-quot-nessus-plugin-quot-not/m-p/202681#M21390</link>
      <description>&lt;P&gt;Thanks Matt, I haven't modified anything in the python scripts though, using everything out of the box &lt;/P&gt;</description>
      <pubDate>Fri, 30 Oct 2015 13:06:00 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-Add-on-for-Nessus-Why-is-quot-nessus-plugin-quot-not/m-p/202681#M21390</guid>
      <dc:creator>rajbir1</dc:creator>
      <dc:date>2015-10-30T13:06:00Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk Add-on for Nessus: Why is "nessus:plugin" not working?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-Add-on-for-Nessus-Why-is-quot-nessus-plugin-quot-not/m-p/202682#M21391</link>
      <description>&lt;P&gt;Any other thoughts on this issue Matt?&lt;/P&gt;</description>
      <pubDate>Mon, 02 Nov 2015 16:11:56 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-Add-on-for-Nessus-Why-is-quot-nessus-plugin-quot-not/m-p/202682#M21391</guid>
      <dc:creator>rajbir1</dc:creator>
      <dc:date>2015-11-02T16:11:56Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk Add-on for Nessus: Why is "nessus:plugin" not working?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-Add-on-for-Nessus-Why-is-quot-nessus-plugin-quot-not/m-p/202683#M21392</link>
      <description>&lt;P&gt;&lt;STRONG&gt;I changed the logging level to Info on TA nessus and noticed that nessus_plugin inputs is not creating a checkpoint file under "/opt/splunk/var/lib/splunk/modinputs/nessus"&lt;/STRONG&gt;. It’s able to connect to the host as we are seeing response code of 200. &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;2015-11-04 16:55:36,580 INFO pid=11310 tid=MainThread file=nessus_rest_client.py:request:80 | Response status: 200
2015-11-04 16:55:36,515 INFO pid=11310 tid=MainThread file=nessus_rest_client.py:request:77 | Send request: https://x.x.x.x:8834/plugins/families
2015-11-04 16:55:36,515 INFO pid=11310 tid=MainThread file=nessus_rest_client.py:request:69 | start https://x.x.x.x:8834/plugins/families
2015-11-04 16:55:36,515 INFO pid=11310 tid=MainThread file=nessus_checkpoint.py:read:65 | Checkpoint file format is incorrect. Checkpoint file doesn't exist
2015-11-04 16:55:36,514 INFO pid=11310 tid=MainThread file=nessus_checkpoint.py:read:53 | Read Checkpoint from file /opt/splunk/var/lib/splunk/modinputs/nessus/nessus_plugin_Nessus-plugins_https_x_x_x_x_8834.ckpt
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;I tried creating “Nessus-plugins_https_x_x_x_x_8834.ckpt” file with the following content, but still didn’t fix the issue. &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;{
    "https://x.x.x.x:8834": {
        "start_date": "1999/10/01"
    }
}
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;I even blew away everything and tried fresh by reinstalling the TA nessus, but nessus plugin checkpoint file wasn’t created again. &lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 07:46:00 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-Add-on-for-Nessus-Why-is-quot-nessus-plugin-quot-not/m-p/202683#M21392</guid>
      <dc:creator>rajbir1</dc:creator>
      <dc:date>2020-09-29T07:46:00Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk Add-on for Nessus: Why is "nessus:plugin" not working?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-Add-on-for-Nessus-Why-is-quot-nessus-plugin-quot-not/m-p/202684#M21393</link>
      <description>&lt;P&gt;Hi Rajbir, can you confirm that you have enabled the saved searches? Also, can you tell us what version of Splunk Enterprise you are running on?&lt;/P&gt;</description>
      <pubDate>Thu, 05 Nov 2015 03:29:15 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-Add-on-for-Nessus-Why-is-quot-nessus-plugin-quot-not/m-p/202684#M21393</guid>
      <dc:creator>rpille_splunk</dc:creator>
      <dc:date>2015-11-05T03:29:15Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk Add-on for Nessus: Why is "nessus:plugin" not working?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-Add-on-for-Nessus-Why-is-quot-nessus-plugin-quot-not/m-p/202685#M21394</link>
      <description>&lt;P&gt;Thanks! I have Splunk TA nessus running on heavy forwarder so I assume we don't need to have those saved searches enabled on heavy forwarder, right?. I do have those enabled on the search heads. We are running splunk enterprise 6.3 &lt;/P&gt;</description>
      <pubDate>Thu, 05 Nov 2015 18:49:10 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-Add-on-for-Nessus-Why-is-quot-nessus-plugin-quot-not/m-p/202685#M21394</guid>
      <dc:creator>rajbir1</dc:creator>
      <dc:date>2015-11-05T18:49:10Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk Add-on for Nessus: Why is "nessus:plugin" not working?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-Add-on-for-Nessus-Why-is-quot-nessus-plugin-quot-not/m-p/202686#M21395</link>
      <description>&lt;P&gt;please file a support ticket so we can see a diag.&lt;/P&gt;</description>
      <pubDate>Sat, 07 Nov 2015 22:58:46 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-Add-on-for-Nessus-Why-is-quot-nessus-plugin-quot-not/m-p/202686#M21395</guid>
      <dc:creator>jcoates_splunk</dc:creator>
      <dc:date>2015-11-07T22:58:46Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk Add-on for Nessus: Why is "nessus:plugin" not working?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-Add-on-for-Nessus-Why-is-quot-nessus-plugin-quot-not/m-p/202687#M21396</link>
      <description>&lt;P&gt;I am facing same problem.i am also able to see nessus:scan results but not nessus:plugins reports  can anyone tell me  step by step procedure &lt;/P&gt;

&lt;P&gt;i checked log there are no errors&lt;BR /&gt;
saved searches are also enabled&lt;/P&gt;</description>
      <pubDate>Fri, 12 Feb 2016 09:39:34 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-Add-on-for-Nessus-Why-is-quot-nessus-plugin-quot-not/m-p/202687#M21396</guid>
      <dc:creator>tp92222</dc:creator>
      <dc:date>2016-02-12T09:39:34Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk Add-on for Nessus: Why is "nessus:plugin" not working?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-Add-on-for-Nessus-Why-is-quot-nessus-plugin-quot-not/m-p/202688#M21397</link>
      <description>&lt;P&gt;what are using as your "start date" for the nessus:plugins inputs?&lt;/P&gt;</description>
      <pubDate>Fri, 12 Feb 2016 14:46:16 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-Add-on-for-Nessus-Why-is-quot-nessus-plugin-quot-not/m-p/202688#M21397</guid>
      <dc:creator>rajbir1</dc:creator>
      <dc:date>2016-02-12T14:46:16Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk Add-on for Nessus: Why is "nessus:plugin" not working?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-Add-on-for-Nessus-Why-is-quot-nessus-plugin-quot-not/m-p/202689#M21398</link>
      <description>&lt;P&gt;any solution for this?&lt;/P&gt;

&lt;P&gt;10 searches enabled, date 1999/01/01, Splunk 6.3.3, no modification on scripts.&lt;BR /&gt;
With index=nessus (we do not use the main index) we see sourcetype nessus:scan but NO nessus:plugin.&lt;/P&gt;

&lt;P&gt;Can it be the workflows? What will happen if Splunk can not connect to the urls in the nessus workflows?&lt;/P&gt;</description>
      <pubDate>Thu, 26 May 2016 07:58:11 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-Add-on-for-Nessus-Why-is-quot-nessus-plugin-quot-not/m-p/202689#M21398</guid>
      <dc:creator>dferentinos</dc:creator>
      <dc:date>2016-05-26T07:58:11Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk Add-on for Nessus: Why is "nessus:plugin" not working?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-Add-on-for-Nessus-Why-is-quot-nessus-plugin-quot-not/m-p/202690#M21399</link>
      <description>&lt;P&gt;Yah thanks i was using wrong date&lt;/P&gt;</description>
      <pubDate>Thu, 26 May 2016 12:32:09 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-Add-on-for-Nessus-Why-is-quot-nessus-plugin-quot-not/m-p/202690#M21399</guid>
      <dc:creator>tp92222</dc:creator>
      <dc:date>2016-05-26T12:32:09Z</dc:date>
    </item>
  </channel>
</rss>

