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!

Database Performance Sidebar Panel Now on APM Database Query Performance & Service ...

We’ve streamlined the troubleshooting experience for database-related service issues by adding a database ...

IM Landing Page Filter - Now Available

We’ve added the capability for you to filter across the summary details on the main Infrastructure Monitoring ...

Dynamic Links from Alerts to IM Navigators - New in Observability Cloud

Splunk continues to improve the troubleshooting experience in Observability Cloud with this latest enhancement ...