mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
11 lines
420 B
Text
11 lines
420 B
Text
The `String` field formatter can apply the following transformations to the field's contents:
|
|
|
|
* Convert to lowercase
|
|
* Convert to uppercase
|
|
* Convert to title case
|
|
* 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`
|