Getting Data In

Truncate only certain events from a source?

maxwee
Engager

Good day experts, to manage the ingestion volume, I need apply truncation to a source that sends pretty high volume of data. However, we do not wish to truncate all events from this source, only certain events which are less critical. I tried to override sourcetype in transforms.conf with a regex that matches less critical events and applying truncate in props.conf to the custom sourcetype but failed. Only then I recalled that the transforms and props apply at indexing time. The transforms worked as expected to change the sourcetype but it did not truncate. 

Does anyone faced similar use case or can share a way to manage this? Thank you in advance.

Labels (3)
0 Karma
1 Solution

PickleRick
SplunkTrust
SplunkTrust

It's not about whether the transforms are applied on index time.

It's about the fact that even though you might overwrite sourcetype, the event's index-time processing will still follow the original sourcetype path, not the new one (unless you use CLONE_SOURCETYPE and discard the original event).

But it's probably easier to use SEDCMD or INGEST_EVAL to selectively "cut" some events.

View solution in original post

maxwee
Engager

thanks for the advice!

0 Karma

PickleRick
SplunkTrust
SplunkTrust

It's not about whether the transforms are applied on index time.

It's about the fact that even though you might overwrite sourcetype, the event's index-time processing will still follow the original sourcetype path, not the new one (unless you use CLONE_SOURCETYPE and discard the original event).

But it's probably easier to use SEDCMD or INGEST_EVAL to selectively "cut" some events.

gcusello
SplunkTrust
SplunkTrust

Hi @maxwee,

you have to find a regex to identify less important events to truncate and then use SEDCMD command in props.conf for that sourcetype.

For more infos see at https://docs.splunk.com/Documentation/Splunk/9.0.3/Admin/Propsconf

Ciao.

Giuseppe

Got questions? Get answers!

Join the Splunk Community Slack to learn, troubleshoot, and make connections with fellow Splunk practitioners in real time!

Meet up IRL or virtually!

Join Splunk User Groups to connect and learn in-person by region or remotely by topic or industry.

Get Updates on the Splunk Community!

[Puzzles] Solve, Learn, Repeat: Matching cron expressions

This puzzle (first published here) is based on matching timestamps to cron expressions.All the timestamps ...

Why Splunk Customers Should Attend Cisco Live 2026 Las Vegas

Why Splunk Customers Should Attend Cisco Live 2026 Las Vegas     Cisco Live 2026 is almost here, and this ...

Data Management Digest – May 2026

Welcome to the May 2026 edition of Data Management Digest!   As your trusted partner in data innovation, the ...