kibana/examples/field_formats_example
2021-12-20 14:43:16 +01:00
..
common [FieldFormats] fix example plugin: register examples format on server (#119483) 2021-11-25 13:43:13 +01:00
public Update example plugins to stop using deprecated APIs (#121547) 2021-12-20 14:43:16 +01:00
server [FieldFormats] fix example plugin: register examples format on server (#119483) 2021-11-25 13:43:13 +01:00
kibana.json [FieldFormats] fix example plugin: register examples format on server (#119483) 2021-11-25 13:43:13 +01:00
README.md [FieldFormats] Example plugin (#108070) 2021-08-16 05:18:34 -04:00
tsconfig.json IndexPatternFieldEditor => DataViewFieldEditor (#119261) 2021-11-22 09:12:33 -06:00

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