Hi,
I am trying to create a custom decoder for a Zimbra log, but I am having an issue with how Wazuh decodes the log line.
I am using the following custom decoder:
In the Wazuh UI, it looks like the decoding stops right after https:, and I am trying to understand why this happens.
My suspicion is that the issue may be related to how the regex handles the section:
especially because the thread name and URL are both inside the same brackets and separated by a colon.
Has anyone experienced something similar, or can anyone help me understand why Wazuh stops parsing after https:?
Any help would be greatly appreciated. Thanks in advance.