<?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: PAN-OS 7.1 change to query interpretation in General Topics</title>
    <link>https://live.paloaltonetworks.com/t5/general-topics/pan-os-7-1-change-to-query-interpretation/m-p/131186#M46924</link>
    <description>&lt;P&gt;It's a custom report in Panorama, using the Panorama Data Filtering log.&amp;nbsp; As I said, it is querying the whole filename including the suffix, it is just that the query will no longer allow me to use the "." character in the query.&lt;/P&gt;</description>
    <pubDate>Mon, 05 Dec 2016 15:44:26 GMT</pubDate>
    <dc:creator>djr</dc:creator>
    <dc:date>2016-12-05T15:44:26Z</dc:date>
    <item>
      <title>PAN-OS 7.1 change to query interpretation</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/pan-os-7-1-change-to-query-interpretation/m-p/130247#M46820</link>
      <description>&lt;P&gt;I have a report which has been working fine for ages then it has just stopped, possibly when we upgraded from 6.1.14 to 7.1.6&lt;/P&gt;&lt;P&gt;The report has just stopped returning any data, so I looked into the query string and found that one element of the query seems to be causing the problem&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The original query was:&lt;/P&gt;&lt;P&gt;((filename contains DVD) or (filename contains dvd) or (filename contains 1080p)) and not (filename contains .swf) and (user.dst neq '')&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But it works if I take the dot off the swf file extension so this works:&lt;/P&gt;&lt;P&gt;((filename contains DVD) or (filename contains dvd) or (filename contains 1080p)) and not (filename contains swf) and (user.dst neq '')&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So that means that between v6.1 and 7.1 the dot has become significant.&amp;nbsp; I tried a couple of ways to "escape" it, but neither worked, so is there a way to allow a dot in the query string?&lt;/P&gt;</description>
      <pubDate>Thu, 01 Dec 2016 12:44:21 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/pan-os-7-1-change-to-query-interpretation/m-p/130247#M46820</guid>
      <dc:creator>djr</dc:creator>
      <dc:date>2016-12-01T12:44:21Z</dc:date>
    </item>
    <item>
      <title>Re: PAN-OS 7.1 change to query interpretation</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/pan-os-7-1-change-to-query-interpretation/m-p/130271#M46824</link>
      <description>&lt;P&gt;The filetype has dropped the '.' on the name. So you'll see 'pdf' in the logs instead of '.pdf'&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 01 Dec 2016 13:49:22 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/pan-os-7-1-change-to-query-interpretation/m-p/130271#M46824</guid>
      <dc:creator>BPry</dc:creator>
      <dc:date>2016-12-01T13:49:22Z</dc:date>
    </item>
    <item>
      <title>Re: PAN-OS 7.1 change to query interpretation</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/pan-os-7-1-change-to-query-interpretation/m-p/130301#M46829</link>
      <description>&lt;P&gt;I dropped the dot in the filetype to make the report work again - that's what I am posting about.&amp;nbsp; If you include the dot, the report finds no matches.&amp;nbsp; However it used to work fine in V6.1 with the dot included.&amp;nbsp; Without it, the query will match any filename with swf in it rather than only those with ".swf".&amp;nbsp; Still not perfect but more likely to be an extension than without the dot.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;That's why I asked if there is a way to allow a dot in the query string now that V7.1 behaves differently&lt;/P&gt;</description>
      <pubDate>Thu, 01 Dec 2016 15:08:42 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/pan-os-7-1-change-to-query-interpretation/m-p/130301#M46829</guid>
      <dc:creator>djr</dc:creator>
      <dc:date>2016-12-01T15:08:42Z</dc:date>
    </item>
    <item>
      <title>Re: PAN-OS 7.1 change to query interpretation</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/pan-os-7-1-change-to-query-interpretation/m-p/130321#M46831</link>
      <description>&lt;P&gt;Just generate the report with the query (filetype eq swf) and it will include only the swf file type instead of searching for swf across the whole filename&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 01 Dec 2016 15:49:01 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/pan-os-7-1-change-to-query-interpretation/m-p/130321#M46831</guid>
      <dc:creator>BPry</dc:creator>
      <dc:date>2016-12-01T15:49:01Z</dc:date>
    </item>
    <item>
      <title>Re: PAN-OS 7.1 change to query interpretation</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/pan-os-7-1-change-to-query-interpretation/m-p/130325#M46833</link>
      <description>&lt;P&gt;Except there is no filetype variable available in the query builder?&lt;/P&gt;</description>
      <pubDate>Thu, 01 Dec 2016 16:02:32 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/pan-os-7-1-change-to-query-interpretation/m-p/130325#M46833</guid>
      <dc:creator>djr</dc:creator>
      <dc:date>2016-12-01T16:02:32Z</dc:date>
    </item>
    <item>
      <title>Re: PAN-OS 7.1 change to query interpretation</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/pan-os-7-1-change-to-query-interpretation/m-p/130399#M46834</link>
      <description>&lt;P&gt;Where are you trying to generate this report and what database are you running the query against?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 01 Dec 2016 19:05:35 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/pan-os-7-1-change-to-query-interpretation/m-p/130399#M46834</guid>
      <dc:creator>BPry</dc:creator>
      <dc:date>2016-12-01T19:05:35Z</dc:date>
    </item>
    <item>
      <title>Re: PAN-OS 7.1 change to query interpretation</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/pan-os-7-1-change-to-query-interpretation/m-p/131186#M46924</link>
      <description>&lt;P&gt;It's a custom report in Panorama, using the Panorama Data Filtering log.&amp;nbsp; As I said, it is querying the whole filename including the suffix, it is just that the query will no longer allow me to use the "." character in the query.&lt;/P&gt;</description>
      <pubDate>Mon, 05 Dec 2016 15:44:26 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/pan-os-7-1-change-to-query-interpretation/m-p/131186#M46924</guid>
      <dc:creator>djr</dc:creator>
      <dc:date>2016-12-05T15:44:26Z</dc:date>
    </item>
    <item>
      <title>Re: PAN-OS 7.1 change to query interpretation</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/pan-os-7-1-change-to-query-interpretation/m-p/131195#M46927</link>
      <description>&lt;P&gt;That makes sense, filetype is only available in wildfire which is where I thought you were searching for this info. The&amp;nbsp;(filename contains .swf) query works perfectly fine on a standalone PA-200 and PA-3020 that I tested it on.&lt;/P&gt;&lt;P&gt;Potentially this is an issue due to running it through Panorama? Can you try to run the query on just one of the devices you are trying to target and see if it works properly?&lt;/P&gt;</description>
      <pubDate>Mon, 05 Dec 2016 16:01:01 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/pan-os-7-1-change-to-query-interpretation/m-p/131195#M46927</guid>
      <dc:creator>BPry</dc:creator>
      <dc:date>2016-12-05T16:01:01Z</dc:date>
    </item>
    <item>
      <title>Re: PAN-OS 7.1 change to query interpretation</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/pan-os-7-1-change-to-query-interpretation/m-p/132834#M47128</link>
      <description>&lt;P&gt;I raised it with support and they have confirmed it's a bug so it will be fixed in a future patch release.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Wed, 14 Dec 2016 17:10:52 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/pan-os-7-1-change-to-query-interpretation/m-p/132834#M47128</guid>
      <dc:creator>djr</dc:creator>
      <dc:date>2016-12-14T17:10:52Z</dc:date>
    </item>
  </channel>
</rss>

