SPL
Character Count Per Event
5 2
Description
Here's an incredibly simple Splunk query to count the number of characters in an event:
index=* | eval CharCount=len(_raw)
SPL
Here's an incredibly simple Splunk query to count the number of characters in an event:
index=* | eval CharCount=len(_raw)
Comments
0 total
Be the first to comment on this SPL.
Leave a comment
You must log in to post a comment.