Skip to content

Commit

Permalink
Revert "temporary merge PR 32743 (#32776)"
Browse files Browse the repository at this point in the history
This reverts commit 1a00847.
  • Loading branch information
Hendrik Muhs committed Sep 5, 2018
1 parent e6d58c5 commit a0b72c9
Show file tree
Hide file tree
Showing 24 changed files with 425 additions and 729 deletions.
6 changes: 3 additions & 3 deletions x-pack/docs/en/rest-api/rollup/get-job.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ Which will yield the following response:
"stats" : {
"pages_processed" : 0,
"documents_processed" : 0,
"documents_indexed" : 0,
"rollups_indexed" : 0,
"trigger_count" : 0
}
}
Expand Down Expand Up @@ -219,7 +219,7 @@ Which will yield the following response:
"stats" : {
"pages_processed" : 0,
"documents_processed" : 0,
"documents_indexed" : 0,
"rollups_indexed" : 0,
"trigger_count" : 0
}
},
Expand Down Expand Up @@ -268,7 +268,7 @@ Which will yield the following response:
"stats" : {
"pages_processed" : 0,
"documents_processed" : 0,
"documents_indexed" : 0,
"rollups_indexed" : 0,
"trigger_count" : 0
}
}
Expand Down

This file was deleted.

Loading

0 comments on commit a0b72c9

Please sign in to comment.