Splunk Search

Query partially if csv doesn't exist. -- Looking for IF-ELSE scenario with eval

aravindsurya77
Observer

My query looks like this

index=* sourcetype="MYSOURCE"  | table company_id | dedup company_id | where company_id != "-"
| lookup companyid_companyname_usercount.csv CompanyId as company_id OUTPUT Name
| table company_id Name | sort Name

 

The first part of the query is 

index=* sourcetype="MYSOURCE"  | table company_id | dedup company_id | where company_id != "-"

 

second part

| lookup companyid_companyname.csv CompanyId as company_id OUTPUT Name
| table company_id Name | sort Name

 

Requirement: I want to perform the second part of my query only if 'companyid_companyname.csv' exists. other wise just return the list of company IDs. 

 

I have tried using the IF in eval, but not sure how the else part of the query can workout. 

Any thoughts and help is highly appreciated

Labels (1)
0 Karma

richgalloway
SplunkTrust
SplunkTrust

The if function does not support conditional command execution.
The lookup file must exist for the lookup command to function.

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

aravindsurya77
Observer

@richgalloway  thanks for the input!

How about using a 'WHERE' clause? is it still impossible to execute a command conditionally using the WHERE clause?

0 Karma

richgalloway
SplunkTrust
SplunkTrust
SPL does not support conditional command execution. It is not a programming language.
---
If this reply helps you, Karma would be appreciated.
0 Karma
Get Updates on the Splunk Community!

Announcing Scheduled Export GA for Dashboard Studio

We're excited to announce the general availability of Scheduled Export for Dashboard Studio. Starting in ...

Extending Observability Content to Splunk Cloud

Watch Now!   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to leverage ...

More Control Over Your Monitoring Costs with Archived Metrics GA in US-AWS!

What if there was a way you could keep all the metrics data you need while saving on storage costs?This is now ...