Created
August 16, 2015 23:23
-
-
Save mockiemockiz/738f7b81ec5099b3d8f6 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "cluster_name": "elasticsearch", | |
| "nodes": { | |
| "kpSUqEDETiq_bIzpheJ6LA": { | |
| "name": "Node client balancer", | |
| "transport_address": "inet[/127.0.0.1:9300]", | |
| "host": "mockie-notebook", | |
| "ip": "127.0.1.1", | |
| "version": "1.6.0", | |
| "build": "cdd3ac4", | |
| "http_address": "inet[/127.0.0.1:9200]", | |
| "attributes": { | |
| "master": "true" | |
| }, | |
| "settings": { | |
| "pidfile": "/var/run/elasticsearch.pid", | |
| "path": { | |
| "conf": "/etc/elasticsearch", | |
| "data": "/var/lib/elasticsearch", | |
| "logs": "/var/log/elasticsearch", | |
| "work": "/tmp/elasticsearch", | |
| "home": "/usr/share/elasticsearch" | |
| }, | |
| "cluster": { | |
| "name": "elasticsearch" | |
| }, | |
| "node": { | |
| "name": "Node client balancer", | |
| "data": "true", | |
| "master": "true" | |
| }, | |
| "name": "Node client balancer", | |
| "http": { | |
| "enabled": "true" | |
| }, | |
| "client": { | |
| "type": "node" | |
| }, | |
| "config.ignore_system_properties": "true", | |
| "config": "/etc/elasticsearch/elasticsearch.yml", | |
| "network": { | |
| "host": "127.0.0.1", | |
| "bind_host": "127.0.0.1", | |
| "publish_host": "127.0.0.1" | |
| } | |
| }, | |
| "os": { | |
| "refresh_interval_in_millis": 1000, | |
| "available_processors": 4, | |
| "cpu": { | |
| "vendor": "Intel", | |
| "model": "Core(TM) i3-4030U CPU @ 1.90GHz", | |
| "mhz": 1900, | |
| "total_cores": 4, | |
| "total_sockets": 4, | |
| "cores_per_socket": 16, | |
| "cache_size_in_bytes": 3072 | |
| }, | |
| "mem": { | |
| "total_in_bytes": 4023095296 | |
| }, | |
| "swap": { | |
| "total_in_bytes": 2998923264 | |
| } | |
| }, | |
| "process": { | |
| "refresh_interval_in_millis": 1000, | |
| "id": 1242, | |
| "max_file_descriptors": 65535, | |
| "mlockall": false | |
| }, | |
| "jvm": { | |
| "pid": 1242, | |
| "version": "1.8.0_45", | |
| "vm_name": "Java HotSpot(TM) 64-Bit Server VM", | |
| "vm_version": "25.45-b02", | |
| "vm_vendor": "Oracle Corporation", | |
| "start_time_in_millis": 1439765222417, | |
| "mem": { | |
| "heap_init_in_bytes": 268435456, | |
| "heap_max_in_bytes": 1038876672, | |
| "non_heap_init_in_bytes": 2555904, | |
| "non_heap_max_in_bytes": 0, | |
| "direct_max_in_bytes": 1038876672 | |
| }, | |
| "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": 4, | |
| "max": 4, | |
| "queue_size": "1k" | |
| }, | |
| "fetch_shard_started": { | |
| "type": "scaling", | |
| "min": 1, | |
| "max": 8, | |
| "keep_alive": "5m", | |
| "queue_size": -1 | |
| }, | |
| "listener": { | |
| "type": "fixed", | |
| "min": 2, | |
| "max": 2, | |
| "queue_size": -1 | |
| }, | |
| "index": { | |
| "type": "fixed", | |
| "min": 4, | |
| "max": 4, | |
| "queue_size": "200" | |
| }, | |
| "refresh": { | |
| "type": "scaling", | |
| "min": 1, | |
| "max": 2, | |
| "keep_alive": "5m", | |
| "queue_size": -1 | |
| }, | |
| "suggest": { | |
| "type": "fixed", | |
| "min": 4, | |
| "max": 4, | |
| "queue_size": "1k" | |
| }, | |
| "generic": { | |
| "type": "cached", | |
| "keep_alive": "30s", | |
| "queue_size": -1 | |
| }, | |
| "warmer": { | |
| "type": "scaling", | |
| "min": 1, | |
| "max": 2, | |
| "keep_alive": "5m", | |
| "queue_size": -1 | |
| }, | |
| "search": { | |
| "type": "fixed", | |
| "min": 7, | |
| "max": 7, | |
| "queue_size": "1k" | |
| }, | |
| "flush": { | |
| "type": "scaling", | |
| "min": 1, | |
| "max": 2, | |
| "keep_alive": "5m", | |
| "queue_size": -1 | |
| }, | |
| "optimize": { | |
| "type": "fixed", | |
| "min": 1, | |
| "max": 1, | |
| "queue_size": -1 | |
| }, | |
| "fetch_shard_store": { | |
| "type": "scaling", | |
| "min": 1, | |
| "max": 8, | |
| "keep_alive": "5m", | |
| "queue_size": -1 | |
| }, | |
| "management": { | |
| "type": "scaling", | |
| "min": 1, | |
| "max": 5, | |
| "keep_alive": "5m", | |
| "queue_size": -1 | |
| }, | |
| "get": { | |
| "type": "fixed", | |
| "min": 4, | |
| "max": 4, | |
| "queue_size": "1k" | |
| }, | |
| "merge": { | |
| "type": "scaling", | |
| "min": 1, | |
| "max": 2, | |
| "keep_alive": "5m", | |
| "queue_size": -1 | |
| }, | |
| "bulk": { | |
| "type": "fixed", | |
| "min": 4, | |
| "max": 4, | |
| "queue_size": "50" | |
| }, | |
| "snapshot": { | |
| "type": "scaling", | |
| "min": 1, | |
| "max": 2, | |
| "keep_alive": "5m", | |
| "queue_size": -1 | |
| } | |
| }, | |
| "network": { | |
| "refresh_interval_in_millis": 5000, | |
| "primary_interface": { | |
| "address": "192.168.1.112", | |
| "name": "wlan0", | |
| "mac_address": "5C:93:A2:BE:EC:60" | |
| } | |
| }, | |
| "transport": { | |
| "bound_address": "inet[/127.0.0.1:9300]", | |
| "publish_address": "inet[/127.0.0.1:9300]", | |
| "profiles": {} | |
| }, | |
| "http": { | |
| "bound_address": "inet[/127.0.0.1:9200]", | |
| "publish_address": "inet[/127.0.0.1:9200]", | |
| "max_content_length_in_bytes": 104857600 | |
| }, | |
| "plugins": [ | |
| { | |
| "name": "head", | |
| "version": "NA", | |
| "description": "No description found.", | |
| "url": "/_plugin/head/", | |
| "jvm": false, | |
| "site": true | |
| } | |
| ] | |
| }, | |
| "yQXmYGkfSvuNrEF65NQvkQ": { | |
| "name": "Node client balancer", | |
| "transport_address": "inet[/127.0.0.1:9301]", | |
| "host": "mockie-notebook", | |
| "ip": "127.0.1.1", | |
| "version": "1.6.0", | |
| "build": "cdd3ac4", | |
| "http_address": "inet[/127.0.0.1:9201]", | |
| "attributes": { | |
| "master": "true" | |
| }, | |
| "settings": { | |
| "pidfile": "/var/run/elasticsearch1.pid", | |
| "path": { | |
| "conf": "/etc/elasticsearch", | |
| "data": "/var/lib/elasticsearch1", | |
| "logs": "/var/log/elasticsearch1", | |
| "work": "/tmp/elasticsearch1", | |
| "home": "/usr/share/elasticsearch" | |
| }, | |
| "cluster": { | |
| "name": "elasticsearch" | |
| }, | |
| "node": { | |
| "name": "Node client balancer", | |
| "data": "true", | |
| "master": "true" | |
| }, | |
| "name": "Node client balancer", | |
| "http": { | |
| "enabled": "true" | |
| }, | |
| "client": { | |
| "type": "node" | |
| }, | |
| "config.ignore_system_properties": "true", | |
| "config": "/etc/elasticsearch/elasticsearch1.yml", | |
| "network": { | |
| "host": "127.0.0.1", | |
| "bind_host": "127.0.0.1", | |
| "publish_host": "127.0.0.1" | |
| } | |
| }, | |
| "os": { | |
| "refresh_interval_in_millis": 1000, | |
| "available_processors": 4, | |
| "cpu": { | |
| "vendor": "Intel", | |
| "model": "Core(TM) i3-4030U CPU @ 1.90GHz", | |
| "mhz": 1900, | |
| "total_cores": 4, | |
| "total_sockets": 4, | |
| "cores_per_socket": 16, | |
| "cache_size_in_bytes": 3072 | |
| }, | |
| "mem": { | |
| "total_in_bytes": 4023095296 | |
| }, | |
| "swap": { | |
| "total_in_bytes": 2998923264 | |
| } | |
| }, | |
| "process": { | |
| "refresh_interval_in_millis": 1000, | |
| "id": 4143, | |
| "max_file_descriptors": 65535, | |
| "mlockall": false | |
| }, | |
| "jvm": { | |
| "pid": 4143, | |
| "version": "1.8.0_45", | |
| "vm_name": "Java HotSpot(TM) 64-Bit Server VM", | |
| "vm_version": "25.45-b02", | |
| "vm_vendor": "Oracle Corporation", | |
| "start_time_in_millis": 1439766040044, | |
| "mem": { | |
| "heap_init_in_bytes": 268435456, | |
| "heap_max_in_bytes": 1038876672, | |
| "non_heap_init_in_bytes": 2555904, | |
| "non_heap_max_in_bytes": 0, | |
| "direct_max_in_bytes": 1038876672 | |
| }, | |
| "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": 4, | |
| "max": 4, | |
| "queue_size": "1k" | |
| }, | |
| "fetch_shard_started": { | |
| "type": "scaling", | |
| "min": 1, | |
| "max": 8, | |
| "keep_alive": "5m", | |
| "queue_size": -1 | |
| }, | |
| "listener": { | |
| "type": "fixed", | |
| "min": 2, | |
| "max": 2, | |
| "queue_size": -1 | |
| }, | |
| "index": { | |
| "type": "fixed", | |
| "min": 4, | |
| "max": 4, | |
| "queue_size": "200" | |
| }, | |
| "refresh": { | |
| "type": "scaling", | |
| "min": 1, | |
| "max": 2, | |
| "keep_alive": "5m", | |
| "queue_size": -1 | |
| }, | |
| "suggest": { | |
| "type": "fixed", | |
| "min": 4, | |
| "max": 4, | |
| "queue_size": "1k" | |
| }, | |
| "generic": { | |
| "type": "cached", | |
| "keep_alive": "30s", | |
| "queue_size": -1 | |
| }, | |
| "warmer": { | |
| "type": "scaling", | |
| "min": 1, | |
| "max": 2, | |
| "keep_alive": "5m", | |
| "queue_size": -1 | |
| }, | |
| "search": { | |
| "type": "fixed", | |
| "min": 7, | |
| "max": 7, | |
| "queue_size": "1k" | |
| }, | |
| "flush": { | |
| "type": "scaling", | |
| "min": 1, | |
| "max": 2, | |
| "keep_alive": "5m", | |
| "queue_size": -1 | |
| }, | |
| "optimize": { | |
| "type": "fixed", | |
| "min": 1, | |
| "max": 1, | |
| "queue_size": -1 | |
| }, | |
| "fetch_shard_store": { | |
| "type": "scaling", | |
| "min": 1, | |
| "max": 8, | |
| "keep_alive": "5m", | |
| "queue_size": -1 | |
| }, | |
| "management": { | |
| "type": "scaling", | |
| "min": 1, | |
| "max": 5, | |
| "keep_alive": "5m", | |
| "queue_size": -1 | |
| }, | |
| "get": { | |
| "type": "fixed", | |
| "min": 4, | |
| "max": 4, | |
| "queue_size": "1k" | |
| }, | |
| "merge": { | |
| "type": "scaling", | |
| "min": 1, | |
| "max": 2, | |
| "keep_alive": "5m", | |
| "queue_size": -1 | |
| }, | |
| "bulk": { | |
| "type": "fixed", | |
| "min": 4, | |
| "max": 4, | |
| "queue_size": "50" | |
| }, | |
| "snapshot": { | |
| "type": "scaling", | |
| "min": 1, | |
| "max": 2, | |
| "keep_alive": "5m", | |
| "queue_size": -1 | |
| } | |
| }, | |
| "network": { | |
| "refresh_interval_in_millis": 5000, | |
| "primary_interface": { | |
| "address": "192.168.1.112", | |
| "name": "wlan0", | |
| "mac_address": "5C:93:A2:BE:EC:60" | |
| } | |
| }, | |
| "transport": { | |
| "bound_address": "inet[/127.0.0.1:9301]", | |
| "publish_address": "inet[/127.0.0.1:9301]", | |
| "profiles": {} | |
| }, | |
| "http": { | |
| "bound_address": "inet[/127.0.0.1:9201]", | |
| "publish_address": "inet[/127.0.0.1:9201]", | |
| "max_content_length_in_bytes": 104857600 | |
| }, | |
| "plugins": [ | |
| { | |
| "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