Splunk Search

Merge 'sourcetype-too_small' with 'sourcetype'

zachmaster
Engager

I have the same sourcetype log files separated in different directories by day, and different files for every hour. Some of the log files are only a few lines, while some are thousands of lines. I cannot control how the log files are stored.

The issue is that when I monitor the directories, I get two separate indexes: **sourcetype* and sourcetype-too_small.*

What I want is one index, **sourcetype, which contains every event from all the files.

I do not care if the file is too small, since it should be merged with all the other files anyway.

How do I achieve this?

Thanks.

Tags (1)

renjith_nair
Legend

From your question "The issue is that when I monitor the directories, I get two separate **indexes: sourcetype and sourcetype-too_small." , did you mean two sourcetypes not indexes?

Splunk will automatically assign a source type if you don't provide it explicitly in your inputs.conf.

If you want all log files from the directories under same sourcetype , include the sourcetype parameter also in your inputs.conf

For eg:

[monitor:///apache/.../*.log]
index=<your index name>
sourcetype=<your sourceype>
---
What goes around comes around. If it helps, hit it with Karma 🙂

renjith_nair
Legend

Does it help?

---
What goes around comes around. If it helps, hit it with Karma 🙂
0 Karma
Get Updates on the Splunk Community!

Get the T-shirt to Prove You Survived Splunk University Bootcamp

As if Splunk University, in Las Vegas, in-person, with three days of bootcamps and labs weren’t enough, now ...

Introducing the Splunk Community Dashboard Challenge!

Welcome to Splunk Community Dashboard Challenge! This is your chance to showcase your skills in creating ...

Wondering How to Build Resiliency in the Cloud?

IT leaders are choosing Splunk Cloud as an ideal cloud transformation platform to drive business resilience,  ...