Autocomplete for t_test aggregation (#117782) (#119048)

* 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:
Kibana Machine 2021-11-18 12:23:19 -05:00 committed by GitHub
parent 25595c086a
commit 67db5d0b42
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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: {},
},