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!

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 ...

Enterprise Security Content Update (ESCU) | New Releases

Last month, the Splunk Threat Research Team had 3 releases of new security content via the Enterprise Security ...

Archived Metrics Now Available for APAC and EMEA realms

We’re excited to announce the launch of Archived Metrics in Splunk Infrastructure Monitoring for our customers ...