Splunk Search

How can I join two searches on a common field?

alanzchan
Path Finder

I'm trying to append a two tables on a common key. I am using |appendcols but the two tables are not internally joined, just placed side by side. Am I correct to use |appendcols?

Tags (1)
0 Karma
1 Solution

richgalloway
SplunkTrust
SplunkTrust

appendcols is rarely useful, IMO. As you've discovered, it combines events without regard for the value of any field.

Depending on the nature of your data and what you want to do with the results, you should consider the stats or join command. The former is more efficient, but can be tricky to get the right results.

If you post some sample events or queries, I may be able to make more specific suggestions.

---
If this reply helps you, Karma would be appreciated.

View solution in original post

0 Karma

richgalloway
SplunkTrust
SplunkTrust

appendcols is rarely useful, IMO. As you've discovered, it combines events without regard for the value of any field.

Depending on the nature of your data and what you want to do with the results, you should consider the stats or join command. The former is more efficient, but can be tricky to get the right results.

If you post some sample events or queries, I may be able to make more specific suggestions.

---
If this reply helps you, Karma would be appreciated.
0 Karma
Get Updates on the Splunk Community!

Shape the Future of Splunk: Join the Product Research Lab!

Join the Splunk Product Research Lab and connect with us in the Slack channel #product-research-lab to get ...

Auto-Injector for Everything Else: Making OpenTelemetry Truly Universal

You might have seen Splunk’s recent announcement about donating the OpenTelemetry Injector to the ...

[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 ...