mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
* Autocomplete for t_test aggregation * Update aggregations.ts * Update aggregations.ts Co-authored-by: Alexey Antonov <alexwizp@gmail.com> Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com> Co-authored-by: vladpro25 <91911546+vladpro25@users.noreply.github.com> Co-authored-by: Alexey Antonov <alexwizp@gmail.com>
This commit is contained in:
parent
25595c086a
commit
67db5d0b42
1 changed files with 20 additions and 0 deletions
|
@ -79,6 +79,26 @@ const rules = {
|
|||
},
|
||||
},
|
||||
},
|
||||
t_test: {
|
||||
a: {
|
||||
field: '{field}',
|
||||
filter: { __scope_link: 'GLOBAL.filter' },
|
||||
},
|
||||
b: {
|
||||
field: '{field}',
|
||||
filter: { __scope_link: 'GLOBAL.filter' },
|
||||
},
|
||||
type: { __one_of: ['paired', 'homoscedastic', 'heteroscedastic'] },
|
||||
__template: {
|
||||
a: {
|
||||
field: '',
|
||||
},
|
||||
b: {
|
||||
field: '',
|
||||
},
|
||||
type: '',
|
||||
},
|
||||
},
|
||||
adjacency_matrix: {
|
||||
filters: {},
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue