Hi All,
I've been trying to get the Vulnerability Detector to work, but so far nothing I've done worked. No events are ever generated and the dashboard always says "
No results match your search criteria
". I've triple-check everything in the troubleshooting guide.
Output from cat /var/ossec/logs/ossec.log | grep -i -E "warn|error|vuln"
2024/09/06 16:54:41 wazuh-modulesd:vulnerability-scanner: INFO: Initiating update feed process
2024/09/06 17:07:29 wazuh-modulesd:vulnerability-scanner: INFO: Triggered a re-scan after content update
2024/09/06 17:07:29 wazuh-modulesd:vulnerability-scanner: INFO: Feed update process completed
Then this error repeated over and over:
2024/09/06 17:07:30 wazuh-modulesd:vulnerability-scanner: ERROR: Error processing delayed event: Error deleting data: Invalid argument: Invalid column family specified in write batch
I suspect part of the problem may be that I can't get the cluster out of yellow status. I can this command (with the correct user:pass) to deleted the unassigned shards, but it still shows yellow and 1 unassigned shared afterwards.
curl
-k -XGET -u user:pass "https://<elasticsearxch>:9200/_cat/shards"
| grep UNASSIGNED | awk '{print $1}' | xargs -i curl -k -XDELETE -u user:pass
"https://<indexer_ip>:9200/{}"
GET _cat/shards?h=index,shard,prirep,state,unassigned.reason
.opendistro-ism-managed-index-history-2024.09.06-1 0 p STARTED
.opendistro-ism-managed-index-history-2024.09.06-1 0 r UNASSIGNED INDEX_CREATED
Thanks in advance for any assistance.
Steve