<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.edge.arista.com/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=ENewvine</id>
	<title>Edge Threat Management Wiki - Arista - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.edge.arista.com/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=ENewvine"/>
	<link rel="alternate" type="text/html" href="https://wiki.edge.arista.com/index.php?title=Special:Contributions/ENewvine"/>
	<updated>2026-04-04T07:54:07Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.44.3</generator>
	<entry>
		<id>https://wiki.edge.arista.com/index.php?title=Operators&amp;diff=3629</id>
		<title>Operators</title>
		<link rel="alternate" type="text/html" href="https://wiki.edge.arista.com/index.php?title=Operators&amp;diff=3629"/>
		<updated>2016-01-22T21:12:29Z</updated>

		<summary type="html">&lt;p&gt;ENewvine: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Operators are used with Conditions to create custom reports and alerts. The operator is used to evaluate the value criteria specified for the given condition.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; &lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;width:1%; text-align:left; padding:5px;&amp;quot; | Operator&lt;br /&gt;
! style=&amp;quot;width:14%; text-align:left; padding:5px;&amp;quot; | Description&lt;br /&gt;
! style=&amp;quot;width:33%; text-align:left; padding:5px;&amp;quot; | Syntax&lt;br /&gt;
! style=&amp;quot;width:22%; text-align:left; padding:5px;&amp;quot; | Notes&lt;br /&gt;
! style=&amp;quot;width:30%; text-align:left; padding:5px;&amp;quot; | Example&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:left; vertical-align:top;&amp;quot; | =&lt;br /&gt;
| style=&amp;quot;text-align:left; vertical-align:top;&amp;quot; | Is Equal To&lt;br /&gt;
| style=&amp;quot;text-align:left; vertical-align:top;&amp;quot; | Condition = value&lt;br /&gt;
| style=&amp;quot;text-align:left; vertical-align:top;&amp;quot; | Requires an exact match it will not match partials.&lt;br /&gt;
| style=&amp;quot;text-align:left; vertical-align:top;&amp;quot; | &#039;&#039;Only show Web Filter events where host accessed is &amp;quot;www.google.com&amp;quot; &#039;&#039;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;Host [host] = www.google.com&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:left; vertical-align:top;&amp;quot; | !=&lt;br /&gt;
| style=&amp;quot;text-align:left; vertical-align:top;&amp;quot; | Is Not Equal To&lt;br /&gt;
| style=&amp;quot;text-align:left; vertical-align:top;&amp;quot; | Condition != value&amp;lt;br&amp;gt;Condition &amp;lt;&amp;gt; value&lt;br /&gt;
| style=&amp;quot;text-align:left; vertical-align:top;&amp;quot; | Requires an exact match it will not match partials.&lt;br /&gt;
| style=&amp;quot;text-align:left; vertical-align:top;&amp;quot; | &#039;&#039;Show all Web Filter events where client IP address is not &amp;quot;192.168.2.214&amp;quot; &#039;&#039;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;Client [c_client_addr] != 192.168.2.214&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:left; vertical-align:top;&amp;quot; | &amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align:left; vertical-align:top;&amp;quot; | Is Greater Than&lt;br /&gt;
| style=&amp;quot;text-align:left; vertical-align:top;&amp;quot; | Condition &amp;gt; value&lt;br /&gt;
| style=&amp;quot;text-align:left; vertical-align:top;&amp;quot; | Requires an exact match it will not match partials.&lt;br /&gt;
| style=&amp;quot;text-align:left; vertical-align:top;&amp;quot; | &#039;&#039;Show all activity in Firewall for non-standard ports (1024 - 65535) &#039;&#039; &amp;lt;br&amp;gt;&amp;lt;br&amp;gt; Server Port [s_server_port] &amp;gt; 1024&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:left; vertical-align:top;&amp;quot; | &amp;lt;&lt;br /&gt;
| style=&amp;quot;text-align:left; vertical-align:top;&amp;quot; | Is Less Than&lt;br /&gt;
| style=&amp;quot;text-align:left; vertical-align:top;&amp;quot; | Condition &amp;lt; value&lt;br /&gt;
| style=&amp;quot;text-align:left; vertical-align:top;&amp;quot; | Requires an exact match it will not match partials.&lt;br /&gt;
| style=&amp;quot;text-align:left; vertical-align:top;&amp;quot; | &#039;&#039;Show all instances where available memory was less than 500 MB. Server Status Events, found under System &amp;gt; Reports, shows memory usage.&#039;&#039;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt; Memory Free [mem_free] &amp;lt; 524288000 (it is stored in the database as bytes)&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:left; vertical-align:top;&amp;quot; | &amp;gt;=&lt;br /&gt;
| style=&amp;quot;text-align:left; vertical-align:top;&amp;quot; | Is Greater Than Or Equal To&lt;br /&gt;
| style=&amp;quot;text-align:left; vertical-align:top;&amp;quot; | Condition &amp;gt;= value&lt;br /&gt;
| style=&amp;quot;text-align:left; vertical-align:top;&amp;quot; | Requires an exact match it will not match partials.&lt;br /&gt;
| style=&amp;quot;text-align:left; vertical-align:top;&amp;quot; | &#039;&#039;Show all sessions scanned by Shield where total bytes sent to destination IP is greater than 1 GB&#039;&#039;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt; To-Server Bytes [p2s_bytes] &amp;gt;= 1073741824 (it is stored in the database as bytes)&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:left; vertical-align:top;&amp;quot; | &amp;lt;=&lt;br /&gt;
| style=&amp;quot;text-align:left; vertical-align:top;&amp;quot; | Is Less Than Or Equal To&lt;br /&gt;
| style=&amp;quot;text-align:left; vertical-align:top;&amp;quot; | Condition &amp;lt;= value&lt;br /&gt;
| style=&amp;quot;text-align:left; vertical-align:top;&amp;quot; | Requires an exact match it will not match partials.&lt;br /&gt;
| style=&amp;quot;text-align:left; vertical-align:top;&amp;quot; | &#039;&#039;Show all instances where Free Disk Space was less than or equal to 100 GB. Server Status Events, found under System &amp;gt; Reports, shows free disk space.&#039;&#039;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt; Disk Free [disk_free] &amp;lt; 100000000000 (it is stored in the database as bytes) &lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:left; vertical-align:top;&amp;quot; | LIKE&lt;br /&gt;
| style=&amp;quot;text-align:left; vertical-align:top;&amp;quot; | Is Similar to &lt;br /&gt;
| style=&amp;quot;text-align:left; vertical-align:top;&amp;quot; | Condition LIKE (%)value(%)&lt;br /&gt;
| style=&amp;quot;text-align:left; vertical-align:top;&amp;quot; | Often used in conjunction with % to wildcard the value&lt;br /&gt;
| style=&amp;quot;text-align:left; vertical-align:top;&amp;quot; | &#039;&#039;Show all Web Filter Events where a user accessed any part of google.com.&#039;&#039;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;Host [host] like %google.com&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:left; vertical-align:top;&amp;quot; | NOT LIKE&lt;br /&gt;
| style=&amp;quot;text-align:left; vertical-align:top;&amp;quot; | Is Not Similar to &lt;br /&gt;
| style=&amp;quot;text-align:left; vertical-align:top;&amp;quot; | Condition NOT LIKE (%)value(%)&lt;br /&gt;
| style=&amp;quot;text-align:left; vertical-align:top;&amp;quot; | Often used in conjunction with % to wildcard the value&lt;br /&gt;
| style=&amp;quot;text-align:left; vertical-align:top;&amp;quot; | &#039;&#039;Show Firewall events that do not have a destination address (server) in your ISP&#039;s subnet. Example 123.45.67.0/24&#039;&#039; &amp;lt;br&amp;gt;&amp;lt;br&amp;gt; Server [s_server_addr] not like 123.45.67%&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:left; vertical-align:top;&amp;quot; | IS&lt;br /&gt;
| style=&amp;quot;text-align:left; vertical-align:top;&amp;quot; | Is value&lt;br /&gt;
| style=&amp;quot;text-align:left; vertical-align:top;&amp;quot; | Condition IS NULL&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;Condition IS true/false/unknown&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;Condition1 IS distinct from Condition2&lt;br /&gt;
| style=&amp;quot;text-align:left; vertical-align:top;&amp;quot; | Requires an exact match it will not match partials.&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;Does not work with string or number values&lt;br /&gt;
| style=&amp;quot;text-align:left; vertical-align:top;&amp;quot; | &#039;&#039;Show all Shield events where there was no username on the session.&#039;&#039; &amp;lt;br&amp;gt;&amp;lt;br&amp;gt;Username [username] is NULL&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:left; vertical-align:top;&amp;quot; | IS NOT&lt;br /&gt;
| style=&amp;quot;text-align:left; vertical-align:top;&amp;quot; | Is Not value&lt;br /&gt;
| style=&amp;quot;text-align:left; vertical-align:top;&amp;quot; | Condition IS NOT NULL&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;Condition IS NOT true/false/unknown&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;Condition1 IS NOT distinct from Condition2&lt;br /&gt;
| style=&amp;quot;text-align:left; vertical-align:top;&amp;quot; | Requires an exact match it will not match partials. &amp;lt;br&amp;gt;&amp;lt;br&amp;gt;Does not work with string or number values&lt;br /&gt;
| style=&amp;quot;text-align:left; vertical-align:top;&amp;quot; | &#039;&#039;Show all Application Control events that have Detail values.&#039;&#039; &amp;lt;br&amp;gt;&amp;lt;br&amp;gt;Detail (Application Control) [application_control_detail] is not NULL &lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:left; vertical-align:top;&amp;quot; | IN&lt;br /&gt;
| style=&amp;quot;text-align:left; vertical-align:top;&amp;quot; | Is In set of values (value_1, value_2, ...)&lt;br /&gt;
| style=&amp;quot;text-align:left; vertical-align:top;&amp;quot; | Condition IN (value_1, value_2, value_3)&lt;br /&gt;
| style=&amp;quot;text-align:left; vertical-align:top;&amp;quot; | Requires an exact match it will not match partials.&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;Only works with integer (whole number) and boolean (true/false) type values.&lt;br /&gt;
| style=&amp;quot;text-align:left; vertical-align:top;&amp;quot; | &#039;&#039;Show In Firewall all entries for web related ports&#039;&#039; &amp;lt;br&amp;gt;&amp;lt;br&amp;gt;Server Port [s_server_port] in (53,80,443)&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:left; vertical-align:top;&amp;quot; | NOT IN&lt;br /&gt;
| style=&amp;quot;text-align:left; vertical-align:top;&amp;quot; | Is Not In set of values (value_1, value_2, ...)&lt;br /&gt;
| style=&amp;quot;text-align:left; vertical-align:top;&amp;quot; | Condition NOT IN (value_1, value_2, value_3)&lt;br /&gt;
| style=&amp;quot;text-align:left; vertical-align:top;&amp;quot; | Requires an exact match it will not match partials.&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;Only works with integer (whole number) and boolean (true/false) type values.&lt;br /&gt;
| style=&amp;quot;text-align:left; vertical-align:top;&amp;quot; | &#039;&#039;Show all traffic in Application Control that is not email related.&#039;&#039;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;Server Port [s_server_port] not in (25,110,143,993.995.587,465)&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>ENewvine</name></author>
	</entry>
	<entry>
		<id>https://wiki.edge.arista.com/index.php?title=Report_Viewer&amp;diff=3601</id>
		<title>Report Viewer</title>
		<link rel="alternate" type="text/html" href="https://wiki.edge.arista.com/index.php?title=Report_Viewer&amp;diff=3601"/>
		<updated>2016-01-14T18:59:48Z</updated>

		<summary type="html">&lt;p&gt;ENewvine: /* Conditions */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;span style=&amp;quot;display:none&amp;quot; class=&amp;quot;helpSource event_log&amp;quot;&amp;gt;Event_Log&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;noinclude&amp;gt;&lt;br /&gt;
