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!

Enterprise Security Content Update (ESCU) | New Releases

In December, the Splunk Threat Research Team had 1 release of new security content via the Enterprise Security ...

Why am I not seeing the finding in Splunk Enterprise Security Analyst Queue?

(This is the first of a series of 2 blogs). Splunk Enterprise Security is a fantastic tool that offers robust ...

Index This | What are the 12 Days of Splunk-mas?

December 2024 Edition Hayyy Splunk Education Enthusiasts and the Eternally Curious!  We’re back with another ...