I am trying to make a clickable "mailto:" out of a string field in kibana.
For example: field contains "test@example.com", then the field will be displayed as a link that opens the default email client (e.g. <a href="mailto:test@example.com?subject=testing">) when clicked.
Is that possible?