Hi Marcos,
The filebeat test output showed all OKs.
The Filebeat.yml file shows
The Manifest.yml files shows the following:
module_version: 0.1
var:
- name: paths
default:
- /var/ossec/logs/alerts/alerts.json
- /tmp/recovery.json
- name: index_prefix
default: wazuh-alerts-4.x-
input: config/alerts.yml
ingest_pipeline: ingest/pipeline.json
We are still receiving new events. So that part is working. It just seems like the recovery.json file is not being digested.
The Health shows the following:
{
"cluster_name" : "wazuh-cluster",
"status" : "yellow",
"timed_out" : false,
"number _of_nodes" : 1,
"number_of_data_nodes" : 1,
"discovered_master" : true,
"discovered_cluster_manager" true,
"active_primary_shards" : 174,
"active_shards" : 174,
"relocating_shards" : 0,
"initializing_shards" : 0,
"unassigned_shards" : 4,
"delayed_unassigned_shards" : 0,
"number_of_pending_tasks" : 0,
"number_of_in_flight_fetch" : 0,
"task_max_waiting_in_queue_millis" : 0,
"active_shards_percent_as_number" : 97.75280898876404
}
Thank you,
Chad