Had marvel working fine but now when I navigate to marvel in kibana, I see two greyed out clusters (should be one) and I see this error repeat over and over in the logs:
[2016-02-17 17:34:56,587][DEBUG][action.search.type ] [flash] [.marvel-es-2016.02.04][0], node[gLs5UVUpR2mMS5CloZZeGg], [R], v[17], s[STARTED], a[id=JT3LhEQGSwGGKTpGLMWPGQ]: Failed to execute [org.elasticsearch.action.search.SearchRequest@7c3af717] lastShard [true]
RemoteTransportException[[flash][172.16.0.100:9300][indices:data/read/search[phase/query]]]; nested: SearchParseException[failed to parse search source [{"size":0,"query":{"filtered":{"filter":{"term":{}}}},"aggs":{"indices":{"meta":{"cluster_uuid":"pqNwv3mgRMSR3NBGy4rZlA"},"terms":{"field":"shard.index","size":10000},"aggs":{"states":{"terms":{"field":"shard.state","size":10},"aggs":{"primary":{"terms":{"field":"shard.primary","size":10}}}}}},"nodes":{"meta":{"cluster_uuid":"pqNwv3mgRMSR3NBGy4rZlA"},"terms":{"field":"shard.node","size":10000},"aggs":{"index_count":{"cardinality":{"field":"shard.index"}}}}}}]]; nested: QueryParsingException[No value specified for term query];
Caused by: SearchParseException[failed to parse search source [{"size":0,"query":{"filtered":{"filter":{"term":{}}}},"aggs":{"indices":{"meta":{"cluster_uuid":"pqNwv3mgRMSR3NBGy4rZlA"},"terms":{"field":"shard.index","size":10000},"aggs":{"states":{"terms":{"field":"shard.state","size":10},"aggs":{"primary":{"terms":{"field":"shard.primary","size":10}}}}}},"nodes":{"meta":{"cluster_uuid":"pqNwv3mgRMSR3NBGy4rZlA"},"terms":{"field":"shard.node","size":10000},"aggs":{"index_count":{"cardinality":{"field":"shard.index"}}}}}}]]; nested: QueryParsingException[No value specified for term query];
at org.elasticsearch.search.SearchService.parseSource(SearchService.java:853)
at org.elasticsearch.search.SearchService.createContext(SearchService.java:652)
...
Caused by: [.marvel-es-2016.02.04] QueryParsingException[No value specified for term query]
...
it repeats for each of the marvel indexes from 2/4 - 2/17 and .marvel-es-data
If I do GET _cat/indices?v in sense, I see that all of the indices including the .marvel ones are green.
I did recently update to the latest versions of everything and install a new, free marvel license.