Splunk Enterprise

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

Splunk-Star
Loves-to-Learn

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

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!

A Guide To Cloud Migration Success

As enterprises’ rapid expansion to the cloud continues, IT leaders are continuously looking for ways to focus ...

Join Us for Splunk University and Get Your Bootcamp Game On!

If you know, you know! Splunk University is the vibe this summer so register today for bootcamps galore ...

.conf24 | Learning Tracks for Security, Observability, Platform, and Developers!

.conf24 is taking place at The Venetian in Las Vegas from June 11 - 14. Continue reading to learn about the ...