Is it possible to count number of characters in a splunk field? I can only seem to find a way to count specific instances of a character.
Do you mean to calculate the length? If so, use the following:
your search... | eval length=len(field)
Do you mean to calculate the length? If so, use the following:
your search... | eval length=len(field)
Have you checked function "len" with eval?
http://docs.splunk.com/Documentation/Splunk/latest/SearchReference/CommonEvalFunctions