= Reports =&lt;br /&gt;
Reports provide a graphical view of the network traffic and actions of your Untangle. Various reports are available within applications and base system components. The reports can be manipulated to drill down, customize, and export data in many ways using the Report Viewer. &lt;br /&gt;
&lt;br /&gt;
[[Image:112_report_viewer_081015.png|700px|center|Web Filter - Reports]]&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= Report Viewer =&lt;br /&gt;
&amp;lt;includeonly&amp;gt;&lt;br /&gt;
Reports provide a graphical view of the network traffic and actions of your Untangle. Various reports are available within applications and base system components. The reports can be manipulated to drill down, customize, and export data in many ways using the Report Viewer. &lt;br /&gt;
&amp;lt;/includeonly&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Image:112_report_viewer_color.png|700px|center|Web Filter - Reports]]&lt;br /&gt;
There are five panels in the Report Viewer: &lt;br /&gt;
&lt;br /&gt;
* Application Selector (Green)(Left): This allows you to choose from the system and application report groupings. By selecting an option here, the results in the Report Selector section will be filtered to show just that application. When using the report viewer within an application, this pane is not shown. &lt;br /&gt;
&lt;br /&gt;
* Report Selector (Blue)(Left): This panel is broken into two areas containing reports and event log queries. The &amp;quot;Select Report&amp;quot; contains a list of pre-defined reports and event log queries. Saved custom reports will also appear in the reports list. &lt;br /&gt;
&lt;br /&gt;
* Report Chart (Yellow)(Top): Shows the currently selected report and contains options to change the type of chart, customize the report, change the report start and end times, and view the report in Event Log format. You can also interact directly with the report. Data series can be removed from the view using the legend and hovering over data series will show the values in reader friendly format. &lt;br /&gt;
&lt;br /&gt;
* Current Data (Orange)(Right): Displays the raw data that is being used to generate the report. Data points will be displayed in reader friendly format when hovering over the graph. The data can be exported to a CSV text file that can be viewed by your favorite spreadsheet or text editor. Additionally, by clicking the filter icon in this pane, conditions can be applied instantly. This window will only display with report charts and is not displayed for event reports.&lt;br /&gt;
&lt;br /&gt;
* Conditions (Red)(Bottom): Conditions can be used to filter the traffic information shown in reports and events. Multiple conditions can be added to drill down and inspect data. The available conditions will vary based on which application you are viewing. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Report Charts ===&lt;br /&gt;
&lt;br /&gt;
The Report Chart contains several features to help manipulate the view of the report to your liking. &lt;br /&gt;
&lt;br /&gt;
[[Image:Report_viewer_071415.png|600px|center|Web Filter - Report Viewer]]&lt;br /&gt;
&lt;br /&gt;
Along the top and bottom toolbars you will find the following selections:&lt;br /&gt;
&lt;br /&gt;
*Top Toolbar:&lt;br /&gt;
** Chart Type (if available): Choose from Line, Bar, Bar Overlapped, Bar 3D, Bar 3D Overlapped. This feature is not available for pie charts.&lt;br /&gt;
** Customize: Build and save customized reports. Custom reports will be saved in the report selection. &lt;br /&gt;
** View Events: View the individual events that were used to build the report in Events format. &lt;br /&gt;
** Download: Download a .png image of the chart. &lt;br /&gt;
&lt;br /&gt;
* Bottom Toolbar:&lt;br /&gt;
** Time Selection: Select the start and end time of the report. Beware that running queries (viewing reports) against a huge number of days can still be expensive if the server is busy.&lt;br /&gt;
** Refresh:  Force the writing of all events currently buffered in memory to the database, and then re-query the database for current data.&lt;br /&gt;
** Auto Refresh: Automatically refresh every few seconds. This is useful to keep displayed while debugging an issue or if you want to see whats happening in real time.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The legend will appear at the bottom of the chart for line or bar charts, and to the right for pie charts. By clicking the fields in the legend a data series can be removed or re-added. This can help to remove clutter and focus on certain data series.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
&#039;&#039;Note:&#039;&#039; Some queries are more expensive than others to run. Depending on your hardware and the current amount of traffic Untangle is processing it is possible that you can slow network traffic by running expensive queries. &lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;noinclude&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= Events =&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;br /&gt;
&amp;lt;includeonly&amp;gt;&lt;br /&gt;
=== Events ===&lt;br /&gt;
&amp;lt;/includeonly&amp;gt;&lt;br /&gt;
[[Image:112_eventlogs_071415.png|600px|center|Event Log]]&lt;br /&gt;
&lt;br /&gt;
Event reports show recent 1000 events sorted by time_stamp with the most recent events at the top.&lt;br /&gt;
When opening an event report it will automatically refresh and show you the default query.&lt;br /&gt;
&lt;br /&gt;
The columns along the top will show the relevant columns for the specific event report and type of event being viewed. The example above shows the [[Web Filter]] event log so you can see many columns related to the web request and what action was taken.&lt;br /&gt;
&lt;br /&gt;
Along the top and bottom toolbars you will find the following selections:&lt;br /&gt;
&lt;br /&gt;
*Top Toolbar:&lt;br /&gt;
** Filter: A filter can be used to instantly select any rows that match your filter string and display only those rows. Use the &#039;&#039;Case sensitive&#039;&#039; check box to match case and &#039;&#039;Clear Filters&#039;&#039; button to remove the filter and display all data.&lt;br /&gt;
** Export: Export ALL events of the relevant query to a CSV text file that can be viewed by your favorite spreadsheet or text editor. This is necessary for large datasets. Browsers can not handle huge datasets in the DOM and will become not responsive if given too much data. As such, there is an 1000 event limit on events displayed in the UI, however the &#039;&#039;Export&#039;&#039; button will give you all events in a potentially very large text file. Generating and downloading the export may take some time.&lt;br /&gt;
&lt;br /&gt;
* Bottom Toolbar:&lt;br /&gt;
** Number of Events: The default is to show 1,000 events. This can be increased to 10,000 or 50,000.&lt;br /&gt;
** Time Selection: Select the start and end time of the report. Beware that running queries (viewing reports) against a huge number of days can still be expensive if the server is busy.&lt;br /&gt;
** Refresh:  Force the writing of all events currently buffered in memory to the database, and then re-query the database for current data.&lt;br /&gt;
** Auto Refresh: Automatically refresh every few seconds. This is useful to keep displayed while debugging an issue or if you want to see whats happening in real time.&lt;br /&gt;
&lt;br /&gt;
Finally, you have the page management which you can use to browse through the current events being displayed. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
&#039;&#039;Note:&#039;&#039; Some queries are more expensive than others to run. Depending on your hardware and the current amount of traffic Untangle is processing it is possible that you can slow network traffic by running expensive queries. This can be especially true for queries that only return a few events because it will collect events up until 1000 events. If 1000 events don&#039;t exist it will scan the entire database and return whatever events do exist. For example, &amp;quot;Infected Web Events&amp;quot; in [[Virus Blocker]] typically only returns a few events. This query can take some time because it will scan the entire web request table looking for &amp;quot;Infected Web Events.&amp;quot;&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;noinclude&amp;gt;&lt;br /&gt;
= Conditions =&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;br /&gt;
&amp;lt;includeonly&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Conditions ===&lt;br /&gt;
&amp;lt;/includeonly&amp;gt; &lt;br /&gt;
&lt;br /&gt;
The Conditions panel appears at the bottom panel and can be used to filter the queries used in both reports and events. Multiple conditions can be added to drill down and inspect data. Conditions can also be added to pie charts quickly from the Current Data window by using the filter icon.&lt;br /&gt;
&lt;br /&gt;
The left hand drop down lists the available conditions that can be added. These will vary based on the application you are viewing. These can be matched to data by selecting an operator and entering the query string you&#039;re looking for. After entering a condition the report or event you are viewing will automatically refresh.&lt;br /&gt;
&lt;br /&gt;
[[Image:112_addconditions_071415.png|600px|center|Conditions]]&lt;br /&gt;
&lt;br /&gt;
In this example, we&#039;ve added 2 conditions to see all traffic from a single client IP address (192.168.72.128) going to a specific domain (microsoft.com). &lt;br /&gt;
&lt;br /&gt;
Some Conditions will also have a Quick Add selection to automatically select conditions. A common use case for this is choosing which rack/policy will be queried. Once selected, this will automatically be added to the Conditions list. &lt;br /&gt;
&lt;br /&gt;
==== Condition Operators ====&lt;br /&gt;
&lt;br /&gt;
The second field in the condition is the logical operator that will be used in evaluating the condition value defined in the last field. In most use cases the default &amp;quot;=&amp;quot; operator is what you want to use. However, there are several other operators available that make the reports and alerts a whole lot more powerful.&lt;br /&gt;
&lt;br /&gt;
A detailed outline of each operator is on the [[Operators]] page.&lt;br /&gt;
&lt;br /&gt;
===== Conditions Example - Rack by Policy ID =====&lt;br /&gt;
&lt;br /&gt;
In many cases, you may just want to see the traffic related to a specific rack within policy manager. This can be accomplished very easily by adding a condition using the Quick Add feature.&lt;br /&gt;
&lt;br /&gt;
[[Image:112_quickadd_policy.png|300px|right|Quick Add]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
# Open Report Viewer or Reports tab.&lt;br /&gt;
# In the Conditions panel, select &#039;&#039;&#039;Quick Add&#039;&#039;&#039;.&lt;br /&gt;
# Choose &#039;&#039;&#039;Policy ID&#039;&#039;&#039; and the rack name.&lt;br /&gt;
# The conditions is applied and will remain applied as you switch between reports. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Alternately, you can manually enter the condition. To do this, go to Policy Manager &amp;gt; Settings and take not of the rack ID number. Then, in the drop down condition list, select Policy ID, select the operator &#039;&#039;=&#039;&#039;, and then enter the rack ID.&lt;br /&gt;
&lt;br /&gt;
===== Conditions Example - Web Filter Categories =====&lt;br /&gt;
&lt;br /&gt;
From pie charts, you can quickly add a condition from the Current Data window. This can be handy for use with the Web Filter category selection which we&#039;ll use for this example. Once the condition is applied, we can then use other reports to drill down to find out more information about the traffic such as which user might be responsible. &lt;br /&gt;
&lt;br /&gt;
[[Image:112_current_data_games.png|300px|right|Quick Add]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
# Open Report Viewer or the Web Filter Reports tab.&lt;br /&gt;
# Select the &#039;&#039;&#039;Top Categories&#039;&#039;&#039; report (by size or requests). In our example, you can see Games was at the top.&lt;br /&gt;
# Next to Games, click the &amp;quot;filter&amp;quot; icon.&lt;br /&gt;
# The conditions window displays with the category name Games pre-populated. &lt;br /&gt;
# Click &#039;&#039;&#039;Done&#039;&#039;&#039; to add the condition.&lt;br /&gt;
# To find the user(s) or machine(s) generating the traffic you can click to any other report such as &#039;&#039;&#039;Top Hostnames&#039;&#039;&#039; or &#039;&#039;&#039;Top Usernames&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;noinclude&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= Application Specific Report Pages =&lt;br /&gt;
&lt;br /&gt;
*[[All Reports]]&lt;br /&gt;
*[[Web Filter Reports]]&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>ENewvine</name></author>
	</entry>
</feed>