Splunk Search

how to index files having matching names under different sourcetypes

tkadale
Path Finder

I am trying to index Linux logs and Windows logs. I have created separate stanzas in props.conf file for them. But my Disk and Network files of Windows logs get indexed in Sourcetype created for disk and Network of Linux logs.
I think the reason is Both these files have "Disk" and "Network" common in their filename... and i am indexing them using filename. Can anybody help me to index them separately??

Thanks in advance!

Tags (1)
0 Karma

bwooden
Splunk Employee
Splunk Employee

The easiest way is probably to set the sourcetype in your inputs.conf file

 [monitor:///tmp]
 sourcetype = tmp

 [monitor://c:\temp]
 sourcetype = temp

Alternatively, sourcetype may be updated using props & transforms against the full or partial path (source stanza) name or the host (host stanza).

It is important to note that if the formats of the files are the same - it is usually better practice to leverage the same sourcetype and distinguish between the two at report/search time via host or source.

0 Karma

tkadale
Path Finder

When I have given Priority to sourc stanza, it indexed the files to correct sourcetypes. Is it necessary to give Priority when the filenames have some words common and you are indexing using filename.

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