Here the output for cluster stats. Btw, I'm using Elasticsearch 5.4.2.
{"_nodes":{"total":1,"successful":1,"failed":0},"cluster_name":"elasticsearch","timestamp":1517228627775,"status":"yellow","indices":{"count":218,"shards":{"total":1086,"primaries":1086,"replication":0.0,"index":{"shards":{"min":1,"max":5,"avg":4.981651376146789},"primaries":{"min":1,"max":5,"avg":4.981651376146789},"replication":{"min":0.0,"max":0.0,"avg":0.0}}},"docs":{"count":110738270,"deleted":431144},"store":{"size_in_bytes":46893135725,"throttle_time_in_millis":0},"fielddata":{"memory_size_in_bytes":0,"evictions":0},"query_cache":{"memory_size_in_bytes":1504624,"total_count":22979719,"hit_count":22218986,"miss_count":760733,"cache_size":24290,"cache_count":25006,"evictions":716},"completion":{"size_in_bytes":0},"segments":{"count":7115,"memory_in_bytes":195825045,"terms_memory_in_bytes":153968445,"stored_fields_memory_in_bytes":15675896,"term_vectors_memory_in_bytes":0,"norms_memory_in_bytes":7692736,"points_memory_in_bytes":4175228,"doc_values_memory_in_bytes":14312740,"index_writer_memory_in_bytes":28019676,"version_map_memory_in_bytes":220680,"fixed_bit_set_memory_in_bytes":0,"max_unsafe_auto_id_timestamp":1517222506040,"file_sizes":{}}},"nodes":{"count":{"total":1,"data":1,"coordinating_only":0,"master":1,"ingest":1},"versions":["5.4.2"],"os":{"available_processors":4,"allocated_processors":4,"names":[{"name":"Linux","count":1}],"mem":{"total_in_bytes":7841579008,"free_in_bytes":147542016,"used_in_bytes":7694036992,"free_percent":2,"used_percent":98}},"process":{"cpu":{"percent":45},"open_file_descriptors":{"min":3582,"max":3582,"avg":3582}},"jvm":{"max_uptime_in_millis":6398899,"versions":[{"version":"1.8.0_151","vm_name":"Java HotSpot(TM) 64-Bit Server VM","vm_version":"25.151-b12","vm_vendor":"Oracle Corporation","count":1}],"mem":{"heap_used_in_bytes":3180768432,"heap_max_in_bytes":3186360320},"threads":59},"fs":{"total_in_bytes":104022159360,"free_in_bytes":41403764736,"available_in_bytes":41386987520},"plugins":[],"network_types":{"transport_types":{"netty4":1},"http_types":{"netty4":1}}}}root@ELK:/home/kmelchor# {"_nodes":{"total":1,"successful":1,"failed":0},"cluster_name":"elasticsearch","timestamp":1517228627775,"status":"yellow","indices":{"count":218,"shards":{"total":1086,"primaries":1086,"replication":0.0,"index":{"shards":{"min":1,"max":5,"avg":4.981651376146789},"primaries":{"min":1,"max":5,"avg":4.981651376146789},"replication":{"min":0.0,"max":0.0,"avg":0.0}}},"docs":{"count":110738270,"deleted":431144},"store":{"size":"43.6gb","size_in_bytes":46882229447,"throttle_time":"0s","throttle_time_in_millis":0},"fielddata":{"memory_size":"0b","memory_size_in_bytes":0,"evictions":0},"query_cache":{"memory_size":"1.4mb","memory_size_in_bytes":1504624,"total_count":22979803,"hit_count":22219070,"miss_count":760733,"cache_size":24290,"cache_count":25006,"evictions":716},"completion":{"size":"0b","size_in_bytes":0},"segments":{"count":7115,"memory":"186.7mb","memory_in_bytes":195825045,"terms_memory":"146.8mb","terms_memory_in_bytes":153968445,"stored_fields_memory":"14.9mb","stored_fields_memory_in_bytes":15675896,"term_vectors_memory":"0b","term_vectors_memory_in_bytes":0,"norms_memory":"7.3mb","norms_memory_in_bytes":7692736,"points_memory":"3.9mb","points_memory_in_bytes":4175228,"doc_values_memory":"13.6mb","doc_values_memory_in_bytes":14312740,"index_writer_memory":"26.7mb","index_writer_memory_in_bytes":28020104,"version_map_memory":"217kb","version_map_memory_in_bytes":222219,"fixed_bit_set":"0b","fixed_bit_set_memory_in_bytes":0,"max_unsafe_auto_id_timestamp":1517222506040,"file_sizes":{}}},"nodes":{"count":{"total":1,"data":1,"coordinating_only":0,"master":1,"ingest":1},"versions":["5.4.2"],"os":{"available_processors":4,"allocated_processors":4,"names":[{"name":"Linux","count":1}],"mem":{"total":"7.3gb","total_in_bytes":7841579008,"free":"134.3mb","free_in_bytes":140886016,"used":"7.1gb","used_in_bytes":7700692992,"free_percent":2,"used_percent":98}},"process":{"cpu":{"percent":26},"open_file_descriptors":{"min":3570,"max":3570,"avg":3570}},"jvm":{"max_uptime":"1.7h","max_uptime_in_millis":6412735,"versions":[{"version":"1.8.0_151","vm_name":"Java HotSpot(TM) 64-Bit Server VM","vm_version":"25.151-b12","vm_vendor":"Oracle Corporation","count":1}],"mem":{"heap_used":"2.9gb","heap_used_in_bytes":3157385112,"heap_max":"2.9gb","heap_max_in_bytes":3186360320},"threads":61},"fs":{"total":"96.8gb","total_in_bytes":104022159360,"free":"38.5gb","free_in_bytes":41400393728,"available":"38.5gb","available_in_bytes":41383616512},"plugins":[],"network_types":{"transport_types":{"netty4":1},"http_types":{"netty4":1}}}}
I'm looking at the post you just sent right now.