Splunk Search

How do you use the Join command even if the substring of a particular column matches?

Nadhiyaa
Path Finder

Hi,

I want to join two searches based on a column, even if the substring of the two column matches .

Below is my sample snippet.

index=xx |rename "Vulnerable Machine" as VM| join type=left VM [search index=vmware sourcetype="vmware-tags-csv" earliest=-24h latest=now| rename vm_name as VM|eval VM=upper(VM)]

Here, VM is the column I need to compare. Even if the substring of matches, it should join from the subsearch.

Let me know if anyone has come across the same issue.

Thanks

Tags (2)
0 Karma

richgalloway
SplunkTrust
SplunkTrust

The join command matches the entire value of the joining field. There is no way to match substrings.

---
If this reply helps you, Karma would be appreciated.
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!

Agent Mode Engaged! Enchaining Agentic Operations with Splunk AI Assistant 2.0

    Are you ready to transform how your team handles complex data requests? We invite you to our upcoming ...

Announcing Modern Navigation: A New Era of Splunk User Experience

We are excited to introduce the Modern Navigation feature in the Splunk Platform, available to both cloud and ...

Modernize your Splunk Apps – Introducing Python 3.13 in Splunk

We are excited to announce that the upcoming releases of Splunk Enterprise 10.2.x and Splunk Cloud Platform ...