Questions tagged [elasticsearch-marvel]

Marvel is a management and monitoring product for elasticsearch

Elasticsearch Marvel is a management and monitoring product for elasticsearch. Marvel aggregates cluster wide statistics and events and offers a single interface to view and analyze them. Marvel is free for development use but does require a license to run in production.

59 questions
2
votes
1 answer

Elasticsearch slow response time

As you can see in the attached screenshot, our cluster has 11 nodes, however one of the slaves is always on red CPU 99%. To mention that this changes from one slave to another. At the same time, lately all query responses are really slow, (one…
Andrei Stalbe
  • 1,511
  • 6
  • 26
  • 44
1
vote
0 answers

How to monitor multiple elasticsearch clusters?

marvel just can monitor one cluster at one time,but i have a lot of clusters.Is there some better way to monitor multiple clusters on one big page?
zmy
  • 167
  • 1
  • 11
1
vote
1 answer

Marvel plugin not finding .properties file

I've been stuck on this for about a day. I downloaded and installed ElasticSearch 2.3.3 on my redhat vm. I am trying to follow the get started video on the site but not one of the installation commands from the video has worked for me, so I've tried…
Jeremy Fisher
  • 2,510
  • 7
  • 30
  • 59
1
vote
1 answer

400 Bad Request: Cannot set property ‘status’ of undefined

Marvel was working until now. For some unknown reason, we get the following error message: Marvel: Error 400 Bad Request: Cannot set property 'status' of undefined There is nothing helpful in the Elasticsearch logs. Our cluster health is green…
gsempe
  • 5,371
  • 2
  • 25
  • 29
1
vote
1 answer

Elasticsearch cluster

I have ES cluster with 5 machines. One of that machines is always using more resources than other for instance now i see that average load is CPU 7%, Memory 65, But i have node4 which is strange because it using 30% of CPU and 86% of…
Vova Bilyachat
  • 18,765
  • 4
  • 55
  • 80
1
vote
1 answer

Elasticsearch 2.1: Cannot install Marvel into Kibana

I am a newbie to the ES world and just trying to get my local environment set up. I am using a Mac and I used Homebrew to install Elasticsearch and Kibana. Now I want to add Marvel to Kibana but it fails with the following error: user…
Stefan Blattmann
  • 121
  • 1
  • 2
  • 16
1
vote
0 answers

how to configure marvel on found

i want to use marvel on found cluster. i have referred to these links https://www.elastic.co/guide/en/marvel/current/configuration.html , https://www.elastic.co/guide/en/shield/current/marvel.html to use it on local. but how to configure it on…
Tejus Prasad
  • 6,322
  • 7
  • 47
  • 75
1
vote
2 answers

Error Marvel plugin Elastic

I'm not able to access marvel in my browser. http://localhost:9200/_plugins/marvel/ returns {"error": "ElasticsearchIllegalArgumentException[No feature for name [marvel]]","status": 400} I have installed elastic search 1.7.1 and its up and…
amutter
  • 81
  • 1
  • 9
1
vote
1 answer

Daily Marvel indices - is it safe to remove?

I have indices like this: health status index pri rep docs.count docs.deleted store.size pri.store.size yellow open .marvel-2015.08.15 1 1 11091 0 11.6mb 17.6mb yellow open myindex 5 …
notlkk
  • 1,231
  • 2
  • 23
  • 40
1
vote
1 answer

How do you configure elastic search marvel to send its data to different cluster

I've heard the suggestion that marvel should write its data to a different cluster than its monitoring. Makes sense because if your production cluster goes south so does your monitoring. Can anyone point me in the direction of where the steps are…
Doug
  • 13
  • 4
1
vote
1 answer

elasticsearch phrase_prefix expected results

I'm having some weird behavior with elastic search. I'm using custom analyzer with custom tokenizer which spilts the words in case of space, + , -. when I'm searching { "query": { "match_phrase_prefix": { "name.default": { …
Ofab
  • 13
  • 3
1
vote
1 answer

How to use Elasticsearch Marvel via vagrant?

I use vagrant (box with Ubuntu). I have Elasticsearch installed on it. It available at localhost:9200 in my Ubuntu. Marvel available at http://localhost:9200/_plugin/marvel/ How can I enter Marvel on my host? I usually use the following code…
John Smith
  • 1,204
  • 3
  • 22
  • 42
0
votes
1 answer

Elasticsearch 6.3: Unknown Plugin Marvel-agent

I have installed Elasticsearch 6.3 following the steps: https://www.elastic.co/guide/en/elasticsearch/reference/current/_installation.html#_installation_example_with_msi_windows_installer . Now I would like to install Marvel-sense plugin for GUI…
Jeya Suriya Muthumari
  • 1,947
  • 3
  • 25
  • 47
0
votes
0 answers

Append dynamic query to existing elastic query

Hi my elastic query is as below sq.Query = Query .Bool(fd => fd .Must(must => must .Match(m => m .Field("first_name") …
0
votes
1 answer

Mutiple should and must in boolean query

Hi I am using below query in nest Query .Bool(fd => fd .Must(must => must .Match(m => m .Field("first_name") .Query(p.first_name) …
Sushil
  • 442
  • 3
  • 10
  • 23