Skip to content

Instantly share code, notes, and snippets.

@jrots
Created January 13, 2016 11:51
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 jrots/9d027f3a00b7b7886a3b to your computer and use it in GitHub Desktop.
Save jrots/9d027f3a00b7b7886a3b to your computer and use it in GitHub Desktop.
segments of index
http://elastic17:9200/users/_segments?pretty
{
"users" : {
"settings" : {
"index" : {
"search" : {
"slowlog" : {
"threshold" : {
"fetch" : {
"debug" : "500ms"
},
"query" : {
"warn" : "10s"
}
}
}
},
"refresh_interval" : "60s",
"indexing" : {
"slowlog" : {
"threshold" : {
"index" : {
"info" : "5s"
}
}
}
},
"number_of_shards" : "4",
"translog" : {
"flush_threshold_size" : "1024M",
"durability" : "async"
},
"merge" : {
"scheduler" : {
"max_thread_count" : "1"
},
"policy" : {
"segments_per_tier" : "4",
"max_merge_at_once" : "4"
}
},
"creation_date" : "1450096999805",
"number_of_replicas" : "0",
"uuid" : "3k-50iogTHeHMmIqBb4Zmw",
"version" : {
"created" : "2010099"
}
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment