kibana/docs/string-formatter.asciidoc
2015-11-24 08:25:14 -08:00

10 lines
396 B
Plaintext

The `String` field formatter can apply the following transformations to the field's contents:
* Convert to lowercase
* Convert to uppercase
* Apply the short dots transformation, which replaces the content before a `.` character with the first character of
that content, as in the following example:
[horizontal]
*Original*:: *Becomes*
`com.organizations.project.ClassName`:: `c.o.p.ClassName`