<?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 tenable add-on dest missing values in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/tenable-add-on-dest-missing-values/m-p/564209#M100481</link>
    <description>&lt;P&gt;tenable is missing dest values if there is no value available in dnsName field.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sun, 22 Aug 2021 09:47:11 GMT</pubDate>
    <dc:creator>thambisetty</dc:creator>
    <dc:date>2021-08-22T09:47:11Z</dc:date>
    <item>
      <title>tenable add-on dest missing values</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/tenable-add-on-dest-missing-values/m-p/564209#M100481</link>
      <description>&lt;P&gt;tenable is missing dest values if there is no value available in dnsName field.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 22 Aug 2021 09:47:11 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/tenable-add-on-dest-missing-values/m-p/564209#M100481</guid>
      <dc:creator>thambisetty</dc:creator>
      <dc:date>2021-08-22T09:47:11Z</dc:date>
    </item>
    <item>
      <title>Re: tenable add-on dest missing values</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/tenable-add-on-dest-missing-values/m-p/564211#M100482</link>
      <description>&lt;P&gt;The default definition of dest in props.conf is not working.&lt;/P&gt;&lt;P&gt;EVAL-dest = if(isnotnull(dnsName), dnsName, ip) # because empty values of dnsName is not treated as null.&lt;/P&gt;&lt;P&gt;you can use below. if dnsName is not available then dest will be assigned netbiosName, if both are not available then ip will be assigned to dest.&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;EVAL-dest = case(match(dnsName,"\w"),dnsName, match(dnsName,"") AND match(netbiosName,"\w"), replace(netbiosName,".*\\\(.*)","\1"),1=1,ip)&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 22 Aug 2021 09:58:39 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/tenable-add-on-dest-missing-values/m-p/564211#M100482</guid>
      <dc:creator>thambisetty</dc:creator>
      <dc:date>2021-08-22T09:58:39Z</dc:date>
    </item>
  </channel>
</rss>

