kibana/examples/field_formats_example/README.md
2021-08-16 05:18:34 -04:00

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