Include a new downsample challenge to the tsdb track#319
Conversation
The downsample operation requires that the new indices it creates by aggregating data in the source index not to exist. For this reason we need to delete all of the indices, the source and the target.
|
The CI failures here require changes in Rally that are part of PR 1574 in Rally repo. |
tsdb/challenges/default.json
Outdated
| "operation-type": "delete-index", | ||
| "only-if-exists": false |
There was a problem hiding this comment.
This shouldn't be needed anymore as of elastic/rally#1580
| "operation-type": "delete-index", | |
| "only-if-exists": false | |
| "operation-type": "delete-index" |
tsdb/challenges/default.json
Outdated
| { | ||
| "operation": { | ||
| "operation-type": "delete-index", | ||
| "only-if-exists": false, |
There was a problem hiding this comment.
| "only-if-exists": false, |
The default value for 'only-if-exists' is false. As a result, we don't need to make the value explicit in the delete index operation.
Include a new downsampling operation using a 'fixed_interval' of 1 second and and operation to perform a date histogram aggregation on the resulting target index.
|
I will remove the |
This operation will fail because of too many buckets
|
The CI fails with As a result this will be fixed once the other PR is merged (the PR adding the downsample operation). |
DJRickyB
left a comment
There was a problem hiding this comment.
Just comments, since this PR is blocked on elastic/rally#1574 for now
|
I will re-run the failing CI test once the other PR (adding support for the downsample operation to Rally) is merged. |
|
@elasticmachine run rally-tracks/it |
|
@elasticmachine run rally-tracks/it |
|
@DJRickyB I executed the test after merging the other PR and everything looks ok. |
No description provided.