<?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: Tripwire IP360 Add-on for Splunk error: &amp;quot;operator does not exist&amp;quot; in All Apps and Add-ons</title>
    <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Tripwire-IP360-Add-on-for-Splunk-error-quot-operator-does-not/m-p/373981#M45346</link>
    <description>&lt;P&gt;It appears that if someone goes into the dbconnect app and goes through the process to “Save” the ip360_scan_status input, then the dbconnect adds new parameters to our inputs.conf that creates this problem.&lt;/P&gt;

&lt;P&gt;So an example inputs.conf with the "extra" lines from the save would be like this:&lt;BR /&gt;
[root@localhost apps]# diff splunk_app_db_connect/local/inputs.conf splunk_app_db_connect/local/inputs.conf.bak&lt;BR /&gt;
83,86d82&lt;BR /&gt;
&amp;lt; enable_query_wrapping = 1&lt;BR /&gt;
&amp;lt; tail_rising_column_fullname = (003) nc_audit.end_date.timestamptz&lt;BR /&gt;
&amp;lt; tail_rising_column_checkpoint_value = 2017-10-06 15:40:46.213108-04&lt;BR /&gt;
&amp;lt; disabled = 0&lt;/P&gt;

&lt;P&gt;To fix the error:&lt;BR /&gt;
1. Delete the &lt;EM&gt;enable_query_wrapping, tail_rising_column_fullname&lt;/EM&gt;, and &lt;EM&gt;tail_rising_column_checkpoint_value&lt;/EM&gt; lines from the input.conf &lt;BR /&gt;
2. Disable/re-enable the ip360_scan_status input&lt;BR /&gt;
3. This should start working again.&lt;/P&gt;

&lt;P&gt;WARNING: Make sure you &lt;STRONG&gt;do not&lt;/STRONG&gt; go back through the input in the dbconnect app and click Save again!  If you do, those parameters are added to the input.conf and the app is broken again.&lt;/P&gt;</description>
    <pubDate>Tue, 29 Sep 2020 16:07:24 GMT</pubDate>
    <dc:creator>JimWachhaus</dc:creator>
    <dc:date>2020-09-29T16:07:24Z</dc:date>
    <item>
      <title>Tripwire IP360 Add-on for Splunk error: "operator does not exist"</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Tripwire-IP360-Add-on-for-Splunk-error-quot-operator-does-not/m-p/373978#M45343</link>
      <description>&lt;P&gt;We are getting the following error when trying to use the IP360 Add-on:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;ERROR: operator does not exist: timestamp with time zone &amp;gt; character varying
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;This appears to be an issue with the checkpoint value getting applied back to the query.  The initial run completes fine, saves the new checkpoint value,  but we get this error on all further queries.&lt;/P&gt;

