Getting Data In

Is it possible to use an index with a loadjob result to filter content?

sfatnass
Contributor

Hii everybody,

I want to know if it's possible to use an index with loadjob result.

I have some values inside a loadjob and I try to use it within a search on an index.
My loadjob results will be considered as values to filter the index content.

I tried to use "append" or "join" like this, but it doesn't work:

index=my_index_A  | fields ip_address locate_ip |append [|loadjob info_sid |fields ip_address ] | table ip_address locate_ip

Do you have any idea?
thx

0 Karma
1 Solution

sfatnass
Contributor

hi somesoni2, i tried your solution but not work and finally a solved it by

return $ip_address

index=my_index_A [| loadjob info_sid | stats count by ip_address | return $ip_address] | table ip_address locate_ip

View solution in original post

0 Karma

sfatnass
Contributor

hi somesoni2, i tried your solution but not work and finally a solved it by

return $ip_address

index=my_index_A [| loadjob info_sid | stats count by ip_address | return $ip_address] | table ip_address locate_ip

0 Karma

somesoni2
Revered Legend

Try something like this

index=my_index_A [| loadjob info_sid | stats count by ip_address | table ip_address] | table ip_address locate_ip

This will add the ip_address field coming from the loadjob, as filter in the base search.

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