Tried multiple times with setting it to true or false both but result is same.
Thanks
Ajay

Sent from my BlackBerry 10 smartphone on the Rogers network.
From: Boaz Leskes
Sent: Sunday, July 13, 2014 02:09
Subject: Re: Marvel does not display any contents with ES1.2.1.

Hi Ajay,

I'm not sure exactly what problem you have, but note that you have disabled data shipping by setting "marvel.agent.enabled: false" . Was this your intention? If not this why you don't have any data in marvel. 

Cheers,
Boaz

PS  you probably want to also remove "indices.memory.index_buffer_size: 50%", unless you plan on doing very heavy indexing and even then I'd wait until I see problems

On Thursday, July 10, 2014 9:59:52 PM UTC+2, [email protected] wrote:
Hi

I have new test setup for ES and added latest marvel from internet and tried ipv6 workaround to mentioned in other thread too but display does not show any contents from the marvel URL. Marvel plugin installed from internet .


Here  is the status (only one node up for debugging for 3 node cluster)

curl -XGET 'http://127.0.0.1:9200/_cluster/health?pretty=true'
{
  "cluster_name" : "elastic_alpha",
  "status" : "yellow",
  "timed_out" : false,
  "number_of_nodes" : 1,
  "number_of_data_nodes" : 1,
  "active_primary_shards" : 5,
  "active_shards" : 5,
  "relocating_shards" : 0,
  "initializing_shards" : 0,
  "unassigned_shards" : 5
}

root@elk01:/usr/local/elasticsearch# bin/plugin --list
Installed plugins:
    - marvel
cluster.name: elastic_alpha


elasticsearch.yml  file:

node.name: elk01
node.max_local_storage_nodes: 1
index.mapper.dynamic: true
action.auto_create_index: true
action.disable_delete_all_indices: true
path.conf: /iscsi_disk1/etc/elasticsearch
path.data: /iscsi_disk1/data/elasticsearch
path.work: /tmp/work/elasticsearch
path.logs: /iscsi_disk1/logs/elasticsearch
path.plugins: /usr/local/elasticsearch/bin/plugin
bootstrap.mlockall: true
http.port: 9200
gateway.expected_nodes: 1
discovery.zen.minimum_master_nodes: 1
discovery.zen.ping.multicast.enabled: false
cloud.node.auto_attributes: true
discovery.zen.ping.unicast.hosts: [ "elk01:9300","elk02:9300","elk03:9300" ]
indices.memory.index_buffer_size: 50%
marvel.agent.exporter.es.hosts: ["[::1]:9200"]
marvel.agent.enabled: false

Any thing wrong with the config ?

Thanks
Ajay


--
You received this message because you are subscribed to a topic in the Google Groups "elasticsearch" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/elasticsearch/rdopCoFhrw8/unsubscribe.
To unsubscribe from this group and all its topics, send an email to [email protected].
To view this discussion on the web visit https://groups.google.com/d/msgid/elasticsearch/3f66fd8d-211b-49df-bb68-96ee918c53fb%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

--
You received this message because you are subscribed to the Google Groups "elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
To view this discussion on the web visit https://groups.google.com/d/msgid/elasticsearch/20140714002629.26468518.62786.275%40gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to