# Marvel issue

**URL:** https://discuss.elastic.co/t/marvel-issue/42058
**Category:** Elasticsearch
**Tags:** elastic-stack-monitoring
**Created:** [February 17, 2016, 5:45pm UTC](https://discuss.elastic.co/t/marvel-issue/42058 "2016-02-17T17:45:59Z")
**Posts on this page:** 8
**Page:** 1

<div class="post-metadata">

### Author: ![Jerry\_Hoffmeister](https://avatars.discourse-cdn.com/v4/letter/j/90ced4/32.png) [@Jerry\_Hoffmeister](https://discuss.elastic.co/u/Jerry_Hoffmeister)
#### Post date: [February 17, 2016, 5:45pm UTC](https://discuss.elastic.co/t/marvel-issue/42058/1 "2016-02-17T17:45:59Z")

</div>

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.

---

<div class="post-metadata">

### Author: ![Jerry\_Hoffmeister](https://avatars.discourse-cdn.com/v4/letter/j/90ced4/32.png) [@Jerry\_Hoffmeister](https://discuss.elastic.co/u/Jerry_Hoffmeister)
#### Post date: [February 18, 2016, 8:12pm UTC](https://discuss.elastic.co/t/marvel-issue/42058/2 "2016-02-18T20:12:52Z")

</div>

I suspect I have this issue: [Marvel 2.1 basic licence. Cannot access cluster data](https://discuss.elastic.co/t/marvel-2-1-basic-licence-cannot-access-cluster-data/39293/4)

Why do I show two clusters?

 ![](https://us1.discourse-cdn.com/elastic/original/2X/c/c0a2a845b60f1f282a8c0a6929e13d4f5a0e31a7.png)

---

<div class="post-metadata">

### Author: ![Jerry\_Hoffmeister](https://avatars.discourse-cdn.com/v4/letter/j/90ced4/32.png) [@Jerry\_Hoffmeister](https://discuss.elastic.co/u/Jerry_Hoffmeister)
#### Post date: [March 1, 2016, 6:45pm UTC](https://discuss.elastic.co/t/marvel-issue/42058/3 "2016-03-01T18:45:53Z")

</div>

No one? I'm a bit surprised that I haven't gotten any response from an elastic person?

---

<div class="post-metadata">

### Author: ![pickypg](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/pickypg/32/62409_2.png) [@pickypg](https://discuss.elastic.co/u/pickypg)
#### Post date: [March 1, 2016, 9:12pm UTC](https://discuss.elastic.co/t/marvel-issue/42058/4 "2016-03-01T21:12:28Z")

</div>

Hi Jerry,

The last two weeks have been busy for Elastic. We had Elastic{ON} two weeks ago, then a busy week following that.

Excuses aside, I have not honestly come across this issue before. I did notice in your screenshot that the "two" clusters have different license expiration dates.

> I did recently update to the latest versions of everything and install a new, free marvel license.

- Which version of ES are you running?
- What version did you upgrade from?
- Is the monitoring cluster separate or contained in the same cluster?
- To be explicit: you are _not_ running two separate clusters, right?

Let us know.

---

<div class="post-metadata">

### Author: ![Jerry\_Hoffmeister](https://avatars.discourse-cdn.com/v4/letter/j/90ced4/32.png) [@Jerry\_Hoffmeister](https://discuss.elastic.co/u/Jerry_Hoffmeister)
#### Post date: [March 1, 2016, 9:38pm UTC](https://discuss.elastic.co/t/marvel-issue/42058/5 "2016-03-01T21:38:12Z")

</div>

Fair enough 🙂 hope Elastic{ON} went well? Wish I could have been there...

Running the latest version of ES - 2.2.0  
Upgrade was from 2.1.1 to 2.2.0  
The cluster is only 2 machines and monitoring is on the same cluster  
And no, I'm definitely not running two clusters.

I _did_ recently change the IP address (and the IP address in several places in elasticsearch.yml) due to a strange Azure issue I had - there was some sort of networking issue with the VM and changing it's IP address "fixed" it. My recollection is that happened before the upgrade but I'm not positive.

---

<div class="post-metadata">

### Author: ![pickypg](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/pickypg/32/62409_2.png) [@pickypg](https://discuss.elastic.co/u/pickypg)
#### Post date: [March 3, 2016, 10:27pm UTC](https://discuss.elastic.co/t/marvel-issue/42058/6 "2016-03-03T22:27:04Z")

</div>

Hi Jerry,

The problem most likely deals with IP change and the upgrading of the license, which sounds like it's confusing it. Without having access to your cluster (not asking for it :)), and given how out of date the Marvel data is, I think the easiest course of action is to just remove the defunct data:

```auto
curl -XDELETE monitor-host:9200/.marvel-*

```

I normally would not suggest deleting the data, but it's going to be the easiest way to start fresh.

Hope that helps.

---

<div class="post-metadata">

### Author: ![Jerry\_Hoffmeister](https://avatars.discourse-cdn.com/v4/letter/j/90ced4/32.png) [@Jerry\_Hoffmeister](https://discuss.elastic.co/u/Jerry_Hoffmeister)
#### Post date: [March 3, 2016, 10:51pm UTC](https://discuss.elastic.co/t/marvel-issue/42058/7 "2016-03-03T22:51:17Z")

</div>

That did the trick - thank you!

---

<div class="post-metadata">

### Author: ![system](https://us1.discourse-cdn.com/elastic/original/3X/1/a/1ac57faf039f6b580b3f104ef42a2a89e41014de.png) [@system](https://discuss.elastic.co/u/system)
#### Post date: [July 6, 2017, 1:45pm UTC](https://discuss.elastic.co/t/marvel-issue/42058/8 "2017-07-06T13:45:07Z")

</div>


