Skip to content

Instantly share code, notes, and snippets.

{
"cluster_name" : "prod.wob.lt_es_cluster",
"nodes" : {
"E5NWCG0rRzSnYmMyY1fnjA" : {
"timestamp" : 1441191292075,
"name" : "es01.prod.wob.lt",
"transport_address" : "inet[/10.46.0.18:9300]",
"host" : "es01.prod.wob.lt",
"ip" : [ "inet[/10.46.0.18:9300]", "NONE" ],
{
"logs" : {
"settings" : {
"index" : {
"creation_date" : "1440870494388",
"uuid" : "bx575Tg5Q-S_v9VgJf9XOw",
"number_of_replicas" : "1",
"number_of_shards" : "12",
"version" : {
package colprint;
use strict;
use warnings;
use Switch;
{
# Get terminal sizes lines and cols
my $lines = `tput lines`;
my $columns = `tput cols`;