docs: can't use same call out twice
This commit is contained in:
parent
e443bfc492
commit
d2ae3ffa36
|
@ -279,7 +279,7 @@ curl -XPOST "http://localhost:9200/_field_stats?level=indices" -d '{
|
||||||
},
|
},
|
||||||
"max_value" : {
|
"max_value" : {
|
||||||
"lt" : "2015-01-01",
|
"lt" : "2015-01-01",
|
||||||
"format" : "date_optional_time" <1>
|
"format" : "date_optional_time"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue