<?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: Custom Reports v4.0.1 (be1demo) in General Topics</title>
    <link>https://live.paloaltonetworks.com/t5/general-topics/custom-reports-v4-0-1-be1demo/m-p/22186#M16163</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Marc,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I was working on something similar in the gui earlier for threats. I ended up just doing a "greater than or equal to 4", which gave me all the 4s and 5s. (Also still on 3.1.7 - not sure if it changes in 4.0).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope the information helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 28 Mar 2011 18:02:51 GMT</pubDate>
    <dc:creator>dmarion</dc:creator>
    <dc:date>2011-03-28T18:02:51Z</dc:date>
    <item>
      <title>Custom Reports v4.0.1 (be1demo)</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/custom-reports-v4-0-1-be1demo/m-p/22185#M16162</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When creating a custom report and using the query builder there seems to be a problem with adding multiple values in the builder (unless I am just doing this wrong)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to create a report to show from the traffic summary log all peer-to-peer technology traffic of a risk catagory of 4 or 5.&lt;/P&gt;&lt;P&gt;This is the statement I am using:&lt;/P&gt;&lt;P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_text_macro jive_macro_code"&gt;&lt;/PRE&gt;&lt;/P&gt;&lt;P&gt;technology-of-app eq peer-to-peer AND risk-of-app eq 5 OR risk-of-app eq 4&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Once I run this report all I seem to get is apps with a risk of 4 or 5 as there is client server, browser based, etc traffic in the report aswell.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I remove the OR statement and the second risk query I get the correct report but only for a risk of 5 for example.&lt;/P&gt;&lt;P&gt;Any ideas??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Marc&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Mar 2011 11:54:14 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/custom-reports-v4-0-1-be1demo/m-p/22185#M16162</guid>
      <dc:creator>migration</dc:creator>
      <dc:date>2011-03-28T11:54:14Z</dc:date>
    </item>
    <item>
      <title>Re: Custom Reports v4.0.1 (be1demo)</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/custom-reports-v4-0-1-be1demo/m-p/22186#M16163</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Marc,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I was working on something similar in the gui earlier for threats. I ended up just doing a "greater than or equal to 4", which gave me all the 4s and 5s. (Also still on 3.1.7 - not sure if it changes in 4.0).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope the information helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Mar 2011 18:02:51 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/custom-reports-v4-0-1-be1demo/m-p/22186#M16163</guid>
      <dc:creator>dmarion</dc:creator>
      <dc:date>2011-03-28T18:02:51Z</dc:date>
    </item>
    <item>
      <title>Re: Custom Reports v4.0.1 (be1demo)</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/custom-reports-v4-0-1-be1demo/m-p/22187#M16164</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Marc,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I believe you need to use parentheses:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(technology-of-app eq peer-to-peer) AND (risk-of-app eq 5 OR risk-of-app eq 4)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;James&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Mar 2011 18:33:58 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/custom-reports-v4-0-1-be1demo/m-p/22187#M16164</guid>
      <dc:creator>James</dc:creator>
      <dc:date>2011-03-28T18:33:58Z</dc:date>
    </item>
    <item>
      <title>Re: Custom Reports v4.0.1 (be1demo)</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/custom-reports-v4-0-1-be1demo/m-p/22188#M16165</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks James.... spot on!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Mar 2011 06:41:30 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/custom-reports-v4-0-1-be1demo/m-p/22188#M16165</guid>
      <dc:creator>migration</dc:creator>
      <dc:date>2011-03-29T06:41:30Z</dc:date>
    </item>
  </channel>
</rss>

