kibana/examples/field_formats_example
Anton Dosov 65e73c08ca
[FieldFormats] Example plugin (#108070) (#108663)
# Conflicts:
#	.github/CODEOWNERS
2021-08-16 08:38:26 -04:00
..
public
kibana.json
README.md
tsconfig.json

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