<?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: Tenable add on in Splunk Enterprise</title>
    <link>https://community.splunk.com/t5/Splunk-Enterprise/Tenable-add-on/m-p/563944#M9750</link>
    <description>&lt;P&gt;Tenable dashboard searches are designed to work for both products. Your search is appending both io and sc products. One of them should be enough for display. You can try removing where command that filters last_found field today's events to test the results. I had the same problem and made changes on the queries to make it work. Please try below;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;| inputlookup io_vuln_data_lookup | eval today = round(relative_time(now(), "-0d@d")) | where synopsis!="" AND synopsis!="N/A" AND synopsis!="n/a" AND synopsis!="None" | eval product="Tenable.io" | search (product="*") (severity="*") | append [| inputlookup sc_vuln_data_lookup | eval today = round(relative_time(now(), "-0d@d")) | where synopsis!="" AND synopsis!="N/A" AND synopsis!="n/a" AND synopsis!="None" | eval product="Tenable.sc" | search (product="*") (severity="*")] | eval state=if(state="fixed","fixed", "not fixed") | stats dc(synopsis) as Count by state | stats sum(Count) as "Total Vulnerabilities Found Today"&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Also you should run "Tenable SC Vuln Data - All Time"&amp;nbsp;all-time report once to create the lookups.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 19 Aug 2021 12:03:44 GMT</pubDate>
    <dc:creator>scelikok</dc:creator>
    <dc:date>2021-08-19T12:03:44Z</dc:date>
    <item>
      <title>Tenable add on</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/Tenable-add-on/m-p/560954#M6514</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;The&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class="mc-variable Tenable.Tenable variable"&gt;Tenable&amp;nbsp;&lt;/SPAN&gt;Add-on for Splunk stores data with the following sources and source types.&lt;/P&gt;&lt;P class="heading5"&gt;&lt;STRONG&gt;&lt;SPAN class="mc-variable Tenable.SecurityCenter variable"&gt;Tenable.sc&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Source Sourcetype Description&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&amp;lt;username&amp;gt;|&amp;lt;address&amp;gt;&lt;/TD&gt;&lt;TD&gt;tenable:sc:vuln&lt;/TD&gt;&lt;TD&gt;This collects all vulnerability data.&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&amp;lt;username&amp;gt;|&amp;lt;address&amp;gt;&lt;/TD&gt;&lt;TD&gt;tenable:sc:assets&lt;/TD&gt;&lt;TD&gt;This collects pull assets data.&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&amp;lt;username&amp;gt;|&amp;lt;address&amp;gt;&lt;/TD&gt;&lt;TD&gt;tenable:sc:plugin&lt;/TD&gt;&lt;TD&gt;This collects all plugin data.&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P class="heading5"&gt;&amp;nbsp;&lt;/P&gt;&lt;P class="heading5"&gt;&lt;STRONG&gt;&lt;SPAN class="mc-variable Tenable.Cloud variable"&gt;Tenable.io&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Source Sourcetype Description&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;tenable_io://&amp;lt;data input name&amp;gt;&lt;/TD&gt;&lt;TD&gt;tenable:io:vuln&lt;/TD&gt;&lt;TD&gt;This collects all vulnerability data.&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;tenable_io://&amp;lt;data input name&amp;gt;&lt;/TD&gt;&lt;TD&gt;tenable:io:assets&lt;/TD&gt;&lt;TD&gt;This collects all asset data.&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;tenable_io://&amp;lt;data input name&amp;gt;&lt;/TD&gt;&lt;TD&gt;tenable:io:plugin&lt;/TD&gt;&lt;TD&gt;This collects all plugin data.&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In my production environment i am getting logs from sourcetype &lt;STRONG&gt;&lt;SPAN class="mc-variable Tenable.SecurityCenter variable"&gt;Tenable.sc&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;EM&gt;&lt;SPAN class="mc-variable Tenable.SecurityCenter variable"&gt; (&lt;/SPAN&gt;&lt;SPAN class="mc-variable Tenable.SecurityCenter variable"&gt;tenable:sc:vuln, tenable:sc:assets, tenable:sc:plugin)&lt;/SPAN&gt;&lt;/EM&gt;&lt;STRONG&gt;&lt;SPAN class="mc-variable Tenable.SecurityCenter variable"&gt;) &lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN class="mc-variable Tenable.SecurityCenter variable"&gt;and these sourcetypes are visible in in my data summary however sourcetype&amp;nbsp;&lt;STRONG&gt;&lt;SPAN class="mc-variable Tenable.Cloud variable"&gt;Tenable.io &lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN class="mc-variable Tenable.Cloud variable"&gt;(&lt;/SPAN&gt;&lt;SPAN class="mc-variable Tenable.Cloud variable"&gt;&lt;EM&gt;tenable:io:vuln, tenable:io:assets, tenable:io:plugin) &lt;/EM&gt;are not visible in data summary and not getting logs from these sourcetype.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;SPAN class="mc-variable Tenable.SecurityCenter variable"&gt;&lt;SPAN class="mc-variable Tenable.Cloud variable"&gt;Question:-&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="mc-variable Tenable.SecurityCenter variable"&gt;&lt;SPAN class="mc-variable Tenable.Cloud variable"&gt;1)need help to be confirmed for sourcetype &lt;STRONG&gt;Tenable.io&lt;/STRONG&gt;&amp;nbsp;either it is configure or not and if it is configured then why not visible in data summary sourcetype lists.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="mc-variable Tenable.SecurityCenter variable"&gt;&lt;SPAN class="mc-variable Tenable.Cloud variable"&gt;2)how can i identify ,where is my Tenable add-on is installed .&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="mc-variable Tenable.SecurityCenter variable"&gt;&lt;SPAN class="mc-variable Tenable.Cloud variable"&gt;3)Tenable vulnerability dashboard not working.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="mc-variable Tenable.SecurityCenter variable"&gt;&lt;SPAN class="mc-variable Tenable.Cloud variable"&gt;Requesting answer for above mentioned question.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="mc-variable Tenable.SecurityCenter variable"&gt;&lt;SPAN class="mc-variable Tenable.Cloud variable"&gt;Thanks in advance&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 27 Jul 2021 07:34:58 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/Tenable-add-on/m-p/560954#M6514</guid>
      <dc:creator>rahul8777</dc:creator>
      <dc:date>2021-07-27T07:34:58Z</dc:date>
    </item>
    <item>
      <title>Re: Tenable add on</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/Tenable-add-on/m-p/561238#M7958</link>
      <description>&lt;P&gt;Please help someone on above mentioned query&lt;/P&gt;</description>
      <pubDate>Wed, 28 Jul 2021 17:10:48 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/Tenable-add-on/m-p/561238#M7958</guid>
      <dc:creator>rahul8777</dc:creator>
      <dc:date>2021-07-28T17:10:48Z</dc:date>
    </item>
    <item>
      <title>Re: Tenable add on</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/Tenable-add-on/m-p/563872#M9746</link>
      <description>&lt;P&gt;Tenable.sc is for on-prem and tenable.io is cloud. mostly you have on-prem tenable so you only seeing tenable.SC.&amp;nbsp;&lt;/P&gt;&lt;P&gt;if you have tenable cloud then you need to configure account and inputs on your add-on.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 18 Aug 2021 22:29:50 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/Tenable-add-on/m-p/563872#M9746</guid>
      <dc:creator>arunkumarkyamaj</dc:creator>
      <dc:date>2021-08-18T22:29:50Z</dc:date>
    </item>
    <item>
      <title>Re: Tenable add on</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/Tenable-add-on/m-p/563881#M9747</link>
      <description>&lt;P&gt;Hello Arun&lt;/P&gt;&lt;P&gt;Thanks for&amp;nbsp; the response .&lt;/P&gt;&lt;P&gt;i m wondering the solution for vulnerability dashboard where noticed in query for "Total Vulnerabilities Found Today"&amp;nbsp; from both (Tenable.sc and Tenable.io ) data should required and if tenable.sc only required for On-prem then how dashboard will work for On-prem .&lt;/P&gt;&lt;P&gt;For your reference below is the query.&lt;/P&gt;&lt;P&gt;| inputlookup io_vuln_data_lookup | eval today = round(relative_time(now(), "-0d@d")) | where last_found &amp;gt;= today AND synopsis!="" AND synopsis!="N/A" AND synopsis!="n/a" AND synopsis!="None" | eval product="Tenable.io" | search (product="*") (severity="*") | append [| inputlookup sc_vuln_data_lookup | eval today = round(relative_time(now(), "-0d@d")) | where last_found &amp;gt;= today AND synopsis!="" AND synopsis!="N/A" AND synopsis!="n/a" AND synopsis!="None" | eval product="Tenable.sc" | search (product="*") (severity="*")] | eval state=if(state="fixed","fixed", "not fixed") | stats dc(synopsis) as Count by state | stats sum(Count) as "Total Vulnerabilities Found Today"&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="vulnera.PNG" style="width: 999px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/15625i99341F75914ED36D/image-size/large?v=v2&amp;amp;px=999" role="button" title="vulnera.PNG" alt="vulnera.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 19 Aug 2021 02:06:04 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/Tenable-add-on/m-p/563881#M9747</guid>
      <dc:creator>rahul8777</dc:creator>
      <dc:date>2021-08-19T02:06:04Z</dc:date>
    </item>
    <item>
      <title>Re: Tenable add on</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/Tenable-add-on/m-p/563905#M9748</link>
      <description>&lt;P&gt;I believe you haven't configured the add on to use the input for tenable.io, which connects with the tenable cloud and gets the logs. Please set up a new input in the add on and configure it to pull logs from tenable.io.&lt;/P&gt;</description>
      <pubDate>Thu, 19 Aug 2021 08:04:12 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/Tenable-add-on/m-p/563905#M9748</guid>
      <dc:creator>shivanshu1593</dc:creator>
      <dc:date>2021-08-19T08:04:12Z</dc:date>
    </item>
    <item>
      <title>Re: Tenable add on</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/Tenable-add-on/m-p/563944#M9750</link>
      <description>&lt;P&gt;Tenable dashboard searches are designed to work for both products. Your search is appending both io and sc products. One of them should be enough for display. You can try removing where command that filters last_found field today's events to test the results. I had the same problem and made changes on the queries to make it work. Please try below;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;| inputlookup io_vuln_data_lookup | eval today = round(relative_time(now(), "-0d@d")) | where synopsis!="" AND synopsis!="N/A" AND synopsis!="n/a" AND synopsis!="None" | eval product="Tenable.io" | search (product="*") (severity="*") | append [| inputlookup sc_vuln_data_lookup | eval today = round(relative_time(now(), "-0d@d")) | where synopsis!="" AND synopsis!="N/A" AND synopsis!="n/a" AND synopsis!="None" | eval product="Tenable.sc" | search (product="*") (severity="*")] | eval state=if(state="fixed","fixed", "not fixed") | stats dc(synopsis) as Count by state | stats sum(Count) as "Total Vulnerabilities Found Today"&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Also you should run "Tenable SC Vuln Data - All Time"&amp;nbsp;all-time report once to create the lookups.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 19 Aug 2021 12:03:44 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/Tenable-add-on/m-p/563944#M9750</guid>
      <dc:creator>scelikok</dc:creator>
      <dc:date>2021-08-19T12:03:44Z</dc:date>
    </item>
  </channel>
</rss>

