mirror of
https://github.com/elastic/kibana.git
synced 2025-06-28 11:05:39 -04:00
10 lines
440 B
Markdown
Executable file
10 lines
440 B
Markdown
Executable file
## Field formats example
|
|
|
|
Field formats is a service used by index patterns for applying custom formatting to values in a document.
|
|
Field formats service can also be used separately from index patterns.
|
|
|
|
This example plugin shows:
|
|
|
|
1. How field formats can be used for formatting values
|
|
2. How to create a custom field format and make it available in index pattern field editor
|
|
3. How to create a custom editor for a custom field formatter
|