Getting Data In

How to input more than one sourcetype data from a directory ?

lzhang_soliton
Path Finder

Hi,

I have been storing two types of log in the same directory. One is ANSI, another is Unicode. I use different definition of file name to distinguish like xxA.csv and xxW.csv.

I would like to let the directory as a input and index both of the types. I could use whitelist attributes in inputs.conf to separate them into two sourcetypes. But I cannot figure out how to the merge the following stanzas into one.

[monitor://C:\myLog]
disabled = false
followTail = 0
index = main
whitelist = W\.csv
sourcetype = myutf16

[monitor://C:\myLog]
disabled = false
followTail = 0
index = main
whitelist = A\.csv
sourcetype = myansi

Does anyone know how to do this?

Thank you!

Tags (2)
0 Karma
1 Solution

martin_mueller
SplunkTrust
SplunkTrust

You cannot merge those two stanzas into one because their setting for sourcetype is different. If you merged them you could only keep one sourcetype.

Consider adding the distinguishing part to the path in the stanza header.

View solution in original post

0 Karma

martin_mueller
SplunkTrust
SplunkTrust

You cannot merge those two stanzas into one because their setting for sourcetype is different. If you merged them you could only keep one sourcetype.

Consider adding the distinguishing part to the path in the stanza header.

0 Karma

lzhang_soliton
Path Finder

martin_mueller,

Thanks for your post!

I added asterisk(*) to one of paths in the stanza header. It works well.

[monitor://C:\myLog]
whitelist = W.csv
sourcetype = myutf16

[monitor://C:\myLog/*]
whitelist = A.csv
sourcetype = myansi

I really appreciate your comments!

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