DescriptionVulnerability Detection is not generating alerts or populating the vulnerability inventory for Amazon Linux agents. Ubuntu agents appear to show results. Upon investigating ossec.log on the manager, all wazuh-states-* indexer-connector indices are failing to initialize, including the vulnerability states index.
The CTI feed is confirmed fresh (last_snapshot_at: 2026-05-25), so the feed is not the issue.
EnvironmentWazuh version: 4.14.5
Component: Vulnerability Detection / IndexerConnector
Install type: Distributed (Manager and Indexer on separate servers)
Manager OS: Ubuntu
Indexer OS: Separate server ( cluster setup)
Agent OS affected: Amazon Linux 2 / Amazon Linux 2023
Agent OS working: Ubuntu
Logs from /var/ossec/logs/ossec.log2026/05/27 04:32:15 indexer-connector: WARNING: IndexerConnector initialization failed for index 'wazuh-states-inventory-packages-siem-log-collector', retrying until the connection is successful.
2026/05/27 04:32:15 indexer-connector: WARNING: IndexerConnector initialization failed for index 'wazuh-states-inventory-system-siem-log-collector', retrying until the connection is successful.
2026/05/27 04:32:19 indexer-connector: WARNING: IndexerConnector initialization failed for index 'wazuh-states-inventory-processes-siem-log-collector', retrying until the connection is successful.
2026/05/27 04:32:19 indexer-connector: WARNING: IndexerConnector initialization failed for index 'wazuh-states-inventory-ports-siem-log-collector', retrying until the connection is successful.
2026/05/27 04:32:20 indexer-connector: WARNING: IndexerConnector initialization failed for index 'wazuh-states-inventory-hotfixes-siem-log-collector', retrying until the connection is successful.
2026/05/27 04:32:20 indexer-connector: WARNING: IndexerConnector initialization failed for index 'wazuh-states-inventory-hardware-siem-log-collector', retrying until the connection is successful.
2026/05/27 04:32:21 indexer-connector: WARNING: IndexerConnector initialization failed for index 'wazuh-states-inventory-protocols-siem-log-collector', retrying until the connection is successful.
2026/05/27 04:32:21 indexer-connector: WARNING: IndexerConnector initialization failed for index 'wazuh-states-inventory-interfaces-siem-log-collector', retrying until the connection is successful.
2026/05/27 04:32:21 indexer-connector: WARNING: IndexerConnector initialization failed for index 'wazuh-states-inventory-networks-siem-log-collector', retrying until the connection is successful.
2026/05/27 04:32:22 indexer-connector: WARNING: IndexerConnector initialization failed for index 'wazuh-states-inventory-users-siem-log-collector', retrying until the connection is successful.
2026/05/27 04:32:22 indexer-connector: WARNING: IndexerConnector initialization failed for index 'wazuh-states-inventory-groups-siem-log-collector', retrying until the connection is successful.
2026/05/27 04:32:23 indexer-connector: WARNING: IndexerConnector initialization failed for index 'wazuh-states-inventory-browser-extensions-siem-log-collector', retrying until the connection is successful.
2026/05/27 04:32:23 indexer-connector: WARNING: IndexerConnector initialization failed for index 'wazuh-states-inventory-services-siem-log-collector', retrying until the connection is successful.
2026/05/27 04:32:28 indexer-connector: WARNING: IndexerConnector initialization failed for index 'wazuh-states-vulnerabilities-siem-log-collector', retrying until the connection is successful.
Current ossec.conf indexer blockxml<indexer>
<enabled>yes</enabled>
<hosts>
<host>
https://a.b.c.d:9200</host>
</hosts>
<ssl>
<certificate_authorities>
<ca>/etc/filebeat/certs/root-ca.pem</ca>
</certificate_authorities>
<certificate>/etc/filebeat/certs/filebeat.pem</certificate>
<key>/etc/filebeat/certs/filebeat-key.pem</key>
</ssl>
</indexer>
Current vulnerability-detection block
xml<vulnerability-detection>
<enabled>yes</enabled>
<index-status>yes</index-status>
<feed-update-interval>60m</feed-update-interval>
</vulnerability-detection>