Splunk Search

Problem with grouping events - null value in fields

rrymaszewski
New Member

There are two events

[mId=x1 timestamp=1396346009255 id=1]

[mId=x2 timestamp=1396346009255]

We are using transaction command to group events by id.

Example of search

mId=x1 OR mId=x2 | transaction id startswith=x1 endswith=x2

There is one result of this search attached below:

[measureId=x1 timestamp=1396346009255 id=1]

[measureId=x2 timestamp=1396346009255]

Could you explain why this two events were grouped ? The id is different for them.

Where I can find description for transaction grouping algorithm?

Tags (2)
0 Karma

MuS
SplunkTrust
SplunkTrust

Hi,

Splunk does not necessarily interpret the transaction defined by multiple fields as a conjunction (field1 AND field2 AND field3) or a disjunction (field1 OR field2 OR field3) of those fields. If there is a transitive relationship between the fields in the fields list, the transaction command will use it.

Take a closer look at these docs about transaction:

http://docs.splunk.com/Documentation/Splunk/6.0.2/Search/Abouttransactions
http://docs.splunk.com/Documentation/Splunk/latest/Knowledge/Searchfortransactions
http://docs.splunk.com/Documentation/Splunk/6.0.2/SearchReference/Transaction

cheers, MuS

0 Karma
Got questions? Get answers!

Join the Splunk Community Slack to learn, troubleshoot, and make connections with fellow Splunk practitioners in real time!

Meet up IRL or virtually!

Join Splunk User Groups to connect and learn in-person by region or remotely by topic or industry.

Get Updates on the Splunk Community!

Index This | What travels the world but is also stuck in place?

April 2026 Edition  Hayyy Splunk Education Enthusiasts and the Eternally Curious!   We’re back with this ...

Discover New Use Cases: Unlock Greater Value from Your Existing Splunk Data

Realizing the full potential of your Splunk investment requires more than just understanding current usage; it ...

Continue Your Journey: Join Session 2 of the Data Management and Federation Bootcamp ...

As data volumes continue to grow and environments become more distributed, managing and optimizing data ...