Filtering Country Codes via the GUI Logs, do not display US Traffic, just traffic outside of the US.

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Announcements
Please sign in to see details of an important advisory in our Customer Advisories area.

Filtering Country Codes via the GUI Logs, do not display US Traffic, just traffic outside of the US.

Not applicable

Is there a way through the GUI to just filter out traffic going to/coming from the US via src/dst countries? I just want to to view any traffic that originates or is destined to Countries outside the US.

1 accepted solution

Accepted Solutions

L7 Applicator

Hello Sir,

You can use below mentioned filter on traffic logs

>>>>> ( dstloc neq US ) and ( srcloc neq US ).

Just use "neq" to suppress all traffic from/to US.

traffic-logs.JPG.jpg

Hope this helps.

Thanks

View solution in original post

3 REPLIES 3

L7 Applicator

Hello Sir,

You can use below mentioned filter on traffic logs

>>>>> ( dstloc neq US ) and ( srcloc neq US ).

Just use "neq" to suppress all traffic from/to US.

traffic-logs.JPG.jpg

Hope this helps.

Thanks

L4 Transporter

Hello tstores,

In the Traffic logs GUI filters you can add as below to see the traffic which are not sourced and destined to US

( dstloc neq US ) and ( srcloc neq US )

Thanks

L4 Transporter

You can also use !( dstloc eq US ) and !( srcloc eq US ); the "!" = false in Boolean expression. An exclamation point can be used whenever you want to switch between equals or does not equal (true or false).

The inherent vice of capitalism is the unequal sharing of blessings; the inherent virtue of socialism is the equal sharing of miseries.
  • 1 accepted solution
  • 4185 Views
  • 3 replies
  • 0 Likes
Like what you see?

Show your appreciation!

Click Like if a post is helpful to you or if you just want to show your support.

Click Accept as Solution to acknowledge that the answer to your question has been provided.

The button appears next to the replies on topics you’ve started. The member who gave the solution and all future visitors to this topic will appreciate it!

These simple actions take just seconds of your time, but go a long way in showing appreciation for community members and the LIVEcommunity as a whole!

The LIVEcommunity thanks you for your participation!