Splunk Search

Group together different fields found on different lines, based on a common field

RecoMark0
Path Finder

Hello,
I would like to group together different fields found on different lines, based on a common field that is found on all lines.

Example Log Lines

2014-03-25 13:45:38,003 - [123456789] Incoming Search Request: project=Project01

2014-03-25 13:45:38,003 - [123456789] count=456, executionTime=334



2014-03-25 13:47:31,012 - [987654321] Incoming Search Request: project=Project02

2014-03-25 13:47:31,012 - [987654321] count=8784, executionTime=1145

I would like to create a table from these lines that looks like:

Project ID count executionTime
Project01 123456789 456 334
Project02 987654321 8784 1145

Is this possible? The only examples I have found, the values to group are always on every line, where as some of my fields only appear on the first or second line.

Tags (3)
0 Karma
1 Solution

somesoni2
Revered Legend

Try this

your base search | transaction ID startswith="project=*" endswith="executionTime=*" | table project, ID, count,executionTime

View solution in original post

somesoni2
Revered Legend

Try this

your base search | transaction ID startswith="project=*" endswith="executionTime=*" | table project, ID, count,executionTime

RecoMark0
Path Finder

Awesome! That worked perfectly. Thank you!

0 Karma

RecoMark0
Path Finder

I have seen as many as 9 lines for a unique ID, but usually it is only 2 or 3 lines

0 Karma

somesoni2
Revered Legend

For one ID, is there only two events or there can be more?

0 Karma
Get Updates on the Splunk Community!

Splunk Mobile: Your Brand-New Home Screen

Meet Your New Mobile Hub  Hello Splunk Community!  Staying connected to your data—no matter where you are—is ...

Introducing Value Insights (Beta): Understand the Business Impact your organization ...

Real progress on your strategic priorities starts with knowing the business outcomes your teams are delivering ...

Enterprise Security (ES) Essentials 8.3 is Now GA — Smarter Detections, Faster ...

As of today, Enterprise Security (ES) Essentials 8.3 is now generally available, helping SOC teams simplify ...