Character Count Per Event Fun Stuff & Helpful Hints SplunkNinja 4 1 Here’s an incredibly simple Splunk query to count the number of characters in an event: index=* | eval CharCount=len(_raw) 1 index=* | eval CharCount=len(_raw) Share This: Tagged: Diagnosticsfun stuffhelpful hints