./filebeat setup failed to import dashboard

Hello guys,

I've encountered an issue when tried to install the filebeat in uBuntu Linux, can I have someone assist to look into below error messages please

verwriting ILM policy is disabled. Set setup.ilm.overwrite: true for enabling.

Index setup finished.
Loading dashboards (Kibana must be running and reachable)
Exiting: error importing Kibana dashboards: fail to import the dashboards in Kibana: Error importing directory /home/kibana/filebeat-8.3.3-linux-x86_64/kibana: Failed to import dashboard: Failed to load directory /home/kibana/filebeat-8.3.3-linux-x86_64/kibana/7:
error loading /home/kibana/filebeat-8.3.3-linux-x86_64/kibana/7/dashboard/Filebeat-threatintel-abuse-url.json: error dashboard asset: returned 422 to import file: Document "d6ef8f20-70a9-11eb-a3e3-b3cc7c78a70f" has property "tag" which belongs to a more recent version of Kibana [8.0.0]. The last known version is [undefined]: %!w(). Response: {"statusCode":422,"error":"Unprocessable Entity","message":"Document "d6ef8f20-70a9-11eb-a3e3-b3cc7c78a70f" has property "tag" which belongs to a more recent version of Kibana [8.0.0]. The last known version is [undefined]"}

Regards

Hi @cheching welcome!

Based on this bit of the error message:

"Document "d6ef8f20-70a9-11eb-a3e3-b3cc7c78a70f" has property "tag" which belongs to a more recent version of Kibana [8.0.0]

It looks like you have some version incompatibility on your setup.
We recommend to run the same version of Elasticsearch, Kibana and Beats.

You're running Filebeat 8.3.3, so you should have Kibana and Elasticsearch on 8.3.3 as well.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.