Getting Data In

Wildcard for subfolders

joshftx
Explorer

I need to index a CSV file that gets created daily in a folder with that day's name on it.
So today's path is ..long path...\default\20111128\2Eb4DcXy.csv

Can I use wildcards or a variable for date in the inputs.conf in order to grab this file? Like this: ..long path....\default\ * \2Eb4DcXy.csv

Tags (1)
0 Karma

tgow
Splunk Employee
Splunk Employee

You can use the "..." syntax to recurse directories and

Here is an example in the inputs.conf file:

[monitor::...default...2Eb4Dcy.csv]

or

[monitor::...default*2Eb4Dcy.csv]

or

[monitor::...default...]

Here is a link to more information:

http://docs.splunk.com/Documentation/Splunk/4.2.4/Data/Specifyinputpathswithwildcards

Takajian
Builder

Yes, this work on linux and Windows as well.

0 Karma

joshftx
Explorer

Does this work for Windows sources also?

0 Karma
Get Updates on the Splunk Community!

Tech Talk Recap | Mastering Threat Hunting

Mastering Threat HuntingDive into the world of threat hunting, exploring the key differences between ...

Observability for AI Applications: Troubleshooting Latency

If you’re working with proprietary company data, you’re probably going to have a locally hosted LLM or many ...

Splunk AI Assistant for SPL vs. ChatGPT: Which One is Better?

In the age of AI, every tool promises to make our lives easier. From summarizing content to writing code, ...