Skip to content

Commit

Permalink
update collection schema
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasneirynck committed May 18, 2021
1 parent 09da324 commit 60c4923
Showing 1 changed file with 116 additions and 0 deletions.
116 changes: 116 additions & 0 deletions x-pack/plugins/telemetry_collection_xpack/schema/xpack_plugins.json
Original file line number Diff line number Diff line change
Expand Up @@ -3216,6 +3216,122 @@
}
}
},
"resolutions": {
"properties": {
"coarse": {
"properties": {
"min": {
"type": "long",
"_meta": {
"description": "min number of grid-agg layers with coarse resolution"
}
},
"max": {
"type": "long",
"_meta": {
"description": "max number of grid-agg layers with coarse resolution"
}
},
"avg": {
"type": "float",
"_meta": {
"description": "avg number of grid-agg layers with coarse resolution"
}
},
"total": {
"type": "long",
"_meta": {
"description": "total number of grid-agg layers with coarse resolution"
}
}
}
},
"fine": {
"properties": {
"min": {
"type": "long",
"_meta": {
"description": "min number of grid-agg layers with fine resolution"
}
},
"max": {
"type": "long",
"_meta": {
"description": "max number of grid-agg layers with fine resolution"
}
},
"avg": {
"type": "float",
"_meta": {
"description": "avg number of grid-agg layers with fine resolution"
}
},
"total": {
"type": "long",
"_meta": {
"description": "total number of grid-agg layers with fine resolution"
}
}
}
},
"most_fine": {
"properties": {
"min": {
"type": "long",
"_meta": {
"description": "min number of grid-agg layers with most_fine resolution"
}
},
"max": {
"type": "long",
"_meta": {
"description": "max number of grid-agg layers with most_fine resolution"
}
},
"avg": {
"type": "float",
"_meta": {
"description": "avg number of grid-agg layers with most_fine resolution"
}
},
"total": {
"type": "long",
"_meta": {
"description": "total number of grid-agg layers with most_fine resolution"
}
}
}
},
"super_fine": {
"properties": {
"min": {
"type": "long",
"_meta": {
"description": "min number of grid-agg layers with super_fine resolution"
}
},
"max": {
"type": "long",
"_meta": {
"description": "max number of grid-agg layers with super_fine resolution"
}
},
"avg": {
"type": "float",
"_meta": {
"description": "avg number of grid-agg layers with super_fine resolution"
}
},
"total": {
"type": "long",
"_meta": {
"description": "total number of grid-agg layers with super_fine resolution"
}
}
}
}
}
},
"joins": {
"properties": {
"term": {
Expand Down

0 comments on commit 60c4923

Please sign in to comment.