Tagcloud is invalid. Please change it to a valid type

When i press the dashboard button in Kiabana it appears that error saying it's invalid. I have tried to change it to Count, Max and Min and it shows me the same error but even tagcloud it shows Count Max or Min. And when it shows that error it shows me this if someone know how to fix it will be great

i will post what it shows me on kibana

{
"index": "filebeat-",
"query": {
"query_string": {
"query": "
",
"analyze_wildcard": true
}
},
"filter":
}

Second one:

"title": "Audit Event Account Tag Cloud",
"type": "count",
"params": {
"scale": "linear",
"orientation": "single",
"minFontSize": 15,
"maxFontSize": 42,
"hideLabel": false
},
"aggs": [
{
"id": "1",
"enabled": true,
"type": "count",
"schema": "metric",
"params": {}
},
{
"id": "2",
"enabled": true,
"type": "terms",
"schema": "segment",
"params": {
"field": "auditd.log.acct",
"size": 15,
"order": "desc",
"orderBy": "1"
}
}
],
"listeners": {}
}

Thanks Pablo

Can you tell us the Kibana version and the Filebeat version, please?

If you are looking for a workaround, it might be worth trying to edit the visualisation and re-save it. Or delete it and create it again.

@tudor
is the newest ones both but now I'm not triying anymore to create filebeat indexes for kibana im triying to create them with elasticsearch and im becomming crazy because I dont know how can I search for a certain word in the index

Regards

Pablo

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