mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 09:19:04 -04:00
Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com> Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
This commit is contained in:
parent
3f658cb6fe
commit
7951736989
1 changed files with 1 additions and 1 deletions
|
@ -148,7 +148,7 @@ const rules = {
|
|||
shard_size: 10,
|
||||
order: {
|
||||
__template: {
|
||||
_term: 'asc',
|
||||
_key: 'asc',
|
||||
},
|
||||
_term: { __one_of: ['asc', 'desc'] },
|
||||
_count: { __one_of: ['asc', 'desc'] },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue