Create decoder-manager-logs.xml

This commit is contained in:
taylor_socfortress
2023-08-21 10:44:14 -05:00
committed by GitHub
parent 2843ef085a
commit 14f1f8dc8e

View File

@@ -0,0 +1,8 @@
<decoder name="wazuh-authd">
<prematch>wazuh-authd:</prematch>
</decoder>
<decoder name="wazuh-authd-duplicate">
<parent>wazuh-authd</parent>
<regex>WARNING: Duplicate name '(\S+)', rejecting enrollment\. Agent '(\d+)' key already exists on the manager\.</regex>
<order>duplicate_name, agent_id</order>
</decoder>