Splunk Search

Combine/Merge results from Exim Search

FloFa
New Member

As first, sry for my bad english.

At the moment i making a praktical training
My ask is to analyze exim4 Logs. My Problem is for example if search for a Message ID, i find 3 results. How can i combine/emerge this three results in one results?

Thank you.
FloFa

Tags (3)
0 Karma

somesoni2
Revered Legend

Could be more specific on what do you mean by merging/combining the results? Probably the output/table you're looking for.

0 Karma

sbsbb
Builder

Hi FloFa,

You have several options, here are two :
- use "stats" function, to group you 3 messages : | stats ... by MessageID
- if you need the raw content from the events, have a look a the "transaction" command : | transaction MessageID |...

http://docs.splunk.com/Documentation/Splunk/5.0.7/SearchReference/ListOfSearchCommands

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!

[Puzzles] Solve, Learn, Repeat: Character substitutions with Regular Expressions

This challenge was first posted on Slack #puzzles channelFor BORE at .conf23, we had a puzzle question which ...

Splunk Community Badges!

  Hey everyone! Ready to earn some serious bragging rights in the community? Along with our existing badges ...

[Puzzles] Solve, Learn, Repeat: Matching cron expressions

This puzzle (first published here) is based on matching timestamps to cron expressions.All the timestamps ...