wazuh / wazuh-qa

Wazuh - Quality Assurance
GNU General Public License v2.0
63 stars 30 forks source link

Agent simulator Hotfixes syscollector messages produces analysisd errors #5374

Closed Rebits closed 2 weeks ago

Rebits commented 2 weeks ago

Description

Since v4.8.0-beta6, it has been observed that the format of syscollector's hotfixes messages, as utilized by the agent simulator, is causing multiple errors in the manager.

2024/05/14 08:35:22 :router: ERROR: Error sending message to provider: Error parsing message, 1: 140: error: unknown enum value: dbsync_hotfix
2024/05/14 08:35:22 :router: ERROR: Error sending message to provider: Error parsing message, 1: 140: error: unknown enum value: dbsync_hotfix
2024/05/14 08:35:22 :router: ERROR: Error sending message to provider: Error parsing message, 1: 140: error: unknown enum value: dbsync_hotfix
2024/05/14 08:35:22 wazuh-analysisd: ERROR: (1287): Incorrect/unknown type value hotfix.
2024/05/14 08:35:22 wazuh-analysisd: ERROR: (1287): Incorrect/unknown type value hotfix.
2024/05/14 08:35:22 wazuh-analysisd: ERROR: (1287): Incorrect/unknown type value hotfix.
2024/05/14 08:35:22 :router: ERROR: Error sending message to provider: Error parsing message, 1: 140: error: unknown enum value: dbsync_hotfix
2024/05/14 08:35:22 wazuh-analysisd: ERROR: (1287): Incorrect/unknown type value hotfix.
2024/05/14 08:35:22 wazuh-analysisd: ERROR: (1287): Incorrect/unknown type value hotfix.
2024/05/14 08:35:22 :router: ERROR: Error sending message to provider: Error parsing message, 1: 140: error: unknown enum value: dbsync_hotfix
2024/05/14 08:35:23 wazuh-analysisd: ERROR: (1287): Incorrect/unknown type value hotfix.
2024/05/14 08:35:23 :router: ERROR: Error sending message to provider: Error parsing message, 1: 140: error: unknown enum value: dbsync_hotfix
2024/05/14 08:35:23 wazuh-analysisd: ERROR: (1287): Incorrect/unknown type value hotfix.
2024/05/14 08:35:23 wazuh-analysisd: ERROR: (1287): Incorrect/unknown type value hotfix.
2024/05/14 08:35:23 :router: ERROR: Error sending message to provider: Error parsing message, 1: 140: error: unknown enum value: dbsync_hotfix
2024/05/14 08:35:23 :router: ERROR: Error sending message to provider: Error parsing message, 1: 140: error: unknown enum value: dbsync_hotfix
2024/05/14 08:35:23 wazuh-analysisd: ERROR: (1287): Incorrect/unknown type value hotfix.
2024/05/14 08:35:23 wazuh-analysisd: ERROR: (1287): Incorrect/unknown type value hotfix.
2024/05/14 08:35:23 :router: ERROR: Error sending message to provider: Error parsing message, 1: 140: error: unknown enum value: dbsync_hotfix
2024/05/14 08:35:23 :router: ERROR: Error sending message to provider: Error parsing message, 1: 140: error: unknown enum value: dbsync_hotfix

Tasks

Validation

Rebits commented 2 weeks ago

Duplicated https://github.com/wazuh/wazuh-qa/issues/5378