What difference are between 'user eq' and 'user in' in filter of traffic logs?

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.

What difference are between 'user eq' and 'user in' in filter of traffic logs?

L4 Transporter

Hello,

What difference are between 'user eq' and 'user in' in filter of traffic logs?

I want to see output which is filtered by partial user-ID not full user-ID.

For example, There are as below user-IDs.

SA10001

SA10002

UQ20001

UQ20002

.......

I want to filter for all started 'SA' users in traffic logs.

KC Lee

1 accepted solution

Accepted Solutions

cheon

You can do the same thing if you are using XML API, just provide the group entry as follows:

<uid-message>

<version>1.0</version>

<type>update</type>

<payload>

<login>

<entry name="plano2003\csharma" ip="192.168.39.209" timeout="20">

</entry>

</login>

<groups>

<entry%20name="group1"> >>>>>>>>>>>>>>>>>>>>>plano2003/csharma is part of group1

<members>

<entry name="plano2003\csharma"/>

</members>

</entry>

</groups>

</payload>

</uid-message>

Now if you check the CLI:

[edit]

admin@39-PA-3020# run show user ip-user-mapping all

IP              Vsys   From    User                             IdleTimeout(s) MaxTimeout(s)

--------------- ------ ------- -------------------------------- -------------- -------------

192.168.39.209  vsys1  XMLAPI  plano2003\csharma                1194           1194

Total: 1 user

admin@39-PA-3020# run show user group list

group1 >>>>>>>>>>>>>>>>>>>>>>>group we just added

Total: 1

Now the query will be modified as follows (user.src in 'group1') where group1 is the group of the users we added through XML API.

user_in_XML.JPG

In your case you can modify your XML API to make all users starting with 'SA' as one group and users starting with as 'UQ' as part of another group.

Let me know if you have any queries.

Thanks

View solution in original post

7 REPLIES 7

L7 Applicator

Hello KC,

"eq" will try to match the exact keyword. Could you please try to use "in SA" in the filter (partial match keyword). Please find mentioned KB article for available options: Filtering Traffic Logs for Only Unidentified Users

Thanks

Hello HULK,

First, Thanks for your answer.

I already looked above liked document. and I also tried to use "in SA" in the filter.

But I could see nothing logs in traffic logs.

In addition, PANOS is 5.0.10.

Thanks

Hi cheon,

I also tried to do test and it's available but not working.


GOOD LUCK~

L5 Sessionator

Hi cheon

"User eq" looks for a exact match that you provide. "User in" however can be used to perform queries such as:

user.src in "cn=test,ou=sec_g,ou=pan,dc=paloaltonetworks,dc=local"

user_in.jpg

Thus "User in" looks if the user is part of the group.

In your case if all username starting with SA are part of a particular group you can provide a similar query.

Let me know how it works out.

Thanks

Thanks for your answer, csharma.

But we use xml method not AD with LDAP.

In case, How should I use filtering?

Thanks

cheon

You can do the same thing if you are using XML API, just provide the group entry as follows:

<uid-message>

<version>1.0</version>

<type>update</type>

<payload>

<login>

<entry name="plano2003\csharma" ip="192.168.39.209" timeout="20">

</entry>

</login>

<groups>

<entry%20name="group1"> >>>>>>>>>>>>>>>>>>>>>plano2003/csharma is part of group1

<members>

<entry name="plano2003\csharma"/>

</members>

</entry>

</groups>

</payload>

</uid-message>

Now if you check the CLI:

[edit]

admin@39-PA-3020# run show user ip-user-mapping all

IP              Vsys   From    User                             IdleTimeout(s) MaxTimeout(s)

--------------- ------ ------- -------------------------------- -------------- -------------

192.168.39.209  vsys1  XMLAPI  plano2003\csharma                1194           1194

Total: 1 user

admin@39-PA-3020# run show user group list

group1 >>>>>>>>>>>>>>>>>>>>>>>group we just added

Total: 1

Now the query will be modified as follows (user.src in 'group1') where group1 is the group of the users we added through XML API.

user_in_XML.JPG

In your case you can modify your XML API to make all users starting with 'SA' as one group and users starting with as 'UQ' as part of another group.

Let me know if you have any queries.

Thanks

Hi csharma,

Thanks for your answer.

It help me very useful.

But my customer want to filter partial characters on many groups.

Do you know another way excepted same group?

We can not category group by partial characters.

Thanks

  • 1 accepted solution
  • 4392 Views
  • 7 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!