&lt;P&gt;SQL from the add-on:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;SELECT * FROM (select start_date, audit_id, end_date, end_date - start_date as duration, s.status
, n.network_id
, n.name
, (SELECT string_agg(range, ', ') from nc_network_range where network_id = a.network_id) as networkinc
 , (SELECT string_agg(exclude::text, ', ') from nc_network_range where network_id = a.network_id) as networkexc
 , '?' as networktotal
 , '?' as networkgroups
 , n.active as networkactive
  , sp.name as scan_profile_name
  , a.dp_id
  , 'no permissions' as dpname
  , 'no permissions' as dphw
  , 'no permissions' as dpip
  from nc_audit a
  inner join nc_network n on n.network_id = a.network_id
  inner join nc_audit_status s on s.status_id = a.status_id
  left join nc_scan_profile sp on sp.scan_profile_id = a.scan_profile_id
  where end_date IS NOT NULL AND start_date &amp;gt; cast('2017-08-15 00:00:00' as timestamp)) t WHERE \"end_date\" &amp;gt; ? ORDER By \"end_date\" ASC
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Example Checkpoint value:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;2017-08-18 13:08:57.748866-04
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Our environment:&lt;BR /&gt;
- Splunk 6.5.3&lt;BR /&gt;
- DB Connect 2.4&lt;BR /&gt;
- Tripwire IP360 7.5.2&lt;/P&gt;</description>
      <pubDate>Fri, 18 Aug 2017 19:05:04 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Tripwire-IP360-Add-on-for-Splunk-error-quot-operator-does-not/m-p/373978#M45343</guid>
      <dc:creator>sheltonc_bah</dc:creator>
      <dc:date>2017-08-18T19:05:04Z</dc:date>
    </item>
    <item>
      <title>Re: Tripwire IP360 Add-on for Splunk error: "operator does not exist"</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Tripwire-IP360-Add-on-for-Splunk-error-quot-operator-does-not/m-p/373979#M45344</link>
      <description>&lt;P&gt;What version of the add-on are you using?&lt;/P&gt;</description>
      <pubDate>Thu, 05 Oct 2017 20:39:13 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Tripwire-IP360-Add-on-for-Splunk-error-quot-operator-does-not/m-p/373979#M45344</guid>
      <dc:creator>JimWachhaus</dc:creator>
      <dc:date>2017-10-05T20:39:13Z</dc:date>
    </item>
    <item>
      <title>Re: Tripwire IP360 Add-on for Splunk error: "operator does not exist"</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Tripwire-IP360-Add-on-for-Splunk-error-quot-operator-does-not/m-p/373980#M45345</link>
      <description>&lt;P&gt;We tried the 2.0 and 2.1 versions of the add-on from the Tripwire site.&lt;/P&gt;</description>
      <pubDate>Fri, 06 Oct 2017 12:42:38 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Tripwire-IP360-Add-on-for-Splunk-error-quot-operator-does-not/m-p/373980#M45345</guid>
      <dc:creator>sheltonc_bah</dc:creator>
      <dc:date>2017-10-06T12:42:38Z</dc:date>
    </item>
    <item>
      <title>Re: Tripwire IP360 Add-on for Splunk error: "operator does not exist"</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Tripwire-IP360-Add-on-for-Splunk-error-quot-operator-does-not/m-p/373981#M45346</link>
      <description>&lt;P&gt;It appears that if someone goes into the dbconnect app and goes through the process to “Save” the ip360_scan_status input, then the dbconnect adds new parameters to our inputs.conf that creates this problem.&lt;/P&gt;

&lt;P&gt;So an example inputs.conf with the "extra" lines from the save would be like this:&lt;BR /&gt;
[root@localhost apps]# diff splunk_app_db_connect/local/inputs.conf splunk_app_db_connect/local/inputs.conf.bak&lt;BR /&gt;
83,86d82&lt;BR /&gt;
&amp;lt; enable_query_wrapping = 1&lt;BR /&gt;
&amp;lt; tail_rising_column_fullname = (003) nc_audit.end_date.timestamptz&lt;BR /&gt;
&amp;lt; tail_rising_column_checkpoint_value = 2017-10-06 15:40:46.213108-04&lt;BR /&gt;
&amp;lt; disabled = 0&lt;/P&gt;

&lt;P&gt;To fix the error:&lt;BR /&gt;
1. Delete the &lt;EM&gt;enable_query_wrapping, tail_rising_column_fullname&lt;/EM&gt;, and &lt;EM&gt;tail_rising_column_checkpoint_value&lt;/EM&gt; lines from the input.conf &lt;BR /&gt;
2. Disable/re-enable the ip360_scan_status input&lt;BR /&gt;
3. This should start working again.&lt;/P&gt;

&lt;P&gt;WARNING: Make sure you &lt;STRONG&gt;do not&lt;/STRONG&gt; go back through the input in the dbconnect app and click Save again!  If you do, those parameters are added to the input.conf and the app is broken again.&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 16:07:24 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Tripwire-IP360-Add-on-for-Splunk-error-quot-operator-does-not/m-p/373981#M45346</guid>
      <dc:creator>JimWachhaus</dc:creator>
      <dc:date>2020-09-29T16:07:24Z</dc:date>
    </item>
  </channel>
</rss>

