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!

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