Splunk Enterprise

Splunk query results are getting truncated when i am creating a table

Splunk-Star
Loves-to-Learn Lots

my splunk query results are getting truncated when creating a table Is there any workaround to avoid this ??

index=gbi_* (AppName=*) | table SQL
0 Karma

Splunk-Star
Loves-to-Learn Lots

applied rex, after that it worked. Thanks

0 Karma

PickleRick
SplunkTrust
SplunkTrust

Main question is whether your data is getting truncated when you're displaying it (which is kinda unlikely) or has it been truncated on ingestion. Check your data with this:

index=gbi_* (AppName=*)
| eval strlen=len(_raw)
| stats max(strlen)

 

0 Karma

ITWhisperer
SplunkTrust
SplunkTrust

Does the answer to this similar question help?

Solved: Changing max length of field - Splunk Community

0 Karma
Get Updates on the Splunk Community!

Pro Tips for First-Time .conf Attendees: Advice from SplunkTrust

Heading to your first .Conf? You’re in for an unforgettable ride — learning, networking, swag collecting, ...

Raise Your Skills at the .conf25 Builder Bar: Your Splunk Developer Destination

Calling all Splunk developers, custom SPL builders, dashboarders, and Splunkbase app creators – the Builder ...

Hunt Smarter, Not Harder: Discover New SPL “Recipes” in Our Threat Hunting Webinar

Are you ready to take your threat hunting skills to the next level? As Splunk community members, you know the ...