Splunk Search

How to get the Source from one query and search specific variable in that source??

harshal_chakran
Builder

Hi,

I have a sourcetype = ALLXMLDATA, where I have added multiple XML files as data inputs such XMLfile1, XMLfile2 and XMLfile3.

I need to search a specific variable (for e.g. xmlvar2) which might be present in any one of the source file. I am planning to get the source name from this specific variable in one search query and then pass this source name to another search query, to find another variable from it.

Is it possible?? . Please help

Tags (3)
0 Karma

somesoni2
Revered Legend

Try this

index=blah sourcetype=blan-blah [search sourcetype=ALLXMLDATA xmlvar2=* | stats count by source | fields - count] 

The subsearch will give you list of source (xml files) which has xmlvar2 variable (xmlvar2=* is equivalent to isnotnull(xmlvar2)). Then you use this subsearch to get the "source=abc" in your other search.

0 Karma

piebob
Splunk Employee
Splunk Employee

is this the same as the other question you just asked, Harshal? http://answers.splunk.com/answers/116197/how-do-i-get-the-value-of-one-field-if-the-value-of-another... if so, please delete this one.

0 Karma

Ayn
Legend

You should post more specifics about your data and what you want to do with it. Right now I'm confused about what you mean by variables in your data, source etc. Please elaborate.

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