Quantcast
Viewing all articles
Browse latest Browse all 47296

How to get total of unique senders and recipients from Index=msexchange

I think I was able to get the total number of unique senders and unique recipients. But, now I need the total of unique communicators (senders + recipients). Looking for formula to add the two numbers. index=msexchange | stats dc(sender) as Distinct_Sender index=msexchange | stats dc(recipients) as Distinct_Recipients Thanks for any help!

Viewing all articles
Browse latest Browse all 47296

Trending Articles