Getting Data In

How can we apply TRUNCATE across many sourcetypes?

ddrillic
Ultra Champion

We would like to set TRUNCATE=0 so we don't truncate the events at all. We normally use the sourcetype in props.conf. However, the customer has many sourcetypes. Can we use wildcard to specify the set sourcetypes or the indexes (which we have four)?

Maybe we can do it as a global setting for all apps?

Tags (2)
0 Karma
1 Solution

somesoni2
Revered Legend

The TRUNCATE is props.conf setting which applies to sourcetype or source or host (not index). For source and host, you can use wildcard as usual. The sourcetype doesn't allow wildcard as such but you can use a regex hack, as explained in below page, to use sort of wildcard.

https://www.splunk.com/blog/2014/07/31/quick-tip-wildcard-sourcetypes-in-props-conf.html

Again, it's a hack to it's officially not supported. For move caveats, read the 2nd (unaccepted) answer from below post.
https://answers.splunk.com/answers/8505/is-it-possible-to-use-wildcards-in-sourcetype-props-conf-sta...

View solution in original post

somesoni2
Revered Legend

The TRUNCATE is props.conf setting which applies to sourcetype or source or host (not index). For source and host, you can use wildcard as usual. The sourcetype doesn't allow wildcard as such but you can use a regex hack, as explained in below page, to use sort of wildcard.

https://www.splunk.com/blog/2014/07/31/quick-tip-wildcard-sourcetypes-in-props-conf.html

Again, it's a hack to it's officially not supported. For move caveats, read the 2nd (unaccepted) answer from below post.
https://answers.splunk.com/answers/8505/is-it-possible-to-use-wildcards-in-sourcetype-props-conf-sta...

ddrillic
Ultra Champion

Gorgeous @somesoni2 - can we simply do it across all data?

0 Karma

somesoni2
Revered Legend

In props.conf, there is a [default] stanza. Adding TRUNCATE=0 there will apply that setting to all sourcetypes. You can override this setting at each sourcetype level too.

ddrillic
Ultra Champion

Perfect - I really don't see a reason to truncate anything.... much appreciated.

0 Karma
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: Character substitutions with Regular Expressions

This challenge was first posted on Slack #puzzles channelFor BORE at .conf23, we had a puzzle question which ...

Splunk Community Badges!

  Hey everyone! Ready to earn some serious bragging rights in the community? Along with our existing badges ...

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

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