Due to the parsing of proxy logs, I need to “re-build” the URL from network.application_protocol and target.url: $url = strings.concat($e.network.application_protocol, "://", $e.target.url)
I’m getting the following error:
compilation error compiling query: validating query: expect type [string int float], got type backstory.Network.ApplicationProtocol for "e.udm.network.application_protocol"
I guess I need to convert the enum to string.
Any solutions for that ?
Thanks,
Question
Convert Enum (Application Protocol) to String
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.

