I was wondering if it was possible to create a decorator that would allow a message field to be a link? So when I am searching messages I could click one of the fields in the message and then say click the ip_address and it would open a new tab to it.
Currently I have a decorator that creates a custom field which is a URL address that allows a user to download a PCAP for that message (a custom API I have set up) and rather then copying and pasting it… it would be nice if it was just a link already.