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

ES screenshot in automated mail

As I am new to elasticsearch server, we are using ES version 1.7.3 with Java 8 and also we are using monitoring tools like marvel, HQ & big-desk to check the cluster health performance and stats of the ES cluster. We also implemented shield for…
0
votes
1 answer

How many nested query in elasticsearch?

I use ElaticSearch 1.7.2 for my project and marvel plugin for testing query. My query template like that: GET myindex/_search { "query": { "filtered": { "query": { "bool": { "minimum_should_match": 1, …
m0z4rt
  • 1,055
  • 2
  • 17
  • 25
0
votes
1 answer

How to execute Elasticsearch query in Marvel 2.0 plugin?

After I upgraded to the latest Marvel plugin, I don't know how to find the Sense dashboard where I can execute query and see the formatted result. I've visited Marvel documentation but no idea where to find the dashboard.
DarkVenture
  • 65
  • 10
0
votes
1 answer

elasticsearch marvel installation on windows

I have downloaded elasticsearch2.0 and it runs with no problems. I want to add marvel plugin and tried all instruction on the https://www.elastic.co/guide/en/marvel/current/installing-marvel.html and Install marvel plugin for Elasticsearch - it…
0
votes
1 answer

modify the _mapping in Elastic Search shows strange behavior

I have modified a field type of CompanyName in PoCo in c# (NEST) from string to int (just for testing). first thing is that it is not reflecting in mapping of type. it is still showing string there "properties": { "AddressNumber": { …
Shivang MIttal
  • 990
  • 1
  • 14
  • 36
0
votes
1 answer

Referencing files inside build (Docker)

I use boot2docker and want to build a simple docker image with the Dockerfile: # Pull base image. FROM elasticsearch # Install Marvel plugin RUN \ && export ES_HOME=/usr/share/elasticsearch \ && cd $ES_HOME \ && bin/plugin -u …
Ovidiu Buligan
  • 2,784
  • 1
  • 28
  • 37
0
votes
1 answer

How to put a datetime range to Elasticsearch Marvel URL

The Elasticsearch Marvel dashboard allows me to select a custom datetime range to display. But I wonder how to copy the URL to share with other people that includes my selected datetime range? Its default URL looks…
Minh Kiet
  • 131
  • 1
  • 2
  • 5
0
votes
1 answer

What is a ".marvel-20XX.XX.XX" named index that is created in Elastic Search?

When I to the URL http://localhost:9200/_cat/indices I get like around 20 indices where only 4 have been created my me. All are named like: yellow open .marvel-20XX.XX.XX 1 1 50712 0 51.2mb 51.2mb. Would it be right if I delete those?
Animesh Pandey
  • 5,900
  • 13
  • 64
  • 130
0
votes
1 answer

Elasticsearch bad indexing time

I am trying to migrate (copy) 35 million documents (which is a standard amount, not too big) between couchbase to elasticsearch. My elasticsearch (version 1.3) cluster composed from 3 A3 (4 cores, 7 GB memory) CentOS Severs on Microsoft Azure (each…
0
votes
1 answer

Why do I get 0 match from ElasticSearch query (C#)?

I have some code which should return 5 matches from the search. If I try the query in browser, I get 5 results: http://localhost:9200/_search?q=Testing If I user SENSE editor it also shows my 5 results: Server=localhost:9200 POST _search { …
kheya
  • 7,546
  • 20
  • 77
  • 109
0
votes
3 answers

I need to set-up elasticsearch on windows os?

I tried to set-up a elasticsearch on my Windows 7 OS PC. Installed elasticsearch and curl and it's working as the loacahost:9200 is working fine. Now I am strugging to search in a file located at c:\user\rajesh\raj.txt. My doubt is, Where do mention…
Rajesh
  • 213
  • 4
  • 15
0
votes
1 answer

Elasticsearch Marvel not collecting Windows OS stats

I'm running a 3 node Elasticsearch cluster on Windows 2012 servers. I have another single Windows 2012 server that is the Marvel server. I have added the Marvel plugin to all Elasticsearch instances and set the appropriate settings in the…
cstrzadala
  • 306
  • 2
  • 7
-1
votes
2 answers

Any efficient way to get unique terms from Elasticsearch index

I aim is to store all unique term along with their md5 hashes in a database. I have a 1 million document index which has ~400000 unique terms. I got this figure from using aggregations in elasticsearch. GET /dt_index/document/_search { …
Animesh Pandey
  • 5,900
  • 13
  • 64
  • 130
-2
votes
1 answer

Server monitoring System

Hi I have five production server for(website,Cassandra,elastic search,redis) and I want to monitor them so I came across many monitoring tools and I finalized the two tools 1. Nagios 2. ElasticSearch Beats Now I am not able to get which one to…
Abhimanyu
  • 2,710
  • 2
  • 25
  • 42
1 2 3
4