mirror of
https://github.com/elastic/kibana.git
synced 2025-04-25 10:23:14 -04:00
.. | ||
common | ||
public | ||
server | ||
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:
- How field formats can be used for formatting values
- How to create a custom field format and make it available in index pattern field editor
- How to create a custom editor for a custom field formatter