mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
10 lines
No EOL
396 B
Text
10 lines
No EOL
396 B
Text
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` |