Add data frame feature (#38934) (#39029)

The data frame plugin allows users to create feature indexes by pivoting a source index. In a
nutshell this can be understood as reindex supporting aggregations or similar to the so called entity
centric indexing.

Full history is provided in: feature/data-frame-transforms
This commit is contained in:
Hendrik Muhs 2019-02-18 11:07:29 +01:00 committed by GitHub
parent 8895befe51
commit 4f662bd289
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
93 changed files with 8671 additions and 5 deletions

View file

@ -68,6 +68,11 @@ Example response:
"available" : true,
"enabled" : true
},
"data_frame" : {
"description" : "Data Frame for the Elastic Stack",
"available" : true,
"enabled" : true
},
"graph" : {
"description" : "Graph Data Exploration for the Elastic Stack",
"available" : true,