I am using Kibana 6.7 and changed the format for a tag field (context.tags.<tag-name>) to be a clickable URL; the filed format's works as a clickable URL in the Kibana Discover page but the URL formatting is not applied to the same field in the APM Transaction dashboard in the Tags tap. Would be really nice if the field formatting is applied everywhere possible.
@casper Thanks for the follow up. I'd say it's fine/expected if the field has a url and not automatically become clickable. I'm more interested to leverage Kibana field formatters such that if I change the format of a filed from its index pattern on Kibana, the change would be reflected in the APM dashboard as currently would on the Discover page. Making a URL clickable is just one use case but applying all field format settings to the APM dashboard will open up so many possibilities!
My own use case was to create a URL dynamically from a tag's value, http://<host-name>/document/<tag-value>; again this works in the Discover page and it was possible by setting the filed format to Link and setting URL template to http://<host-name>/document/{{value}}.
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.