Hi, I have a problem setting up the dashboards for metricbeat and filebeat on my Kibana dashboard.
I am using the OSS Version of ELK, MetricBeat and Filebeat 7.10.2
Here are the specs of my ELK Stack, MetricBeat and FileBeat
{
"name" : "wazuh-elasticsearch-0",
"cluster_name" : "wazuh",
"cluster_uuid" : "ovw_r6nyTqWcXLGywXesgQ",
"version" : {
"number" : "7.10.2",
"build_flavor" : "oss",
"build_type" : "tar",
"build_hash" : "747e1cc71def077253878a59143c1f785afa92b9",
"build_date" : "2021-01-13T00:42:12.435326Z",
"build_snapshot" : false,
"lucene_version" : "8.7.0",
"minimum_wire_compatibility_version" : "6.8.0",
"minimum_index_compatibility_version" : "6.0.0-beta1"
},
"tagline" : "You Know, for Search"
}
For MetricBeat:
metricbeat version 7.10.2 (amd64), libbeat 7.10.2 [aacf9ecd9c494aa0908f61fbca82c906b16562a8 built 2021-01-12 22:24:31 +0000 UTC]
For FileBeat
filebeat version 7.10.2 (amd64), libbeat 7.10.2 [aacf9ecd9c494aa0908f61fbca82c906b16562a8 built 2021-01-12 22:10:33 +0000 UTC]
I am receiving metrics as shown in the image below:
Followed the setup tool for metricbeat and filebeat:
Yet nothing shows in my Kibana dashboards:
What might be the problem?