Add Scripted Field in Kibana to Count Characters of a field and add show the count in another field

Hi Guys,

I'm just getting started with Kibana and couldn't find a Topic similar to mine.

Heres what I want to Do:

I want to add a Scripted field to the Discovery Window.

The Field should show the count of Characters is another Field that contains a String in the Value.

Any Suggestions how i can do this?

Thanks!

Daniel

Look at this post: String size limit in painless / keyword field?

You can make the same in Index Patterns - Pick your index - Scripted Fields.
I think that code is counting the quotation marks so just add -2 to the operation.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.