Skip to content

Instantly share code, notes, and snippets.

@hagait
Last active August 29, 2015 14:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hagait/61e3fac181ff413a8b8c to your computer and use it in GitHub Desktop.
Save hagait/61e3fac181ff413a8b8c to your computer and use it in GitHub Desktop.
Additional information
{
"name": "Arena",
"transport_address": "inet[ip-10-0-60-196.ec2.internal/10.0.60.196:9300]",
"host": "ip-10-0-60-196",
"ip": "10.0.60.196",
"version": "1.4.2",
"build": "927caff",
"http_address": "inet[/10.0.60.196:9200]",
"settings": {
"path": {
"data": "/fusioneyes/elasticsearch-indices,/elasticsearch-indices/disk2",
"logs": "/fusioneyes/elasticsearch/logs",
"home": "/fusioneyes/elasticsearch"
},
"cluster": {
"name": "elasticsearch",
"routing": {
"allocation": {
"same_shard": {
"host": "true"
}
}
}
},
"discovery": {
"zen": {
"ping": {
"multicast": {
"enabled": "false"
},
"unicast": {
"hosts": [
"localhost:9301"
]
}
}
}
},
"name": "Arena",
"http": {
"cors": {
"allow-origin": "/.*/",
"enabled": "true"
}
},
"index": {
"number_of_shards": "15",
"number_of_replicas": "0"
},
"client": {
"type": "node"
},
"bootstrap": {
"mlockall": "true"
},
"max-open-files": "true"
},
"os": {
"refresh_interval_in_millis": 1000,
"available_processors": 16,
"cpu": {
"vendor": "Intel",
"model": "Xeon",
"mhz": 2500,
"total_cores": 16,
"total_sockets": 1,
"cores_per_socket": 16,
"cache_size_in_bytes": 25600
},
"mem": {
"total_in_bytes": 128936960000
},
"swap": {
"total_in_bytes": 0
}
},
"process": {
"refresh_interval_in_millis": 1000,
"id": 61230,
"max_file_descriptors": 65536,
"mlockall": false
},
"jvm": {
"pid": 61230,
"version": "1.8.0_05",
"vm_name": "Java HotSpot(TM) 64-Bit Server VM",
"vm_version": "25.5-b02",
"vm_vendor": "Oracle Corporation",
"start_time_in_millis": 1422984910120,
"mem": {
"heap_init_in_bytes": 33285996544,
"heap_max_in_bytes": 33172619264,
"non_heap_init_in_bytes": 2555904,
"non_heap_max_in_bytes": 0,
"direct_max_in_bytes": 33172619264
},
"gc_collectors": [
"ParNew"
,
"ConcurrentMarkSweep"
],
"memory_pools": [
"Code Cache"
,
"Metaspace"
,
"Compressed Class Space"
,
"Par Eden Space"
,
"Par Survivor Space"
,
"CMS Old Gen"
]
},
"thread_pool": {
"percolate": {
"type": "fixed",
"min": 16,
"max": 16,
"queue_size": "1k"
},
"bench": {
"type": "scaling",
"min": 1,
"max": 5,
"keep_alive": "5m",
"queue_size": -1
},
"listener": {
"type": "fixed",
"min": 8,
"max": 8,
"queue_size": -1
},
"index": {
"type": "fixed",
"min": 16,
"max": 16,
"queue_size": "200"
},
"refresh": {
"type": "scaling",
"min": 1,
"max": 8,
"keep_alive": "5m",
"queue_size": -1
},
"suggest": {
"type": "fixed",
"min": 16,
"max": 16,
"queue_size": "1k"
},
"generic": {
"type": "cached",
"keep_alive": "30s",
"queue_size": -1
},
"warmer": {
"type": "scaling",
"min": 1,
"max": 5,
"keep_alive": "5m",
"queue_size": -1
},
"search": {
"type": "fixed",
"min": 48,
"max": 48,
"queue_size": "1k"
},
"flush": {
"type": "scaling",
"min": 1,
"max": 5,
"keep_alive": "5m",
"queue_size": -1
},
"optimize": {
"type": "fixed",
"min": 1,
"max": 1,
"queue_size": -1
},
"management": {
"type": "scaling",
"min": 1,
"max": 5,
"keep_alive": "5m",
"queue_size": -1
},
"get": {
"type": "fixed",
"min": 16,
"max": 16,
"queue_size": "1k"
},
"merge": {
"type": "scaling",
"min": 1,
"max": 5,
"keep_alive": "5m",
"queue_size": -1
},
"bulk": {
"type": "fixed",
"min": 16,
"max": 16,
"queue_size": "50"
},
"snapshot": {
"type": "scaling",
"min": 1,
"max": 5,
"keep_alive": "5m",
"queue_size": -1
}
},
"network": {
"refresh_interval_in_millis": 5000,
"primary_interface": {
"address": "10.0.60.196",
"name": "eth0",
"mac_address": "0A:C0:07:E3:B5:71"
}
},
"transport": {
"bound_address": "inet[/0:0:0:0:0:0:0:0:9300]",
"publish_address": "inet[ip-10-0-60-196.ec2.internal/10.0.60.196:9300]"
},
"http": {
"bound_address": "inet[/0:0:0:0:0:0:0:0:9200]",
"publish_address": "inet[/10.0.60.196:9200]",
"max_content_length_in_bytes": 104857600
},
"plugins": [
{
"name": "marvel",
"version": "1.3.0",
"description": "Elasticsearch Management & Monitoring",
"url": "/_plugin/marvel/",
"jvm": true,
"site": true
}
,
{
"name": "head",
"version": "NA",
"description": "No description found.",
"url": "/_plugin/head/",
"jvm": false,
"site": true
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment