Hi All,
This is a ticket data. I have a field called "Team" having 2 values "SAP" and "Non-SAP" and the respective team members for both the values SAP and Non-SAP as a different field called "assignee". SAP team has some 30 team members and non-SAP team has some 150 team members. Index and sourcetype is same. So when I do :
index=test sourcetype=test | search team=SAP | dedup assignee | table assignee - I get 30 team member names
index=test sourcetype=test | search team=Non-SAP | dedup assignee | table assignee - I get 150 team member names
Now I have to find out whether there are any common team members which are there in both teams or each team has unique team members, which are not common. I want the stats for the number of common team members and their names, if there is. Please help me in the query.
Regards
PG
↧