Splunk Enterprise Security

Join command working

djkj957
Engager

When nesting two commands using join, how can I verify if the Join command is returning the value of the field.

[code]
| join type=left ip
[
index=os s_ ip=10.x.x.x
| fields ip]

0 Karma

woodcock
Esteemed Legend

Never use join. It should not even exist.

0 Karma

MuS
Legend

Hi djkj957,

Don't use join for reasons.

Use a stats instead and you will not hit any hidden limits:

[code] OR ( index=os s_ip=10.x.x.x | stats values(*) AS * by ip _time

Hope this helps ...

cheers, MuS

0 Karma
Get Updates on the Splunk Community!

Introducing the 2024 SplunkTrust!

Hello, Splunk Community! We are beyond thrilled to announce our newest group of SplunkTrust members!  The ...

Introducing the 2024 Splunk MVPs!

We are excited to announce the 2024 cohort of the Splunk MVP program. Splunk MVPs are passionate members of ...

Splunk Custom Visualizations App End of Life

The Splunk Custom Visualizations apps End of Life for SimpleXML will reach end of support on Dec 21, 2024, ...