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!

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