Splunk Search

How to hide rows based on the number of rows returned from a transaction search?

sjanwity
Communicator

How do I hide rows based on the number of rows returned in a transaction?

(EDITED: removed all the contextual information as it wasn't needed)

1 Solution

aweitzman
Motivator

Check the mvcount of the field you're looking at. So in this case, you'd add a clause that says: | where mvcount(FIELD_VALUE)!=1

See http://docs.splunk.com/Documentation/Splunk/6.1.4/SearchReference/CommonEvalFunctions and check out the various mv* functions you can use on multivalued fields.

View solution in original post

aweitzman
Motivator

Check the mvcount of the field you're looking at. So in this case, you'd add a clause that says: | where mvcount(FIELD_VALUE)!=1

See http://docs.splunk.com/Documentation/Splunk/6.1.4/SearchReference/CommonEvalFunctions and check out the various mv* functions you can use on multivalued fields.

martin_mueller
SplunkTrust
SplunkTrust

Consider looking at the eventcount field produced by the transaction command as well.

0 Karma

sjanwity
Communicator

@aweitzman beautiful as always; thanks! Especially appreciate how you give the relevant splunk doc links as well.

Get Updates on the Splunk Community!

ICYMI - Check out the latest releases of Splunk Edge Processor

Splunk is pleased to announce the latest enhancements to Splunk Edge Processor.  HEC Receiver authorization ...

Introducing the 2024 SplunkTrust!

Hello, Splunk Community! We are beyond thrilled to announce our newest group of SplunkTrust members!  The ...

Introducing the 2024 Splunk MVPs!

We are excited to announce the 2024 cohort of the Splunk MVP program. Splunk MVPs are passionate members of ...