Hi Everyone,
I write one query in the Kibana console that provides me some JSON result I want to know about some insight into the Json result
{
"took" : 11,
"timed_out" : false,
"_shards" : {
"total" : 10,
"successful" : 10,
"skipped" : 0,
"failed" : 0
},
"hits" : {
"total" : {
"value" : 348,
"relation" : "eq"
},
"max_score" : 117.567535,
"hits" : [
{
I want to know what is difference between took and value fields