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
26
votes
7 answers

Install marvel plugin for Elasticsearch

I have downloaded the version 1.1.0 of elasticsearch, and it's running well. I would like to install the marvel plugin, so I run the following command from the elasticsearch home directory (exactly like told in the official tutorial at…
user2443476
  • 1,935
  • 9
  • 37
  • 66
23
votes
8 answers

how to install plugin/head for elastic search?

I have installed elastic search and its plugin head but when i enter the **url "localhost:9200/_plugin/head/"** It does not shows any thing? And I have also install marvel/SENSE for monitoring purpose. I have installed plugin/head using sudo…
deepak
  • 253
  • 1
  • 4
  • 10
14
votes
2 answers

Elasticsearch Marvel - Turn off logging

Is it possible to have Elasticsearch Marvel installed and have it not collect any data, would changing the template to 0 shards and 0 replicates do that for me?
Nathan Smith
  • 8,271
  • 3
  • 27
  • 44
13
votes
2 answers

Is there a shortcut to comment out multiple lines in Marvel Sense?

I can comment out one line at the time with #, but is there a multiple lines comment toggle keyboard shortcut?
CrnaStena
  • 3,017
  • 5
  • 30
  • 48
13
votes
7 answers

ES reachable from curl but not from Marvel/Sense

I am in the 2 hour of my Elastic Search immersion. I successfully installed ES with Marvel (with marvel.agent.enabled: false in config/elasticsearch.yml) and was able to make successful requests from Sense. I restarted my development machine and now…
Ram
  • 865
  • 1
  • 8
  • 20
8
votes
2 answers

ElasticSearch term aggregation

I'm trying to perform a term aggregation using elastic search for the data below with following query, the output breaks the names into tokens (see output below). So I tried mapping the os_name as multi_field and now I am not able to query by it. Is…
codeBarer
  • 2,238
  • 7
  • 44
  • 75
7
votes
1 answer

How to install marvel plugin in elasticsearch 7.3.1?

I am not able to install marvel plugin in elasticsearch. I am following the book "Elasticsearch:The Definitive Guide" and I am stucked in installing marvel plugin. In the book the cmd was ./bin/plugin -i elasticsearch/marvel/latest And I change to…
5
votes
2 answers

Elasticsearch Marvel. Primary & Replicas Shards

With the newly released Marvel from ElasticSearch I wanted to ask the question whether we could adjust the amount of replicas it creates upon creating an index, that is every time it creates an index. It currently creates one primary and one replica…
Nathan Smith
  • 8,271
  • 3
  • 27
  • 44
2
votes
0 answers

Elasticsearch Marvel Agent how to reinitialize after "Skipping exporter"

I have two separate clusters for ES. One is simply Production cluster, second one is Development Cluster where I store Marvel data for Production one to use within Kibana. Due to some Data Center network issues at one point this two clusters…
jadrol
  • 130
  • 5
2
votes
2 answers

Elasticsearch / Marvel search rate

How is the elasticsearch search rate (displayed in Marvel) calculated? We can see a search rate of about 1700 - 2000 per second but we measure that our applications are sending about 500 - 600 search request per second to our elastic search cluster.…
Ronald
  • 2,864
  • 3
  • 25
  • 36
2
votes
2 answers

Elasticsearch 2.2 : Cant install marvel plugin

I am trying to install the marvel sense plugin for ES and Kibana on windows. I have ES version 2.2.0 and Kibana version 4.4.0 Here is what i tried to do For ES plugin install license i get -> Installing license... Trying…
AbtPst
  • 7,778
  • 17
  • 91
  • 172
2
votes
0 answers

marvel index creation fails and brings down the elasticsearch cluster

We've got a 3 node (c4.large) ElasticSearch 2.1.0 cluster (consisting of nodes I'll refer to as es-live-0, es-live-1, es-live-2) set up on EC2 AWS, which has been working nicely and feeding a webapp. One of the nodes also hosts a kibana, which…
2
votes
1 answer

View column headers in Elasticsearch's "sense"

I am new to using Elasticsearch and I am using the marvel development console to run sense queries. When I run a query (GET _cat/indices) I see the results, but I do not see column headers. How can I view the column headers using sense/marvel?
Rylander
  • 19,449
  • 25
  • 93
  • 144
2
votes
1 answer

Elasticsearch Marvel set .marvel-2015-* indices to max number

Hey I am using marvel alongside elasticsearch and I am trying to avoid using curator to clean indices that look like ".marvel-2015-*" is there a specific config or set of configs that I can use to accomplish this. Note: I am using chef to provision…
2
votes
1 answer

Marvel cannot connect to an Elasticsearch node

I have a 5 node elasticsearch cluster where all the settings are the same on all nodes. Marvel does not see one of the nodes and in elasticsearch.log I can see these lines repeating again and again: [2015-05-07…
Iokanaan Iokan
  • 704
  • 3
  • 12
  • 26
1
2 3 4