Hi,
I'm experiencing a problem with visualising data in Kibana 5.2.1/Elasticsearch 5.2.1. The discover pane displays the data and count but when I try to plot this on a graph, it's blank. There's nothing seemingly interesting in the logs and no error messages.
Can anyone point me in the right direction please?
Index mappings:
PUT happiness
{
"mappings": {
"rating": {
"properties": {
"teamID": {
"type": "text"
},
"happinessRating": {
"type": "integer"
},
"ratingDate": {
"type": "date"
}
}
}
}
}
logs:
==> elasticsearch_deprecation.log <==
[2017-02-28T22:17:31,190][WARN ][o.e.d.i.q.QueryParseContext] query malformed, empty clause found at [1:143]
[2017-02-28T22:17:42,739][WARN ][o.e.d.i.q.QueryParseContext] query malformed, empty clause found at [1:143]
Discover:
Vis: