Hi,
I'm trying to upgrade from 2.2 to 2.3.1. I have a beats -> logstash -> es flow that worked fine to visualize data in 2.2 + Kibana 4.4.
When I change to 4.5(new 2.3.1 cluster, logstash 2.3.0, beats 1.2), I can see the data is being inserted fine via query, but Kibana does not see the data(It sees the mappings).
Any suggestions on what I may be missing(Or if this is a bug) would be greatly appreciated:
ES:
https://gist.github.com/ryanrussell/4d6832ce4e530f4f7433896b1f16df42
Sample sense:
https://gist.github.com/ryanrussell/3cd35235d711761f1fd6dd5a4ec6be0a
Mappings can be seen here:
https://gist.github.com/ryanrussell/133683842da96c60eb8e9e50b28db5dc
Kibana detects the correct mappings when you add the index pattern, the Discover and Visualize tabs are showing no data(Not a time filter issue). Again, this worked in 4.4 with no issues.
I appreciate any suggestions.