kibana/docs/string-formatter.asciidoc

12 lines
420 B
Plaintext
Raw Normal View History

2015-11-24 17:25:14 +01:00
The `String` field formatter can apply the following transformations to the field's contents:
* Convert to lowercase
* Convert to uppercase
2016-04-02 20:36:04 +02:00
* Convert to title case
* Apply the short dots transformation, which replaces the content before a `.` character with the first character of
2015-11-24 17:25:14 +01:00
that content, as in the following example:
[horizontal]
*Original*:: *Becomes*
2016-04-02 20:36:04 +02:00
`com.organizations.project.ClassName`:: `c.o.p.ClassName`