elasticsearch-marvel

ES reachable from curl but not from Marvel/Sense

人走茶凉 提交于 2019-12-21 07:17:16
问题 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 when I make the following request on Sense, it responds: Request failed to get to the server (status code: 0): Elasticsearch may not be reachable or you may need to check your CORS settings.If CORS is enabled, try turning off Sense's Basic

Elasticsearch 2.1: Cannot install Marvel into Kibana

泪湿孤枕 提交于 2019-12-11 13:30:25
问题 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 :/usr/local/opt/kibana/(master)$ bin/kibana plugin --install elasticsearch/marvel/latest Installing marvel Attempting to extract from https://download.elastic.co/elasticsearch/marvel/marvel-latest.tar.gz Downloading 3843924 bytes.................... Extraction

Elasticsearch 2.2 : Cant install marvel plugin

隐身守侯 提交于 2019-12-11 00:43:10
问题 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 https://download.elastic.co/elasticsearch/release/org/elasticsearch/plugi n/license/2.2.0/license-2.2.0.zip ... ERROR: failed to download out of all possible locations..., use --verbose to get detailed information i also tried plugin install marvel-agent but i get ->

ES reachable from curl but not from Marvel/Sense

喜你入骨 提交于 2019-12-04 00:11:49
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 when I make the following request on Sense, it responds: Request failed to get to the server (status code: 0): Elasticsearch may not be reachable or you may need to check your CORS settings.If CORS is enabled, try turning off Sense's Basic Authentication support under Setting (cog icon).This will result in a less strict CORS enforcement by the

ElasticSearch term aggregation

大城市里の小女人 提交于 2019-12-01 03:41:17
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 it possible to have index without tokens? such as "Fedora Core"? Query: GET /temp/example/_search { "size": 0, "aggs": { "OS": { "terms": { "field": "os_name" } } } } Data: ... { "_index": "temp", "_type": "example", "_id": "3", "_score": 1, "_source": { "title": "system3", "os_name": "Fedora Core", "os_version": 18 } }, { "_index": "temp", "_type"

ElasticSearch term aggregation

半城伤御伤魂 提交于 2019-12-01 01:16:01
问题 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 it possible to have index without tokens? such as "Fedora Core"? Query: GET /temp/example/_search { "size": 0, "aggs": { "OS": { "terms": { "field": "os_name" } } } } Data: ... { "_index": "temp", "_type": "example", "_id": "3", "_score": 1, "

Install marvel plugin for Elasticsearch

三世轮回 提交于 2019-11-27 11:42:01
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 http://www.elasticsearch.org/guide/en/marvel/current/#_simple_install ): bin\plugin -i elasticsearch/marvel/latest But I get the following error: -> Installing elasticsearch/marvel/latest... Trying http://download.elasticsearch.org/elasticsearch/marvel/marvel-latest.zip. .. Trying http://search.maven.org/remotecontent?filepath=elasticsearch/marvel/lates t/marvel

Install marvel plugin for Elasticsearch

元气小坏坏 提交于 2019-11-26 15:46:43
问题 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 http://www.elasticsearch.org/guide/en/marvel/current/#_simple_install): bin\plugin -i elasticsearch/marvel/latest But I get the following error: -> Installing elasticsearch/marvel/latest... Trying http://download.elasticsearch.org/elasticsearch/marvel/marvel