Skip to content

Instantly share code, notes, and snippets.

@djptek
Created September 27, 2018 09:00
Show Gist options
  • Save djptek/c7ffca5979775a3e1e94106d163be19c to your computer and use it in GitHub Desktop.
Save djptek/c7ffca5979775a3e1e94106d163be19c to your computer and use it in GitHub Desktop.
http://0.0.0.0:9200/_all/_stats?filter_path=_all.primaries.translog
{
"_all" : {
"primaries" : {
"translog" : {
"operations" : 0,
"size_in_bytes" : 110,
"uncommitted_operations" : 0,
"uncommitted_size_in_bytes" : 110,
"earliest_last_modified_age" : 0
}
}
}
}
refresh under index load ...
{
"_all" : {
"primaries" : {
"translog" : {
"operations" : 11,
"size_in_bytes" : 7360,
"uncommitted_operations" : 11,
"uncommitted_size_in_bytes" : 7360,
"earliest_last_modified_age" : 0
}
}
}
}
etc...
http://0.0.0.0:9200/training/_stats?filter_path=_all.primaries.translog
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment