[DOCS] Fixed callout reference error.

This commit is contained in:
Deb Adair 2017-06-08 16:40:53 -07:00
parent a771912a22
commit dbe2de0891
1 changed files with 2 additions and 2 deletions

View File

@ -125,7 +125,7 @@ PUT events
"settings" : {
"index" : {
"sort.field" : "timestamp",
"sort.order" : "desc" <2>
"sort.order" : "desc" <1>
}
},
"mappings": {
@ -172,7 +172,7 @@ to false:
GET /events/_search
{
"size": 10,
"sort": [
"sort": [ <1>
{ "timestamp": "desc" }
],
"track_total_hits": false