Getting Data In

Splunk is not showing entire log entries

lyonsm
New Member

We are experiencing an issue with Splunk not showing entire log entries. For example if we look at a log in splunk for 1pm and that log has 50 lines with an option to expand to 66 line and then we look at the same log in the log file itself the log file will show that particular entry as having 100 or more lines. Is there a way to fix this issue?

Tags (1)
0 Karma

bmacias84
Champion

Ok, Make sure you have your event breaking correct. I am guessing that your events are exceeding the 10000 bytes default limit for an event. In your props.conf create TRUNCATE settings or enter TRUNCATE = 0 if you ever want an event to be truncated under your sourcetype stanza. There can be performance implications when increasing TRUNCATE.

Hope this helps or gets you started. Dont forget to accept and vote up answers.

Cheers,

0 Karma

Ayn
Legend

Are you sure you configured event breaking correctly, or might it be that Splunk is breaking events where you wouldn't expect it to?

0 Karma
Get Updates on the Splunk Community!

Troubleshooting the OpenTelemetry Collector

  In this tech talk, you’ll learn how to troubleshoot the OpenTelemetry collector - from checking the ...

Adoption of Infrastructure Monitoring at Splunk

  Splunk's Growth Engineering team showcases one of their first Splunk product adoption-Splunk Infrastructure ...

Modern way of developing distributed application using OTel

Recently, I had the opportunity to work on a complex microservice using Spring boot and Quarkus to develop a ...