Thanks Boaz. Sorted the problem out. plugin path refers to binary location for marvel not the executable plugin. It works now. Ajay
On Thursday, July 10, 2014 3:59:52 PM UTC-4, ajay b 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 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/e0d95052-ddd4-4de2-a8ed-b8eb230549f5%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
