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
0
votes
1 answer

ElasticSearch should/must clause not working as expected

Below is my elastic query GET _search { "query": { "bool": { "must": { "match": { "marriages.marriage_year": "1630" } }, "should": { "match": { "first_name": { "query":…
Sushil
  • 442
  • 3
  • 10
  • 23
0
votes
1 answer

Fuzziness in date type filed

I have date field in my mapping and I want to do fuzzy search on my field Below is my code GET _search { "query": { "fuzzy": { "death_date": { "value": "3548" } } …
Sushil
  • 442
  • 3
  • 10
  • 23
0
votes
1 answer

Not able to install Marvel puglin on Windows

Good morning all: I am trying to install the elasticsearch plugin "Marvel" on Windows 10, I am using the version 5.3.0 of elasticsearch. When I go the command line, and the go to the "bin directory" of my elasticsearch, I tried all the following…
MarcosF8
  • 1,848
  • 5
  • 19
  • 33
0
votes
1 answer

Elasticsearch, creating a Marvel monitoring cluster

I'm reading the installation documentation for Marvel and this grabbed my attention: Configure Kibana to connect to your monitoring cluster by setting the elasticsearch_url property in the kibana.yml configuration file. For …
Zaid Amir
  • 4,727
  • 6
  • 52
  • 101
0
votes
1 answer

Elasticsearch 1.7 installation marvel-agent failed

I have installed ElasticSearch 1.7 and want to install marvel, bellow command to install licence worked. sudo bin/plugin --install mobz/elasticsearch-head --verbose But installing marvel itself failed: vagrant@homestead:/usr/share/elasticsearch$…
jones
  • 1,423
  • 3
  • 35
  • 76
0
votes
1 answer

ElasticSearch Kibana bin folder doesn't have plugin.bat

I am trying to setup Elastisearch on my Windows 10 PC. Just downloaded the lastest version of Kibana (4.6.1) from the offical site:https://www.elastic.co/downloads/kibana The strange thing is that under its bin folder, there is no plugin.bat which…
0
votes
1 answer

Setting up a Separate Monitoring Cluster for Elasticsearch

I'm trying to setup a separate cluster (kibanacluster) for monitoring my primary elasticsearch cluster (marveltest). Below are the ES, Marvel and Kibana versions I'm using. The ES version is fixed for the moment. I can update or downgrade the other…
Geeshan
  • 506
  • 5
  • 13
0
votes
1 answer

Retrieve Info about ElasticSearch Nodes

I am Looking to Retrieve the Information Related to Nodes of Elastic Search running on a Machine. Info such as Master Node, CPU Utilization etc. and then Present that Info in a Graphical Manner on a Web Front using JSPlumb. I know that I have to use…
arjun gulyani
  • 669
  • 2
  • 8
  • 23
0
votes
1 answer

How do I remove a mapping on all indices including .kibana and .marvel?

I am new to Elasticsearch for .NET (NEST) and didn't specify the index when adding a mapping. Now the mapping exists on my indices for Kibana & Marvel. How do I undo what I've done? I'm using Elasticsearch 2.* and can't delete the mapping. They…
Airn5475
  • 2,452
  • 29
  • 51
0
votes
3 answers

Failed to update marvel license

I have an elasticsearch cluster in our close environment (no internet connection). Few days ago, marvel's license in my elasticsearch cluster has expired, so I downloaded the free basic license which elastic provides in their site. I tried to…
0
votes
2 answers

Issue trying to install ElasticSearch plugins in Mac OS El Capitan

I've been trying to install marvel plugin in elastic search. I've already installed ElasticSearch as following: brew update brew install elasticsearch This installed the 2.3.1 version. Accordingly to the instructions, to install a plugin I had to…
0
votes
2 answers

Issue in installing marvel plugin elasticsearch

I am in the directory /usr/share/elasticsearch But after I run "bin/plugin install" .I get the error - bash: bin/plugin: No such file or directory. How can I install marvel.
0
votes
1 answer

marvel basic licence installation

I am trying to install the free basic licence onto marvel for my elasticsearch cluster. I followed the instructions here https://www.elastic.co/guide/en/marvel/current/license-management.html and ran the following command > curl -XPUT…
0
votes
1 answer

It appears that we have not received any data for this cluster?

I install elastic and kibana,and they all installed marvel plugin,but when i open the marvel tab on kibana,the response is It appears that we have not received any data for this cluster. Kibana can add es'index, and marvel created…
Dev Zhou
  • 865
  • 2
  • 14
  • 21
0
votes
1 answer

Marvel license issue. Clusters grayed out

I have an Elastic 2.1.0 cluster, logging to an external Marvel 2.1 with Kibana 4.3.1. All worked fine with trial licenses, but when I updated them with a basic one, all clusters gone grayed out in Kibana and I cannot see info of any of them…
AQ1
  • 15
  • 5