kibana/examples/field_formats_example
Alejandro Fernández Haro fd09c26d15
async-import plugins in the server side (#170856)
Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>
2023-11-15 00:55:56 -07:00
..
common fix all violations 2022-04-16 01:37:30 -05:00
public [Discover] Replace deprecated page components (#162836) 2023-08-02 20:08:17 +02:00
server async-import plugins in the server side (#170856) 2023-11-15 00:55:56 -07:00
kibana.jsonc [packages] migrate all plugins to packages (#148130) 2023-02-08 21:06:50 -06:00
README.md [FieldFormats] Example plugin (#108070) 2021-08-16 05:18:34 -04:00
tsconfig.json Transpile packages on demand, validate all TS projects (#146212) 2022-12-22 19:00:29 -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