-
Notifications
You must be signed in to change notification settings - Fork 8.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'fix/56-uptime-adjust-data-types-for-has-rum-data-api-ca…
…ll' of https://github.com/dominiqueclarke/kibana into fix/56-uptime-adjust-data-types-for-has-rum-data-api-call
- Loading branch information
Showing
868 changed files
with
14,947 additions
and
5,915 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,5 @@ | ||
The `Color` field formatter enables you to specify colors with specific ranges of values for a numeric field. | ||
The *Color* field formatter enables you to specify colors with ranges of values for a number field. | ||
|
||
When you select the `Color` field formatter, Kibana displays the *Range*, *Font Color*, *Background Color*, and | ||
*Example* fields. | ||
|
||
Click the *Add Color* button to add a range of values to associate with a particular color. You can click in the *Font | ||
Color* and *Background Color* fields to display a color picker. You can also enter a specific hex code value in the | ||
field. The effect of your current color choices are displayed in the *Example* field. | ||
When you select the *Color* formatter, click *Add Color*, then specify the *Range*, *Text color*, and *Background color*. | ||
|
||
image::images/colorformatter.png[] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
15 changes: 12 additions & 3 deletions
15
docs/management/field-formatters/string-formatter.asciidoc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,20 @@ | ||
The `String` field formatter can apply the following transformations to the field's contents: | ||
The *String* field formatter enables you to apply transforms to the field. | ||
|
||
Supported transformations include: | ||
|
||
* 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: | ||
* Apply the short dots transformation, which replaces the content before the `.` character with the first character of | ||
the content. For example: | ||
[horizontal] | ||
*Original*:: *Becomes* | ||
`com.organizations.project.ClassName`:: `c.o.p.ClassName` | ||
|
||
* Base64 decode | ||
* URL param decode |
Oops, something went wrong.