Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Could not delete job [...] because indexer state is [ABORTING]. Job must be [STOPPED] before deletion. #33155

Closed
spalger opened this issue Mar 13, 2019 · 4 comments
Assignees
Labels
failed-test A test failure on a tracked branch, potentially flaky-test Feature:Rollups Team:Kibana Management Dev Tools, Index Management, Upgrade Assistant, ILM, Ingest Node Pipelines, and more

Comments

@spalger
Copy link
Contributor

spalger commented Mar 13, 2019

We've seen a couple failures since #32884 was merged, caused by the a job being in the ABORTING state when we try to delete it. This is not allowed by ES and triggers an error that fails the tests.

Error:

00:29:06.005                  └- ✖ fail: "apis management rollup jobs "after all" hook"
00:29:06.005                  │      Error: the object {
00:29:06.006                  │   "_events": {}
00:29:06.006                  │   "_eventsCount": 0
00:29:06.007                  │   "_maxListeners": [undefined]
00:29:06.007                  │   "accepted": false
00:29:06.008                  │   "badRequest": true
00:29:06.008                  │   "body": {
00:29:06.008                  │     "error": "Bad Request"
00:29:06.009                  │     "message": "Could not delete job [sozgzhkhoelys-1552496083469] because indexer state is [ABORTING].  Job must be [STOPPED] before deletion."
00:29:06.010                  │     "statusCode": 400
00:29:06.010                  │   }
00:29:06.011                  │   "buffered": true
00:29:06.011                  │   "charset": "utf-8"
00:29:06.011                  │   "clientError": true
00:29:06.011                  │   "error": "Error: cannot POST /api/rollup/delete (400)"
00:29:06.012                  │   "files": [undefined]
00:29:06.012                  │   "forbidden": false
00:29:06.019                  │   "header": {
00:29:06.019                  │     "cache-control": "no-cache"
00:29:06.019                  │     "connection": "close"
00:29:06.020                  │     "content-length": "180"
00:29:06.020                  │     "content-type": "application/json; charset=utf-8"
00:29:06.021                  │     "date": "Wed, 13 Mar 2019 16:54:45 GMT"
00:29:06.021                  │     "kbn-name": "kibana"
00:29:06.021                  │     "kbn-xpack-sig": "3cfe174b49ad8b46069d835c4f8223a2"
00:29:06.022                  │   }
00:29:06.022                  │   "headers": {
00:29:06.022                  │     "cache-control": "no-cache"
00:29:06.023                  │     "connection": "close"
00:29:06.023                  │     "content-length": "180"
00:29:06.023                  │     "content-type": "application/json; charset=utf-8"
00:29:06.024                  │     "date": "Wed, 13 Mar 2019 16:54:45 GMT"
00:29:06.024                  │     "kbn-name": "kibana"
00:29:06.025                  │     "kbn-xpack-sig": "3cfe174b49ad8b46069d835c4f8223a2"
00:29:06.025                  │   }
00:29:06.026                  │   "info": false
00:29:06.026                  │   "links": {}
00:29:06.026                  │   "noContent": false
00:29:06.027                  │   "notAcceptable": false
00:29:06.027                  │   "notFound": false
00:29:06.027                  │   "ok": false
00:29:06.028                  │   "redirect": false
00:29:06.028                  │   "redirects": []
00:29:06.028                  │   "req": {
00:29:06.029                  │     "_contentLength": 307
00:29:06.029                  │     "_ended": true
00:29:06.029                  │     "_events": {
00:29:06.030                  │       "drain": {
00:29:06.030                  │         "listener": [Function]
00:29:06.030                  │       }
00:29:06.030                  │       "error": {
00:29:06.038                  │         "listener": [Function]
00:29:06.039                  │       }
00:29:06.039                  │       "prefinish": [Function]
00:29:06.039                  │     }
00:29:06.039                  │     "_eventsCount": 3
00:29:06.040                  │     "_hasBody": true
00:29:06.040                  │     "_header": "POST /api/rollup/delete HTTP/1.1\r\nHost: localhost:5620\r\nAccept-Encoding: gzip, deflate\r\nUser-Agent: node-superagent/3.8.2\r\nkbn-xsrf: xxx\r\nContent-Type: application/json\r\nAuthorization: Basic ZWxhc3RpYzpjaGFuZ2VtZQ==\r\nContent-Length: 307\r\nConnection: close\r\n\r\n"
00:29:06.042                  │     "_headerSent": true
00:29:06.042                  │     "_last": true
00:29:06.042                  │     "_maxListeners": [undefined]
00:29:06.043                  │     "_onPendingData": [Function]
00:29:06.043                  │     "_removedConnection": false
00:29:06.043                  │     "_removedContLen": false
00:29:06.043                  │     "_removedTE": false
00:29:06.044                  │     "_trailer": ""
00:29:06.044                  │     "aborted": [undefined]
00:29:06.044                  │     "agent": {
00:29:06.044                  │       "_events": {
00:29:06.045                  │         "free": [Function]
00:29:06.045                  │       }
00:29:06.045                  │       "_eventsCount": 1
00:29:06.045                  │       "_maxListeners": [undefined]
00:29:06.045                  │       "defaultPort": 80
00:29:06.046                  │       "freeSockets": {}
00:29:06.046                  │       "keepAlive": false
00:29:06.046                  │       "keepAliveMsecs": 1000
00:29:06.046                  │       "maxFreeSockets": 256
00:29:06.047                  │       "maxSockets": Infinity
00:29:06.047                  │       "options": {
00:29:06.047                  │         "path": [null]
00:29:06.047                  │       }
00:29:06.047                  │       "protocol": "http:"
00:29:06.048                  │       "requests": {}
00:29:06.048                  │       "sockets": {
00:29:06.048                  │         "localhost:5620:": [
00:29:06.049                  │           {
00:29:06.049                  │             "_events": {
00:29:06.049                  │               "agentRemove": [Function]
00:29:06.050                  │               "close": [
00:29:06.050                  │                 [Function]
00:29:06.050                  │                 [Function]
00:29:06.051                  │               ]
00:29:06.051                  │               "drain": [Function]
00:29:06.051                  │               "end": [Function]
00:29:06.051                  │               "error": [Function]
00:29:06.052                  │               "finish": {
00:29:06.052                  │                 "listener": [Function]
00:29:06.053                  │               }
00:29:06.053                  │               "free": [Function]
00:29:06.053                  │             }
00:29:06.054                  │             "_eventsCount": 7
00:29:06.054                  │             "_hadError": false
00:29:06.055                  │             "_handle": "[object TCP]"
00:29:06.055                  │             "_host": "localhost"
00:29:06.056                  │             "_httpMessage": [Circular]
00:29:06.056                  │             "_maxListeners": [undefined]
00:29:06.057                  │             "_parent": [null]
00:29:06.057                  │             "_pendingData": [null]
00:29:06.057                  │             "_pendingEncoding": ""
00:29:06.058                  │             "_readableState": {
00:29:06.058                  │               "awaitDrain": 0
00:29:06.059                  │               "buffer": {
00:29:06.059                  │                 "head": [null]
00:29:06.059                  │                 "length": 0
00:29:06.060                  │                 "tail": [null]
00:29:06.060                  │               }
00:29:06.060                  │               "decoder": [null]
00:29:06.061                  │               "defaultEncoding": "utf8"
00:29:06.061                  │               "destroyed": false
00:29:06.062                  │               "emitClose": false
00:29:06.062                  │               "emittedReadable": false
00:29:06.063                  │               "encoding": [null]
00:29:06.063                  │               "endEmitted": false
00:29:06.064                  │               "ended": false
00:29:06.064                  │               "flowing": true
00:29:06.065                  │               "highWaterMark": 16384
00:29:06.065                  │               "length": 0
00:29:06.065                  │               "needReadable": true
00:29:06.066                  │               "objectMode": false
00:29:06.066                  │               "paused": false
00:29:06.067                  │               "pipes": [null]
00:29:06.067                  │               "pipesCount": 0
00:29:06.068                  │               "readableListening": false
00:29:06.068                  │               "reading": true
00:29:06.069                  │               "readingMore": false
00:29:06.069                  │               "resumeScheduled": false
00:29:06.069                  │               "sync": false
00:29:06.070                  │             }
00:29:06.070                  │             "_server": [null]
00:29:06.070                  │             "_sockname": [null]
00:29:06.071                  │             "_writableState": {
00:29:06.071                  │               "bufferProcessing": false
00:29:06.072                  │               "bufferedRequest": [null]
00:29:06.072                  │               "bufferedRequestCount": 0
00:29:06.072                  │               "corked": 0
00:29:06.073                  │               "corkedRequestsFree": {
00:29:06.073                  │                 "entry": [null]
00:29:06.074                  │                 "finish": [Function]
00:29:06.074                  │                 "next": {
00:29:06.074                  │                   "entry": [null]
00:29:06.075                  │                   "finish": [Function]
00:29:06.075                  │                   "next": [null]
00:29:06.076                  │                 }
00:29:06.076                  │               }
00:29:06.076                  │               "decodeStrings": false
00:29:06.076                  │               "defaultEncoding": "utf8"
00:29:06.077                  │               "destroyed": false
00:29:06.077                  │               "emitClose": false
00:29:06.078                  │               "ended": true
00:29:06.078                  │               "ending": true
00:29:06.079                  │               "errorEmitted": false
00:29:06.079                  │               "finalCalled": true
00:29:06.080                  │               "finished": false
00:29:06.080                  │               "highWaterMark": 16384
00:29:06.081                  │               "lastBufferedRequest": [null]
00:29:06.081                  │               "length": 0
00:29:06.081                  │               "needDrain": false
00:29:06.082                  │               "objectMode": false
00:29:06.082                  │               "onwrite": [Function]
00:29:06.083                  │               "pendingcb": 1
00:29:06.083                  │               "prefinished": false
00:29:06.084                  │               "sync": false
00:29:06.084                  │               "writecb": [null]
00:29:06.085                  │               "writelen": 0
00:29:06.085                  │               "writing": false
00:29:06.085                  │             }
00:29:06.086                  │             "allowHalfOpen": false
00:29:06.086                  │             "connecting": false
00:29:06.086                  │             "parser": [null]
00:29:06.087                  │             "readable": true
00:29:06.087                  │             "server": [null]
00:29:06.088                  │             "writable": false
00:29:06.088                  │           }
00:29:06.088                  │         ]
00:29:06.089                  │       }
00:29:06.089                  │     }
00:29:06.089                  │     "chunkedEncoding": false
00:29:06.089                  │     "connection": {
00:29:06.090                  │       "_events": {
00:29:06.090                  │         "agentRemove": [Function]
00:29:06.091                  │         "close": [
00:29:06.091                  │           [Function]
00:29:06.091                  │           [Function]
00:29:06.091                  │         ]
00:29:06.092                  │         "drain": [Function]
00:29:06.092                  │         "end": [Function]
00:29:06.093                  │         "error": [Function]
00:29:06.093                  │         "finish": {
00:29:06.093                  │           "listener": [Function]
00:29:06.094                  │         }
00:29:06.094                  │         "free": [Function]
00:29:06.094                  │       }
00:29:06.095                  │       "_eventsCount": 7
00:29:06.095                  │       "_hadError": false
00:29:06.095                  │       "_handle": "[object TCP]"
00:29:06.096                  │       "_host": "localhost"
00:29:06.096                  │       "_httpMessage": [Circular]
00:29:06.097                  │       "_maxListeners": [undefined]
00:29:06.097                  │       "_parent": [null]
00:29:06.097                  │       "_pendingData": [null]
00:29:06.098                  │       "_pendingEncoding": ""
00:29:06.098                  │       "_readableState": {
00:29:06.098                  │         "awaitDrain": 0
00:29:06.098                  │         "buffer": {
00:29:06.099                  │           "head": [null]
00:29:06.099                  │           "length": 0
00:29:06.100                  │           "tail": [null]
00:29:06.100                  │         }
00:29:06.100                  │         "decoder": [null]
00:29:06.101                  │         "defaultEncoding": "utf8"
00:29:06.101                  │         "destroyed": false
00:29:06.102                  │         "emitClose": false
00:29:06.102                  │         "emittedReadable": false
00:29:06.102                  │         "encoding": [null]
00:29:06.103                  │         "endEmitted": false
00:29:06.103                  │         "ended": false
00:29:06.103                  │         "flowing": true
00:29:06.104                  │         "highWaterMark": 16384
00:29:06.104                  │         "length": 0
00:29:06.104                  │         "needReadable": true
00:29:06.105                  │         "objectMode": false
00:29:06.105                  │         "paused": false
00:29:06.105                  │         "pipes": [null]
00:29:06.106                  │         "pipesCount": 0
00:29:06.106                  │         "readableListening": false
00:29:06.106                  │         "reading": true
00:29:06.107                  │         "readingMore": false
00:29:06.107                  │         "resumeScheduled": false
00:29:06.108                  │         "sync": false
00:29:06.108                  │       }
00:29:06.108                  │       "_server": [null]
00:29:06.109                  │       "_sockname": [null]
00:29:06.109                  │       "_writableState": {
00:29:06.109                  │         "bufferProcessing": false
00:29:06.110                  │         "bufferedRequest": [null]
00:29:06.110                  │         "bufferedRequestCount": 0
00:29:06.111                  │         "corked": 0
00:29:06.111                  │         "corkedRequestsFree": {
00:29:06.111                  │           "entry": [null]
00:29:06.111                  │           "finish": [Function]
00:29:06.112                  │           "next": {
00:29:06.112                  │             "entry": [null]
00:29:06.113                  │             "finish": [Function]
00:29:06.114                  │             "next": [null]
00:29:06.114                  │           }
00:29:06.114                  │         }
00:29:06.115                  │         "decodeStrings": false
00:29:06.115                  │         "defaultEncoding": "utf8"
00:29:06.116                  │         "destroyed": false
00:29:06.116                  │         "emitClose": false
00:29:06.117                  │         "ended": true
00:29:06.117                  │         "ending": true
00:29:06.117                  │         "errorEmitted": false
00:29:06.118                  │         "finalCalled": true
00:29:06.118                  │         "finished": false
00:29:06.118                  │         "highWaterMark": 16384
00:29:06.119                  │         "lastBufferedRequest": [null]
00:29:06.119                  │         "length": 0
00:29:06.119                  │         "needDrain": false
00:29:06.120                  │         "objectMode": false
00:29:06.120                  │         "onwrite": [Function]
00:29:06.121                  │         "pendingcb": 1
00:29:06.121                  │         "prefinished": false
00:29:06.121                  │         "sync": false
00:29:06.122                  │         "writecb": [null]
00:29:06.122                  │         "writelen": 0
00:29:06.122                  │         "writing": false
00:29:06.123                  │       }
00:29:06.123                  │       "allowHalfOpen": false
00:29:06.123                  │       "connecting": false
00:29:06.124                  │       "parser": [null]
00:29:06.124                  │       "readable": true
00:29:06.124                  │       "server": [null]
00:29:06.125                  │       "writable": false
00:29:06.125                  │     }
00:29:06.125                  │     "finished": true
00:29:06.126                  │     "maxHeadersCount": [null]
00:29:06.126                  │     "method": "POST"
00:29:06.126                  │     "output": []
00:29:06.127                  │     "outputCallbacks": []
00:29:06.127                  │     "outputEncodings": []
00:29:06.127                  │     "outputSize": 0
00:29:06.128                  │     "parser": [null]
00:29:06.128                  │     "path": "/api/rollup/delete"
00:29:06.128                  │     "res": {
00:29:06.129                  │       "_consuming": false
00:29:06.129                  │       "_dumped": false
00:29:06.130                  │       "_events": {
00:29:06.130                  │         "close": [Function]
00:29:06.130                  │         "data": [
00:29:06.130                  │           [Function]
00:29:06.131                  │           [Function]
00:29:06.131                  │           [Function]
00:29:06.134                  │         ]
00:29:06.134                  │         "end": [
00:29:06.135                  │           [Function]
00:29:06.135                  │           [Function]
00:29:06.135                  │           [Function]
00:29:06.135                  │         ]
00:29:06.135                  │         "error": [
00:29:06.136                  │           {
00:29:06.136                  │             "listener": [Function]
00:29:06.136                  │           }
00:29:06.136                  │           [Function]
00:29:06.137                  │         ]
00:29:06.137                  │       }
00:29:06.137                  │       "_eventsCount": 4
00:29:06.137                  │       "_maxListeners": [undefined]
00:29:06.137                  │       "_readableState": {
00:29:06.138                  │         "awaitDrain": 0
00:29:06.138                  │         "buffer": {
00:29:06.138                  │           "head": [null]
00:29:06.138                  │           "length": 0
00:29:06.138                  │           "tail": [null]
00:29:06.139                  │         }
00:29:06.139                  │         "decoder": {
00:29:06.139                  │           "encoding": "utf8"
00:29:06.139                  │         }
00:29:06.139                  │         "defaultEncoding": "utf8"
00:29:06.140                  │         "destroyed": false
00:29:06.140                  │         "emitClose": true
00:29:06.140                  │         "emittedReadable": false
00:29:06.141                  │         "encoding": "utf8"
00:29:06.141                  │         "endEmitted": true
00:29:06.141                  │         "ended": true
00:29:06.141                  │         "flowing": true
00:29:06.142                  │         "highWaterMark": 16384
00:29:06.142                  │         "length": 0
00:29:06.142                  │         "needReadable": false
00:29:06.142                  │         "objectMode": false
00:29:06.143                  │         "paused": false
00:29:06.143                  │         "pipes": [null]
00:29:06.143                  │         "pipesCount": 0
00:29:06.143                  │         "readableListening": false
00:29:06.144                  │         "reading": false
00:29:06.144                  │         "readingMore": true
00:29:06.144                  │         "resumeScheduled": false
00:29:06.144                  │         "sync": true
00:29:06.144                  │       }
00:29:06.145                  │       "aborted": false
00:29:06.145                  │       "client": {
00:29:06.145                  │         "_events": {
00:29:06.145                  │           "agentRemove": [Function]
00:29:06.146                  │           "close": [
00:29:06.146                  │             [Function]
00:29:06.146                  │             [Function]
00:29:06.146                  │           ]
00:29:06.146                  │           "drain": [Function]
00:29:06.147                  │           "end": [Function]
00:29:06.147                  │           "error": [Function]
00:29:06.147                  │           "finish": {
00:29:06.147                  │             "listener": [Function]
00:29:06.148                  │           }
00:29:06.148                  │           "free": [Function]
00:29:06.148                  │         }
00:29:06.148                  │         "_eventsCount": 7
00:29:06.149                  │         "_hadError": false
00:29:06.149                  │         "_handle": "[object TCP]"
00:29:06.149                  │         "_host": "localhost"
00:29:06.149                  │         "_httpMessage": [Circular]
00:29:06.150                  │         "_maxListeners": [undefined]
00:29:06.150                  │         "_parent": [null]
00:29:06.150                  │         "_pendingData": [null]
00:29:06.150                  │         "_pendingEncoding": ""
00:29:06.151                  │         "_readableState": {
00:29:06.151                  │           "awaitDrain": 0
00:29:06.151                  │           "buffer": {
00:29:06.151                  │             "head": [null]
00:29:06.152                  │             "length": 0
00:29:06.152                  │             "tail": [null]
00:29:06.152                  │           }
00:29:06.152                  │           "decoder": [null]
00:29:06.153                  │           "defaultEncoding": "utf8"
00:29:06.153                  │           "destroyed": false
00:29:06.153                  │           "emitClose": false
00:29:06.153                  │           "emittedReadable": false
00:29:06.154                  │           "encoding": [null]
00:29:06.154                  │           "endEmitted": false
00:29:06.154                  │           "ended": false
00:29:06.154                  │           "flowing": true
00:29:06.155                  │           "highWaterMark": 16384
00:29:06.155                  │           "length": 0
00:29:06.155                  │           "needReadable": true
00:29:06.155                  │           "objectMode": false
00:29:06.156                  │           "paused": false
00:29:06.156                  │           "pipes": [null]
00:29:06.156                  │           "pipesCount": 0
00:29:06.156                  │           "readableListening": false
00:29:06.157                  │           "reading": true
00:29:06.157                  │           "readingMore": false
00:29:06.157                  │           "resumeScheduled": false
00:29:06.157                  │           "sync": false
00:29:06.158                  │         }
00:29:06.158                  │         "_server": [null]
00:29:06.158                  │         "_sockname": [null]
00:29:06.158                  │         "_writableState": {
00:29:06.159                  │           "bufferProcessing": false
00:29:06.159                  │           "bufferedRequest": [null]
00:29:06.159                  │           "bufferedRequestCount": 0
00:29:06.159                  │           "corked": 0
00:29:06.160                  │           "corkedRequestsFree": {
00:29:06.160                  │             "entry": [null]
00:29:06.160                  │             "finish": [Function]
00:29:06.160                  │             "next": {
00:29:06.161                  │               "entry": [null]
00:29:06.161                  │               "finish": [Function]
00:29:06.161                  │               "next": [null]
00:29:06.161                  │             }
00:29:06.162                  │           }
00:29:06.162                  │           "decodeStrings": false
00:29:06.162                  │           "defaultEncoding": "utf8"
00:29:06.162                  │           "destroyed": false
00:29:06.163                  │           "emitClose": false
00:29:06.163                  │           "ended": true
00:29:06.163                  │           "ending": true
00:29:06.163                  │           "errorEmitted": false
00:29:06.164                  │           "finalCalled": true
00:29:06.164                  │           "finished": false
00:29:06.164                  │           "highWaterMark": 16384
00:29:06.164                  │           "lastBufferedRequest": [null]
00:29:06.165                  │           "length": 0
00:29:06.165                  │           "needDrain": false
00:29:06.165                  │           "objectMode": false
00:29:06.165                  │           "onwrite": [Function]
00:29:06.166                  │           "pendingcb": 1
00:29:06.166                  │           "prefinished": false
00:29:06.166                  │           "sync": false
00:29:06.166                  │           "writecb": [null]
00:29:06.167                  │           "writelen": 0
00:29:06.167                  │           "writing": false
00:29:06.167                  │         }
00:29:06.167                  │         "allowHalfOpen": false
00:29:06.167                  │         "connecting": false
00:29:06.168                  │         "parser": [null]
00:29:06.168                  │         "readable": true
00:29:06.169                  │         "server": [null]
00:29:06.169                  │         "writable": false
00:29:06.169                  │       }
00:29:06.169                  │       "complete": true
00:29:06.170                  │       "connection": {
00:29:06.170                  │         "_events": {
00:29:06.170                  │           "agentRemove": [Function]
00:29:06.170                  │           "close": [
00:29:06.171                  │             [Function]
00:29:06.171                  │             [Function]
00:29:06.171                  │           ]
00:29:06.171                  │           "drain": [Function]
00:29:06.171                  │           "end": [Function]
00:29:06.172                  │           "error": [Function]
00:29:06.172                  │           "finish": {
00:29:06.172                  │             "listener": [Function]
00:29:06.172                  │           }
00:29:06.173                  │           "free": [Function]
00:29:06.173                  │         }
00:29:06.173                  │         "_eventsCount": 7
00:29:06.173                  │         "_hadError": false
00:29:06.174                  │         "_handle": "[object TCP]"
00:29:06.174                  │         "_host": "localhost"
00:29:06.174                  │         "_httpMessage": [Circular]
00:29:06.174                  │         "_maxListeners": [undefined]
00:29:06.175                  │         "_parent": [null]
00:29:06.175                  │         "_pendingData": [null]
00:29:06.175                  │         "_pendingEncoding": ""
00:29:06.175                  │         "_readableState": {
00:29:06.176                  │           "awaitDrain": 0
00:29:06.176                  │           "buffer": {
00:29:06.176                  │             "head": [null]
00:29:06.176                  │             "length": 0
00:29:06.177                  │             "tail": [null]
00:29:06.177                  │           }
00:29:06.177                  │           "decoder": [null]
00:29:06.177                  │           "defaultEncoding": "utf8"
00:29:06.177                  │           "destroyed": false
00:29:06.178                  │           "emitClose": false
00:29:06.178                  │           "emittedReadable": false
00:29:06.178                  │           "encoding": [null]
00:29:06.179                  │           "endEmitted": false
00:29:06.179                  │           "ended": false
00:29:06.179                  │           "flowing": true
00:29:06.179                  │           "highWaterMark": 16384
00:29:06.180                  │           "length": 0
00:29:06.180                  │           "needReadable": true
00:29:06.180                  │           "objectMode": false
00:29:06.180                  │           "paused": false
00:29:06.180                  │           "pipes": [null]
00:29:06.181                  │           "pipesCount": 0
00:29:06.181                  │           "readableListening": false
00:29:06.181                  │           "reading": true
00:29:06.181                  │           "readingMore": false
00:29:06.182                  │           "resumeScheduled": false
00:29:06.182                  │           "sync": false
00:29:06.182                  │         }
00:29:06.182                  │         "_server": [null]
00:29:06.183                  │         "_sockname": [null]
00:29:06.183                  │         "_writableState": {
00:29:06.183                  │           "bufferProcessing": false
00:29:06.183                  │           "bufferedRequest": [null]
00:29:06.184                  │           "bufferedRequestCount": 0
00:29:06.184                  │           "corked": 0
00:29:06.184                  │           "corkedRequestsFree": {
00:29:06.185                  │             "entry": [null]
00:29:06.185                  │             "finish": [Function]
00:29:06.185                  │             "next": {
00:29:06.185                  │               "entry": [null]
00:29:06.185                  │               "finish": [Function]
00:29:06.186                  │               "next": [null]
00:29:06.186                  │             }
00:29:06.186                  │           }
00:29:06.186                  │           "decodeStrings": false
00:29:06.187                  │           "defaultEncoding": "utf8"
00:29:06.187                  │           "destroyed": false
00:29:06.187                  │           "emitClose": false
00:29:06.188                  │           "ended": true
00:29:06.188                  │           "ending": true
00:29:06.188                  │           "errorEmitted": false
00:29:06.189                  │           "finalCalled": true
00:29:06.189                  │           "finished": false
00:29:06.189                  │           "highWaterMark": 16384
00:29:06.189                  │           "lastBufferedRequest": [null]
00:29:06.190                  │           "length": 0
00:29:06.190                  │           "needDrain": false
00:29:06.190                  │           "objectMode": false
00:29:06.190                  │           "onwrite": [Function]
00:29:06.191                  │           "pendingcb": 1
00:29:06.191                  │           "prefinished": false
00:29:06.191                  │           "sync": false
00:29:06.191                  │           "writecb": [null]
00:29:06.192                  │           "writelen": 0
00:29:06.192                  │           "writing": false
00:29:06.192                  │         }
00:29:06.192                  │         "allowHalfOpen": false
00:29:06.193                  │         "connecting": false
00:29:06.193                  │         "parser": [null]
00:29:06.193                  │         "readable": true
00:29:06.193                  │         "server": [null]
00:29:06.194                  │         "writable": false
00:29:06.194                  │       }
00:29:06.194                  │       "headers": {
00:29:06.194                  │         "cache-control": "no-cache"
00:29:06.195                  │         "connection": "close"
00:29:06.195                  │         "content-length": "180"
00:29:06.195                  │         "content-type": "application/json; charset=utf-8"
00:29:06.195                  │         "date": "Wed, 13 Mar 2019 16:54:45 GMT"
00:29:06.196                  │         "kbn-name": "kibana"
00:29:06.196                  │         "kbn-xpack-sig": "3cfe174b49ad8b46069d835c4f8223a2"
00:29:06.197                  │       }
00:29:06.197                  │       "httpVersion": "1.1"
00:29:06.197                  │       "httpVersionMajor": 1
00:29:06.197                  │       "httpVersionMinor": 1
00:29:06.197                  │       "method": [null]
00:29:06.198                  │       "rawHeaders": [
00:29:06.198                  │         "kbn-name"
00:29:06.198                  │         "kibana"
00:29:06.198                  │         "kbn-xpack-sig"
00:29:06.199                  │         "3cfe174b49ad8b46069d835c4f8223a2"
00:29:06.199                  │         "content-type"
00:29:06.199                  │         "application/json; charset=utf-8"
00:29:06.199                  │         "cache-control"
00:29:06.200                  │         "no-cache"
00:29:06.200                  │         "content-length"
00:29:06.200                  │         "180"
00:29:06.200                  │         "connection"
00:29:06.200                  │         "close"
00:29:06.201                  │         "Date"
00:29:06.201                  │         "Wed, 13 Mar 2019 16:54:45 GMT"
00:29:06.201                  │       ]
00:29:06.201                  │       "rawTrailers": []
00:29:06.201                  │       "readable": false
00:29:06.202                  │       "req": [Circular]
00:29:06.202                  │       "socket": {
00:29:06.202                  │         "_events": {
00:29:06.202                  │           "agentRemove": [Function]
00:29:06.203                  │           "close": [
00:29:06.203                  │             [Function]
00:29:06.203                  │             [Function]
00:29:06.203                  │           ]
00:29:06.203                  │           "drain": [Function]
00:29:06.204                  │           "end": [Function]
00:29:06.204                  │           "error": [Function]
00:29:06.204                  │           "finish": {
00:29:06.204                  │             "listener": [Function]
00:29:06.205                  │           }
00:29:06.205                  │           "free": [Function]
00:29:06.205                  │         }
00:29:06.205                  │         "_eventsCount": 7
00:29:06.206                  │         "_hadError": false
00:29:06.206                  │         "_handle": "[object TCP]"
00:29:06.206                  │         "_host": "localhost"
00:29:06.206                  │         "_httpMessage": [Circular]
00:29:06.207                  │         "_maxListeners": [undefined]
00:29:06.207                  │         "_parent": [null]
00:29:06.207                  │         "_pendingData": [null]
00:29:06.208                  │         "_pendingEncoding": ""
00:29:06.208                  │         "_readableState": {
00:29:06.209                  │           "awaitDrain": 0
00:29:06.209                  │           "buffer": {
00:29:06.209                  │             "head": [null]
00:29:06.209                  │             "length": 0
00:29:06.210                  │             "tail": [null]
00:29:06.210                  │           }
00:29:06.210                  │           "decoder": [null]
00:29:06.211                  │           "defaultEncoding": "utf8"
00:29:06.211                  │           "destroyed": false
00:29:06.211                  │           "emitClose": false
00:29:06.212                  │           "emittedReadable": false
00:29:06.212                  │           "encoding": [null]
00:29:06.213                  │           "endEmitted": false
00:29:06.213                  │           "ended": false
00:29:06.214                  │           "flowing": true
00:29:06.214                  │           "highWaterMark": 16384
00:29:06.214                  │           "length": 0
00:29:06.215                  │           "needReadable": true
00:29:06.215                  │           "objectMode": false
00:29:06.215                  │           "paused": false
00:29:06.216                  │           "pipes": [null]
00:29:06.216                  │           "pipesCount": 0
00:29:06.216                  │           "readableListening": false
00:29:06.217                  │           "reading": true
00:29:06.217                  │           "readingMore": false
00:29:06.217                  │           "resumeScheduled": false
00:29:06.218                  │           "sync": false
00:29:06.218                  │         }
00:29:06.218                  │         "_server": [null]
00:29:06.219                  │         "_sockname": [null]
00:29:06.219                  │         "_writableState": {
00:29:06.219                  │           "bufferProcessing": false
00:29:06.220                  │           "bufferedRequest": [null]
00:29:06.220                  │           "bufferedRequestCount": 0
00:29:06.221                  │           "corked": 0
00:29:06.221                  │           "corkedRequestsFree": {
00:29:06.221                  │             "entry": [null]
00:29:06.222                  │             "finish": [Function]
00:29:06.222                  │             "next": {
00:29:06.222                  │               "entry": [null]
00:29:06.223                  │               "finish": [Function]
00:29:06.223                  │               "next": [null]
00:29:06.223                  │             }
00:29:06.224                  │           }
00:29:06.224                  │           "decodeStrings": false
00:29:06.224                  │           "defaultEncoding": "utf8"
00:29:06.225                  │           "destroyed": false
00:29:06.225                  │           "emitClose": false
00:29:06.226                  │           "ended": true
00:29:06.226                  │           "ending": true
00:29:06.226                  │           "errorEmitted": false
00:29:06.226                  │           "finalCalled": true
00:29:06.227                  │           "finished": false
00:29:06.227                  │           "highWaterMark": 16384
00:29:06.228                  │           "lastBufferedRequest": [null]
00:29:06.228                  │           "length": 0
00:29:06.228                  │           "needDrain": false
00:29:06.229                  │           "objectMode": false
00:29:06.229                  │           "onwrite": [Function]
00:29:06.229                  │           "pendingcb": 1
00:29:06.230                  │           "prefinished": false
00:29:06.230                  │           "sync": false
00:29:06.231                  │           "writecb": [null]
00:29:06.231                  │           "writelen": 0
00:29:06.231                  │           "writing": false
00:29:06.232                  │         }
00:29:06.232                  │         "allowHalfOpen": false
00:29:06.232                  │         "connecting": false
00:29:06.233                  │         "parser": [null]
00:29:06.233                  │         "readable": true
00:29:06.233                  │         "server": [null]
00:29:06.234                  │         "writable": false
00:29:06.234                  │       }
00:29:06.234                  │       "statusCode": 400
00:29:06.235                  │       "statusMessage": "Bad Request"
00:29:06.235                  │       "text": "{\"statusCode\":400,\"error\":\"Bad Request\",\"message\":\"Could not delete job [sozgzhkhoelys-1552496083469] because indexer state is [ABORTING].  Job must be [STOPPED] before deletion.\"}"
00:29:06.236                  │       "trailers": {}
00:29:06.236                  │       "upgrade": false
00:29:06.237                  │       "url": ""
00:29:06.237                  │     }
00:29:06.238                  │     "sendDate": false
00:29:06.238                  │     "shouldKeepAlive": false
00:29:06.238                  │     "socket": {
00:29:06.238                  │       "_events": {
00:29:06.239                  │         "agentRemove": [Function]
00:29:06.239                  │         "close": [
00:29:06.239                  │           [Function]
00:29:06.240                  │           [Function]
00:29:06.240                  │         ]
00:29:06.240                  │         "drain": [Function]
00:29:06.241                  │         "end": [Function]
00:29:06.241                  │         "error": [Function]
00:29:06.242                  │         "finish": {
00:29:06.242                  │           "listener": [Function]
00:29:06.242                  │         }
00:29:06.242                  │         "free": [Function]
00:29:06.243                  │       }
00:29:06.243                  │       "_eventsCount": 7
00:29:06.243                  │       "_hadError": false
00:29:06.244                  │       "_handle": "[object TCP]"
00:29:06.244                  │       "_host": "localhost"
00:29:06.244                  │       "_httpMessage": [Circular]
00:29:06.245                  │       "_maxListeners": [undefined]
00:29:06.245                  │       "_parent": [null]
00:29:06.246                  │       "_pendingData": [null]
00:29:06.246                  │       "_pendingEncoding": ""
00:29:06.246                  │       "_readableState": {
00:29:06.247                  │         "awaitDrain": 0
00:29:06.247                  │         "buffer": {
00:29:06.247                  │           "head": [null]
00:29:06.248                  │           "length": 0
00:29:06.248                  │           "tail": [null]
00:29:06.248                  │         }
00:29:06.249                  │         "decoder": [null]
00:29:06.249                  │         "defaultEncoding": "utf8"
00:29:06.249                  │         "destroyed": false
00:29:06.250                  │         "emitClose": false
00:29:06.250                  │         "emittedReadable": false
00:29:06.251                  │         "encoding": [null]
00:29:06.251                  │         "endEmitted": false
00:29:06.251                  │         "ended": false
00:29:06.251                  │         "flowing": true
00:29:06.252                  │         "highWaterMark": 16384
00:29:06.252                  │         "length": 0
00:29:06.253                  │         "needReadable": true
00:29:06.253                  │         "objectMode": false
00:29:06.253                  │         "paused": false
00:29:06.254                  │         "pipes": [null]
00:29:06.254                  │         "pipesCount": 0
00:29:06.254                  │         "readableListening": false
00:29:06.255                  │         "reading": true
00:29:06.255                  │         "readingMore": false
00:29:06.255                  │         "resumeScheduled": false
00:29:06.256                  │         "sync": false
00:29:06.256                  │       }
00:29:06.256                  │       "_server": [null]
00:29:06.257                  │       "_sockname": [null]
00:29:06.257                  │       "_writableState": {
00:29:06.258                  │         "bufferProcessing": false
00:29:06.258                  │         "bufferedRequest": [null]
00:29:06.259                  │         "bufferedRequestCount": 0
00:29:06.259                  │         "corked": 0
00:29:06.259                  │         "corkedRequestsFree": {
00:29:06.260                  │           "entry": [null]
00:29:06.260                  │           "finish": [Function]
00:29:06.260                  │           "next": {
00:29:06.261                  │             "entry": [null]
00:29:06.261                  │             "finish": [Function]
00:29:06.262                  │             "next": [null]
00:29:06.262                  │           }
00:29:06.262                  │         }
00:29:06.263                  │         "decodeStrings": false
00:29:06.263                  │         "defaultEncoding": "utf8"
00:29:06.264                  │         "destroyed": false
00:29:06.264                  │         "emitClose": false
00:29:06.264                  │         "ended": true
00:29:06.265                  │         "ending": true
00:29:06.265                  │         "errorEmitted": false
00:29:06.265                  │         "finalCalled": true
00:29:06.266                  │         "finished": false
00:29:06.266                  │         "highWaterMark": 16384
00:29:06.266                  │         "lastBufferedRequest": [null]
00:29:06.267                  │         "length": 0
00:29:06.267                  │         "needDrain": false
00:29:06.268                  │         "objectMode": false
00:29:06.268                  │         "onwrite": [Function]
00:29:06.268                  │         "pendingcb": 1
00:29:06.269                  │         "prefinished": false
00:29:06.269                  │         "sync": false
00:29:06.269                  │         "writecb": [null]
00:29:06.270                  │         "writelen": 0
00:29:06.270                  │         "writing": false
00:29:06.270                  │       }
00:29:06.271                  │       "allowHalfOpen": false
00:29:06.271                  │       "connecting": false
00:29:06.271                  │       "parser": [null]
00:29:06.272                  │       "readable": true
00:29:06.272                  │       "server": [null]
00:29:06.272                  │       "writable": false
00:29:06.273                  │     }
00:29:06.273                  │     "socketPath": [undefined]
00:29:06.273                  │     "timeout": [undefined]
00:29:06.273                  │     "timeoutCb": [null]
00:29:06.273                  │     "upgradeOrConnect": false
00:29:06.274                  │     "useChunkedEncodingByDefault": true
00:29:06.274                  │     "writable": true
00:29:06.274                  │   }
00:29:06.274                  │   "request": {
00:29:06.275                  │     "_agent": false
00:29:06.275                  │     "_asserts": []
00:29:06.275                  │     "_buffer": true
00:29:06.275                  │     "_callback": [Function]
00:29:06.275                  │     "_data": {
00:29:06.276                  │       "jobIds": [
00:29:06.276                  │         "echvsvuisplzes-1552496083202"
00:29:06.276                  │         "sozgzhkhoelys-1552496083469"
00:29:06.276                  │         "sozgzhkhoelys-1552496083469"
00:29:06.277                  │         "abc"
00:29:06.277                  │         "haxymvotecboizgyucfc-1552496083793"
00:29:06.277                  │         "kiheswrwka-1552496083955"
00:29:06.277                  │         "kidkk-1552496084130"
00:29:06.278                  │         "gbgooffrvw-1552496084321"
00:29:06.278                  │         "vcmxymvezqogdv-1552496084546"
00:29:06.278                  │         "qcsmus-1552496084767"
00:29:06.279                  │         "yenkmccslcpgvb-1552496085013"
00:29:06.279                  │       ]
00:29:06.279                  │     }
00:29:06.279                  │     "_endCalled": true
00:29:06.279                  │     "_events": {}
00:29:06.280                  │     "_eventsCount": 0
00:29:06.280                  │     "_formData": [null]
00:29:06.280                  │     "_header": {
00:29:06.280                  │       "authorization": "Basic ZWxhc3RpYzpjaGFuZ2VtZQ=="
00:29:06.281                  │       "content-type": "application/json"
00:29:06.281                  │       "kbn-xsrf": "xxx"
00:29:06.281                  │       "user-agent": "node-superagent/3.8.2"
00:29:06.281                  │     }
00:29:06.282                  │     "_maxListeners": [undefined]
00:29:06.282                  │     "_maxRedirects": 0
00:29:06.282                  │     "_query": []
00:29:06.282                  │     "_redirectList": []
00:29:06.283                  │     "_redirects": 0
00:29:06.283                  │     "_streamRequest": false
00:29:06.283                  │     "app": "http://elastic:changeme@localhost:5620"
00:29:06.283                  │     "called": true
00:29:06.284                  │     "catch": [Function]
00:29:06.284                  │     "cookies": ""
00:29:06.284                  │     "header": {
00:29:06.284                  │       "Authorization": "Basic ZWxhc3RpYzpjaGFuZ2VtZQ=="
00:29:06.285                  │       "Content-Type": "application/json"
00:29:06.285                  │       "User-Agent": "node-superagent/3.8.2"
00:29:06.285                  │       "kbn-xsrf": "xxx"
00:29:06.286                  │     }
00:29:06.286                  │     "host": "localhost:5620"
00:29:06.286                  │     "method": "POST"
00:29:06.286                  │     "protocol": "http:"
00:29:06.286                  │     "qs": {}
00:29:06.287                  │     "qsRaw": []
00:29:06.287                  │     "req": {
00:29:06.287                  │       "_contentLength": 307
00:29:06.287                  │       "_ended": true
00:29:06.288                  │       "_events": {
00:29:06.288                  │         "drain": {
00:29:06.288                  │           "listener": [Function]
00:29:06.288                  │         }
00:29:06.289                  │         "error": {
00:29:06.289                  │           "listener": [Function]
00:29:06.289                  │         }
00:29:06.289                  │         "prefinish": [Function]
00:29:06.290                  │       }
00:29:06.290                  │       "_eventsCount": 3
00:29:06.290                  │       "_hasBody": true
00:29:06.291                  │       "_header": "POST /api/rollup/delete HTTP/1.1\r\nHost: localhost:5620\r\nAccept-Encoding: gzip, deflate\r\nUser-Agent: node-superagent/3.8.2\r\nkbn-xsrf: xxx\r\nContent-Type: application/json\r\nAuthorization: Basic ZWxhc3RpYzpjaGFuZ2VtZQ==\r\nContent-Length: 307\r\nConnection: close\r\n\r\n"
00:29:06.293                  │       "_headerSent": true
00:29:06.293                  │       "_last": true
00:29:06.688                  │       "_maxListeners": [undefined]
00:29:06.688                  │       "_onPendingData": [Function]
00:29:06.689                  │       "_removedConnection": false
00:29:06.689                  │       "_removedContLen": false
00:29:06.689                  │       "_removedTE": false
00:29:06.699                  │       "_trailer": ""
00:29:06.699                  │       "aborted": [undefined]
00:29:06.700                  │       "agent": {
00:29:06.700                  │         "_events": {
00:29:06.702                  │           "free": [Function]
00:29:06.703                  │         }
00:29:06.704                  │         "_eventsCount": 1
00:29:06.705                  │         "_maxListeners": [undefined]
00:29:06.705                  │         "defaultPort": 80
00:29:06.706                  │         "freeSockets": {}
00:29:06.713                  │         "keepAlive": false
00:29:06.713                  │         "keepAliveMsecs": 1000
00:29:06.713                  │         "maxFreeSockets": 256
00:29:06.714                  │         "maxSockets": Infinity
00:29:06.714                  │         "options": {
00:29:06.714                  │           "path": [null]
00:29:06.715                  │         }
00:29:06.715                  │         "protocol": "http:"
00:29:06.715                  │         "requests": {}
00:29:06.716                  │         "sockets": {
00:29:06.716                  │           "localhost:5620:": [
00:29:06.716                  │             {
00:29:06.720                  │               "_events": {
00:29:06.721                  │                 "agentRemove": [Function]
00:29:06.721                  │                 "close": [
00:29:06.721                  │                   [Function]
00:29:06.722                  │                   [Function]
00:29:06.722                  │                 ]
00:29:06.723                  │                 "drain": [Function]
00:29:06.723                  │                 "end": [Function]
00:29:06.723                  │                 "error": [Function]
00:29:06.724                  │                 "finish": {
00:29:06.724                  │                   "listener": [Function]
00:29:06.724                  │                 }
00:29:06.725                  │                 "free": [Function]
00:29:06.725                  │               }
00:29:06.726                  │               "_eventsCount": 7
00:29:06.726                  │               "_hadError": false
00:29:06.726                  │               "_handle": "[object TCP]"
00:29:06.727                  │               "_host": "localhost"
00:29:06.727                  │               "_httpMessage": [Circular]
00:29:06.728                  │               "_maxListeners": [undefined]
00:29:06.728                  │               "_parent": [null]
00:29:06.729                  │               "_pendingData": [null]
00:29:06.729                  │               "_pendingEncoding": ""
00:29:06.729                  │               "_readableState": {
00:29:06.730                  │                 "awaitDrain": 0
00:29:06.730                  │                 "buffer": {
00:29:06.731                  │                   "head": [null]
00:29:06.731                  │                   "length": 0
00:29:06.732                  │                   "tail": [null]
00:29:06.732                  │                 }
00:29:06.732                  │                 "decoder": [null]
00:29:06.733                  │                 "defaultEncoding": "utf8"
00:29:06.733                  │                 "destroyed": false
00:29:06.733                  │                 "emitClose": false
00:29:06.734                  │                 "emittedReadable": false
00:29:06.734                  │                 "encoding": [null]
00:29:06.735                  │                 "endEmitted": false
00:29:06.735                  │                 "ended": false
00:29:06.735                  │                 "flowing": true
00:29:06.736                  │                 "highWaterMark": 16384
00:29:06.736                  │                 "length": 0
00:29:06.737                  │                 "needReadable": true
00:29:06.737                  │                 "objectMode": false
00:29:06.737                  │                 "paused": false
00:29:06.738                  │                 "pipes": [null]
00:29:06.738                  │                 "pipesCount": 0
00:29:06.738                  │                 "readableListening": false
00:29:06.739                  │                 "reading": true
00:29:06.739                  │                 "readingMore": false
00:29:06.740                  │                 "resumeScheduled": false
00:29:06.740                  │                 "sync": false
00:29:06.741                  │               }
00:29:06.741                  │               "_server": [null]
00:29:06.741                  │               "_sockname": [null]
00:29:06.743                  │               "_writableState": {
00:29:06.743                  │                 "bufferProcessing": false
00:29:06.744                  │                 "bufferedRequest": [null]
00:29:06.744                  │                 "bufferedRequestCount": 0
00:29:06.745                  │                 "corked": 0
00:29:06.745                  │                 "corkedRequestsFree": {
00:29:06.745                  │                   "entry": [null]
00:29:06.746                  │                   "finish": [Function]
00:29:06.747                  │                   "next": {
00:29:06.747                  │                     "entry": [null]
00:29:06.762                  │                     "finish": [Function]
00:29:06.762                  │                     "next": [null]
00:29:06.762                  │                   }
00:29:06.763                  │                 }
00:29:06.763                  │                 "decodeStrings": false
00:29:06.763                  │                 "defaultEncoding": "utf8"
00:29:06.763                  │                 "destroyed": false
00:29:06.764                  │                 "emitClose": false
00:29:06.764                  │                 "ended": true
00:29:06.764                  │                 "ending": true
00:29:06.764                  │                 "errorEmitted": false
00:29:06.765                  │                 "finalCalled": true
00:29:06.765                  │                 "finished": false
00:29:06.765                  │                 "highWaterMark": 16384
00:29:06.766                  │                 "lastBufferedRequest": [null]
00:29:06.766                  │                 "length": 0
00:29:06.766                  │                 "needDrain": false
00:29:06.766                  │                 "objectMode": false
00:29:06.767                  │                 "onwrite": [Function]
00:29:06.767                  │                 "pendingcb": 1
00:29:06.767                  │                 "prefinished": false
00:29:06.768                  │                 "sync": false
00:29:06.768                  │                 "writecb": [null]
00:29:06.768                  │                 "writelen": 0
00:29:06.768                  │                 "writing": false
00:29:06.769                  │               }
00:29:06.769                  │               "allowHalfOpen": false
00:29:06.769                  │               "connecting": false
00:29:06.769                  │               "parser": [null]
00:29:06.770                  │               "readable": true
00:29:06.770                  │               "server": [null]
00:29:06.770                  │               "writable": false
00:29:06.770                  │             }
00:29:06.771                  │           ]
00:29:06.771                  │         }
00:29:06.771                  │       }
00:29:06.771                  │       "chunkedEncoding": false
00:29:06.771                  │       "connection": {
00:29:06.771                  │         "_events": {
00:29:06.772                  │           "agentRemove": [Function]
00:29:06.772                  │           "close": [
00:29:06.772                  │             [Function]
00:29:06.772                  │             [Function]
00:29:06.773                  │           ]
00:29:06.773                  │           "drain": [Function]
00:29:06.773                  │           "end": [Function]
00:29:06.773                  │           "error": [Function]
00:29:06.773                  │           "finish": {
00:29:06.774                  │             "listener": [Function]
00:29:06.774                  │           }
00:29:06.774                  │           "free": [Function]
00:29:06.775                  │         }
00:29:06.775                  │         "_eventsCount": 7
00:29:06.775                  │         "_hadError": false
00:29:06.776                  │         "_handle": "[object TCP]"
00:29:06.776                  │         "_host": "localhost"
00:29:06.776                  │         "_httpMessage": [Circular]
00:29:06.777                  │         "_maxListeners": [undefined]
00:29:06.777                  │         "_parent": [null]
00:29:06.777                  │         "_pendingData": [null]
00:29:06.778                  │         "_pendingEncoding": ""
00:29:06.778                  │         "_readableState": {
00:29:06.787                  │           "awaitDrain": 0
00:29:06.787                  │           "buffer": {
00:29:06.789                  │             "head": [null]
00:29:06.790                  │             "length": 0
00:29:06.790                  │             "tail": [null]
00:29:06.791                  │           }
00:29:06.791                  │           "decoder": [null]
00:29:06.791                  │           "defaultEncoding": "utf8"
00:29:06.792                  │           "destroyed": false
00:29:06.792                  │           "emitClose": false
00:29:06.793                  │           "emittedReadable": false
00:29:06.793                  │           "encoding": [null]
00:29:06.794                  │           "endEmitted": false
00:29:06.794                  │           "ended": false
00:29:06.795                  │           "flowing": true
00:29:06.795                  │           "highWaterMark": 16384
00:29:06.795                  │           "length": 0
00:29:06.796                  │           "needReadable": true
00:29:06.797                  │           "objectMode": false
00:29:06.797                  │           "paused": false
00:29:06.797                  │           "pipes": [null]
00:29:06.798                  │           "pipesCount": 0
00:29:06.798                  │           "readableListening": false
00:29:06.799                  │           "reading": true
00:29:06.799                  │           "readingMore": false
00:29:06.799                  │           "resumeScheduled": false
00:29:06.800                  │           "sync": false
00:29:06.800                  │         }
00:29:06.800                  │         "_server": [null]
00:29:06.801                  │         "_sockname": [null]
00:29:06.801                  │         "_writableState": {
00:29:06.802                  │           "bufferProcessing": false
00:29:06.802                  │           "bufferedRequest": [null]
00:29:06.803                  │           "bufferedRequestCount": 0
00:29:06.803                  │           "corked": 0
00:29:06.804                  │           "corkedRequestsFree": {
00:29:06.804                  │             "entry": [null]
00:29:06.805                  │             "finish": [Function]
00:29:06.805                  │             "next": {
00:29:06.805                  │               "entry": [null]
00:29:06.806                  │               "finish": [Function]
00:29:06.806                  │               "next": [null]
00:29:06.807                  │             }
00:29:06.807                  │           }
00:29:06.807                  │           "decodeStrings": false
00:29:06.808                  │           "defaultEncoding": "utf8"
00:29:06.808                  │           "destroyed": false
00:29:06.808                  │           "emitClose": false
00:29:06.809                  │           "ended": true
00:29:06.809                  │           "ending": true
00:29:06.809                  │           "errorEmitted": false
00:29:06.810                  │           "finalCalled": true
00:29:06.810                  │           "finished": false
00:29:06.810                  │           "highWaterMark": 16384
00:29:06.811                  │           "lastBufferedRequest": [null]
00:29:06.811                  │           "length": 0
00:29:06.811                  │           "needDrain": false
00:29:06.812                  │           "objectMode": false
00:29:06.813                  │           "onwrite": [Function]
00:29:06.814                  │           "pendingcb": 1
00:29:06.814                  │           "prefinished": false
00:29:06.815                  │           "sync": false
00:29:06.815                  │           "writecb": [null]
00:29:06.815                  │           "writelen": 0
00:29:06.815                  │           "writing": false
00:29:06.816                  │         }
00:29:06.816                  │         "allowHalfOpen": false
00:29:06.817                  │         "connecting": false
00:29:06.817                  │         "parser": [null]
00:29:06.817                  │         "readable": true
00:29:06.817                  │         "server": [null]
00:29:06.818                  │         "writable": false
00:29:06.818                  │       }
00:29:06.818                  │       "finished": true
00:29:06.819                  │       "maxHeadersCount": [null]
00:29:06.819                  │       "method": "POST"
00:29:06.820                  │       "output": []
00:29:06.820                  │       "outputCallbacks": []
00:29:06.820                  │       "outputEncodings": []
00:29:06.821                  │       "outputSize": 0
00:29:06.821                  │       "parser": [null]
00:29:06.822                  │       "path": "/api/rollup/delete"
00:29:06.822                  │       "res": {
00:29:06.822                  │         "_consuming": false
00:29:06.822                  │         "_dumped": false
00:29:06.823                  │         "_events": {
00:29:06.823                  │           "close": [Function]
00:29:06.824                  │           "data": [
00:29:06.824                  │             [Function]
00:29:06.824                  │             [Function]
00:29:06.824                  │             [Function]
00:29:06.825                  │           ]
00:29:06.825                  │           "end": [
00:29:06.835                  │             [Function]
00:29:06.835                  │             [Function]
00:29:06.835                  │             [Function]
00:29:06.836                  │           ]
00:29:06.836                  │           "error": [
00:29:06.836                  │             {
00:29:06.836                  │               "listener": [Function]
00:29:06.837                  │             }
00:29:06.837                  │             [Function]
00:29:06.837                  │           ]
00:29:06.837                  │         }
00:29:06.837                  │         "_eventsCount": 4
00:29:06.838                  │         "_maxListeners": [undefined]
00:29:06.838                  │         "_readableState": {
00:29:06.838                  │           "awaitDrain": 0
00:29:06.838                  │           "buffer": {
00:29:06.839                  │             "head": [null]
00:29:06.839                  │             "length": 0
00:29:06.839                  │             "tail": [null]
00:29:06.839                  │           }
00:29:06.840                  │           "decoder": {
00:29:06.840                  │             "encoding": "utf8"
00:29:06.840                  │           }
00:29:06.840                  │           "defaultEncoding": "utf8"
00:29:06.841                  │           "destroyed": false
00:29:06.841                  │           "emitClose": true
00:29:06.841                  │           "emittedReadable": false
00:29:06.841                  │           "encoding": "utf8"
00:29:06.842                  │           "endEmitted": true
00:29:06.842                  │           "ended": true
00:29:06.842                  │           "flowing": true
00:29:06.842                  │           "highWaterMark": 16384
00:29:06.843                  │           "length": 0
00:29:06.843                  │           "needReadable": false
00:29:06.844                  │           "objectMode": false
00:29:06.844                  │           "paused": false
00:29:06.844                  │           "pipes": [null]
00:29:06.844                  │           "pipesCount": 0
00:29:06.845                  │           "readableListening": false
00:29:06.845                  │           "reading": false
00:29:06.845                  │           "readingMore": true
00:29:06.845                  │           "resumeScheduled": false
00:29:06.846                  │           "sync": true
00:29:06.846                  │         }
00:29:06.846                  │         "aborted": false
00:29:06.846                  │         "client": {
00:29:06.847                  │           "_events": {
00:29:06.847                  │             "agentRemove": [Function]
00:29:06.847                  │             "close": [
00:29:06.847                  │               [Function]
00:29:06.848                  │               [Function]
00:29:06.848                  │             ]
00:29:06.848                  │             "drain": [Function]
00:29:06.848                  │             "end": [Function]
00:29:06.849                  │             "error": [Function]
00:29:06.849                  │             "finish": {
00:29:06.849                  │               "listener": [Function]
00:29:06.850                  │             }
00:29:06.850                  │             "free": [Function]
00:29:06.850                  │           }
00:29:06.851                  │           "_eventsCount": 7
00:29:06.851                  │           "_hadError": false
00:29:06.851                  │           "_handle": "[object TCP]"
00:29:06.852                  │           "_host": "localhost"
00:29:06.852                  │           "_httpMessage": [Circular]
00:29:06.853                  │           "_maxListeners": [undefined]
00:29:06.853                  │           "_parent": [null]
00:29:06.853                  │           "_pendingData": [null]
00:29:06.854                  │           "_pendingEncoding": ""
00:29:06.886                  │           "_readableState": {
00:29:06.886                  │             "awaitDrain": 0
00:29:06.887                  │             "buffer": {
00:29:06.887                  │               "head": [null]
00:29:06.887                  │               "length": 0
00:29:06.887                  │               "tail": [null]
00:29:06.888                  │             }
00:29:06.888                  │             "decoder": [null]
00:29:06.888                  │             "defaultEncoding": "utf8"
00:29:06.889                  │             "destroyed": false
00:29:06.889                  │             "emitClose": false
00:29:06.889                  │             "emittedReadable": false
00:29:06.889                  │             "encoding": [null]
00:29:06.890                  │             "endEmitted": false
00:29:06.890                  │             "ended": false
00:29:06.890                  │             "flowing": true
00:29:06.890                  │             "highWaterMark": 16384
00:29:06.891                  │             "length": 0
00:29:06.891                  │             "needReadable": true
00:29:06.891                  │             "objectMode": false
00:29:06.891                  │             "paused": false
00:29:06.892                  │             "pipes": [null]
00:29:06.892                  │             "pipesCount": 0
00:29:06.892                  │             "readableListening": false
00:29:06.893                  │             "reading": true
00:29:06.893                  │             "readingMore": false
00:29:06.893                  │             "resumeScheduled": false
00:29:06.893                  │             "sync": false
00:29:06.894                  │           }
00:29:06.894                  │           "_server": [null]
00:29:06.894                  │           "_sockname": [null]
00:29:06.894                  │           "_writableState": {
00:29:06.895                  │             "bufferProcessing": false
00:29:06.895                  │             "bufferedRequest": [null]
00:29:06.895                  │             "bufferedRequestCount": 0
00:29:06.895                  │             "corked": 0
00:29:06.896                  │             "corkedRequestsFree": {
00:29:06.896                  │               "entry": [null]
00:29:06.896                  │               "finish": [Function]
00:29:06.897                  │               "next": {
00:29:06.897                  │                 "entry": [null]
00:29:06.897                  │                 "finish": [Function]
00:29:06.897                  │                 "next": [null]
00:29:06.898                  │               }
00:29:06.898                  │             }
00:29:06.898                  │             "decodeStrings": false
00:29:06.898                  │             "defaultEncoding": "utf8"
00:29:06.899                  │             "destroyed": false
00:29:06.899                  │             "emitClose": false
00:29:06.899                  │             "ended": true
00:29:06.899                  │             "ending": true
00:29:06.900                  │             "errorEmitted": false
00:29:06.900                  │             "finalCalled": true
00:29:06.900                  │             "finished": false
00:29:06.900                  │             "highWaterMark": 16384
00:29:06.901                  │             "lastBufferedRequest": [null]
00:29:06.901                  │             "length": 0
00:29:06.901                  │             "needDrain": false
00:29:06.901                  │             "objectMode": false
00:29:06.902                  │             "onwrite": [Function]
00:29:06.902                  │             "pendingcb": 1
00:29:06.902                  │             "prefinished": false
00:29:06.903                  │             "sync": false
00:29:06.903                  │             "writecb": [null]
00:29:06.903                  │             "writelen": 0
00:29:06.903                  │             "writing": false
00:29:06.904                  │           }
00:29:06.904                  │           "allowHalfOpen": false
00:29:06.904                  │           "connecting": false
00:29:06.904                  │           "parser": [null]
00:29:06.904                  │           "readable": true
00:29:06.905                  │           "server": [null]
00:29:06.905                  │           "writable": false
00:29:06.905                  │         }
00:29:06.905                  │         "complete": true
00:29:06.906                  │         "connection": {
00:29:06.906                  │           "_events": {
00:29:06.906                  │             "agentRemove": [Function]
00:29:06.906                  │             "close": [
00:29:06.907                  │               [Function]
00:29:06.907                  │               [Function]
00:29:06.907                  │             ]
00:29:06.907                  │             "drain": [Function]
00:29:06.907                  │             "end": [Function]
00:29:06.908                  │             "error": [Function]
00:29:06.908                  │             "finish": {
00:29:06.908                  │               "listener": [Function]
00:29:06.909                  │             }
00:29:06.909                  │             "free": [Function]
00:29:06.909                  │           }
00:29:06.909                  │           "_eventsCount": 7
00:29:06.909                  │           "_hadError": false
00:29:06.910                  │           "_handle": "[object TCP]"
00:29:06.910                  │           "_host": "localhost"
00:29:06.910                  │           "_httpMessage": [Circular]
00:29:06.910                  │           "_maxListeners": [undefined]
00:29:06.911                  │           "_parent": [null]
00:29:06.911                  │           "_pendingData": [null]
00:29:06.911                  │           "_pendingEncoding": ""
00:29:06.912                  │           "_readableState": {
00:29:06.912                  │             "awaitDrain": 0
00:29:06.912                  │             "buffer": {
00:29:06.912                  │               "head": [null]
00:29:06.913                  │               "length": 0
00:29:06.913                  │               "tail": [null]
00:29:06.913                  │             }
00:29:06.913                  │             "decoder": [null]
00:29:06.913                  │             "defaultEncoding": "utf8"
00:29:06.914                  │             "destroyed": false
00:29:06.914                  │             "emitClose": false
00:29:06.914                  │             "emittedReadable": false
00:29:06.915                  │             "encoding": [null]
00:29:06.915                  │             "endEmitted": false
00:29:06.915                  │             "ended": false
00:29:06.915                  │             "flowing": true
00:29:06.916                  │             "highWaterMark": 16384
00:29:06.916                  │             "length": 0
00:29:06.916                  │             "needReadable": true
00:29:06.917                  │             "objectMode": false
00:29:06.917                  │             "paused": false
00:29:06.917                  │             "pipes": [null]
00:29:06.917                  │             "pipesCount": 0
00:29:06.918                  │             "readableListening": false
00:29:06.918                  │             "reading": true
00:29:06.918                  │             "readingMore": false
00:29:06.918                  │             "resumeScheduled": false
00:29:06.919                  │             "sync": false
00:29:06.919                  │           }
00:29:06.919                  │           "_server": [null]
00:29:06.919                  │           "_sockname": [null]
00:29:06.920                  │           "_writableState": {
00:29:06.920                  │             "bufferProcessing": false
00:29:06.920                  │             "bufferedRequest": [null]
00:29:06.920                  │             "bufferedRequestCount": 0
00:29:06.921                  │             "corked": 0
00:29:06.921                  │             "corkedRequestsFree": {
00:29:06.921                  │               "entry": [null]
00:29:06.921                  │               "finish": [Function]
00:29:06.922                  │               "next": {
00:29:06.922                  │                 "entry": [null]
00:29:06.922                  │                 "finish": [Function]
00:29:06.923                  │                 "next": [null]
00:29:06.923                  │               }
00:29:06.923                  │             }
00:29:06.923                  │             "decodeStrings": false
00:29:06.923                  │             "defaultEncoding": "utf8"
00:29:06.924                  │             "destroyed": false
00:29:06.924                  │             "emitClose": false
00:29:06.924                  │             "ended": true
00:29:06.925                  │             "ending": true
00:29:06.925                  │             "errorEmitted": false
00:29:06.925                  │             "finalCalled": true
00:29:06.925                  │             "finished": false
00:29:06.926                  │             "highWaterMark": 16384
00:29:06.926                  │             "lastBufferedRequest": [null]
00:29:06.926                  │             "length": 0
00:29:06.926                  │             "needDrain": false
00:29:06.927                  │             "objectMode": false
00:29:06.927                  │             "onwrite": [Function]
00:29:06.927                  │             "pendingcb": 1
00:29:06.927                  │             "prefinished": false
00:29:06.928                  │             "sync": false
00:29:06.928                  │             "writecb": [null]
00:29:06.928                  │             "writelen": 0
00:29:06.928                  │             "writing": false
00:29:06.929                  │           }
00:29:06.929                  │           "allowHalfOpen": false
00:29:06.929                  │           "connecting": false
00:29:06.929                  │           "parser": [null]
00:29:06.930                  │           "readable": true
00:29:06.930                  │           "server": [null]
00:29:06.930                  │           "writable": false
00:29:06.931                  │         }
00:29:06.931                  │         "headers": {
00:29:06.931                  │           "cache-control": "no-cache"
00:29:06.931                  │           "connection": "close"
00:29:06.932                  │           "content-length": "180"
00:29:06.932                  │           "content-type": "application/json; charset=utf-8"
00:29:06.932                  │           "date": "Wed, 13 Mar 2019 16:54:45 GMT"
00:29:06.933                  │           "kbn-name": "kibana"
00:29:06.933                  │           "kbn-xpack-sig": "3cfe174b49ad8b46069d835c4f8223a2"
00:29:06.934                  │         }
00:29:06.934                  │         "httpVersion": "1.1"
00:29:06.934                  │         "httpVersionMajor": 1
00:29:06.935                  │         "httpVersionMinor": 1
00:29:07.204                  │         "method": [null]
00:29:07.204                  │         "rawHeaders": [
00:29:07.205                  │           "kbn-name"
00:29:07.206                  │           "kibana"
00:29:07.207                  │           "kbn-xpack-sig"
00:29:07.208                  │           "3cfe174b49ad8b46069d835c4f8223a2"
00:29:07.208                  │           "content-type"
00:29:07.212                  │           "application/json; charset=utf-8"
00:29:07.212                  │           "cache-control"
00:29:07.212                  │           "no-cache"
00:29:07.213                  │           "content-length"
00:29:07.213                  │           "180"
00:29:07.213                  │           "connection"
00:29:07.213                  │           "close"
00:29:07.214                  │           "Date"
00:29:07.214                  │           "Wed, 13 Mar 2019 16:54:45 GMT"
00:29:07.214                  │         ]
00:29:07.214                  │         "rawTrailers": []
00:29:07.215                  │         "readable": false
00:29:07.215                  │         "req": [Circular]
00:29:07.215                  │         "socket": {
00:29:07.215                  │           "_events": {
00:29:07.216                  │             "agentRemove": [Function]
00:29:07.216                  │             "close": [
00:29:07.216                  │               [Function]
00:29:07.217                  │               [Function]
00:29:07.217                  │             ]
00:29:07.217                  │             "drain": [Function]
00:29:07.218                  │             "end": [Function]
00:29:07.218                  │             "error": [Function]
00:29:07.218                  │             "finish": {
00:29:07.218                  │               "listener": [Function]
00:29:07.219                  │             }
00:29:07.219                  │             "free": [Function]
00:29:07.219                  │           }
00:29:07.219                  │           "_eventsCount": 7
00:29:07.220                  │           "_hadError": false
00:29:07.220                  │           "_handle": "[object TCP]"
00:29:07.221                  │           "_host": "localhost"
00:29:07.221                  │           "_httpMessage": [Circular]
00:29:07.221                  │           "_maxListeners": [undefined]
00:29:07.222                  │           "_parent": [null]
00:29:07.222                  │           "_pendingData": [null]
00:29:07.223                  │           "_pendingEncoding": ""
00:29:07.223                  │           "_readableState": {
00:29:07.224                  │             "awaitDrain": 0
00:29:07.224                  │             "buffer": {
00:29:07.224                  │               "head": [null]
00:29:07.225                  │               "length": 0
00:29:07.225                  │               "tail": [null]
00:29:07.225                  │             }
00:29:07.225                  │             "decoder": [null]
00:29:07.226                  │             "defaultEncoding": "utf8"
00:29:07.226                  │             "destroyed": false
00:29:07.226                  │             "emitClose": false
00:29:07.227                  │             "emittedReadable": false
00:29:07.227                  │             "encoding": [null]
00:29:07.227                  │             "endEmitted": false
00:29:07.228                  │             "ended": false
00:29:07.228                  │             "flowing": true
00:29:07.228                  │             "highWaterMark": 16384
00:29:07.229                  │             "length": 0
00:29:07.229                  │             "needReadable": true
00:29:07.230                  │             "objectMode": false
00:29:07.230                  │             "paused": false
00:29:07.230                  │             "pipes": [null]
00:29:07.231                  │             "pipesCount": 0
00:29:07.231                  │             "readableListening": false
00:29:07.231                  │             "reading": true
00:29:07.231                  │             "readingMore": false
00:29:07.232                  │             "resumeScheduled": false
00:29:07.232                  │             "sync": false
00:29:07.233                  │           }
00:29:07.233                  │           "_server": [null]
00:29:07.233                  │           "_sockname": [null]
00:29:07.234                  │           "_writableState": {
00:29:07.234                  │             "bufferProcessing": false
00:29:07.234                  │             "bufferedRequest": [null]
00:29:07.235                  │             "bufferedRequestCount": 0
00:29:07.235                  │             "corked": 0
00:29:07.235                  │             "corkedRequestsFree": {
00:29:07.236                  │               "entry": [null]
00:29:07.236                  │               "finish": [Function]
00:29:07.237                  │               "next": {
00:29:07.237                  │                 "entry": [null]
00:29:07.237                  │                 "finish": [Function]
00:29:07.238                  │                 "next": [null]
00:29:07.238                  │               }
00:29:07.238                  │             }
00:29:07.239                  │             "decodeStrings": false
00:29:07.239                  │             "defaultEncoding": "utf8"
00:29:07.239                  │             "destroyed": false
00:29:07.240                  │             "emitClose": false
00:29:07.240                  │             "ended": true
00:29:07.240                  │             "ending": true
00:29:07.240                  │             "errorEmitted": false
00:29:07.241                  │             "finalCalled": true
00:29:07.241                  │             "finished": false
00:29:07.241                  │             "highWaterMark": 16384
00:29:07.242                  │             "lastBufferedRequest": [null]
00:29:07.242                  │             "length": 0
00:29:07.243                  │             "needDrain": false
00:29:07.243                  │             "objectMode": false
00:29:07.243                  │             "onwrite": [Function]
00:29:07.243                  │             "pendingcb": 1
00:29:07.244                  │             "prefinished": false
00:29:07.244                  │             "sync": false
00:29:07.244                  │             "writecb": [null]
00:29:07.245                  │             "writelen": 0
00:29:07.245                  │             "writing": false
00:29:07.245                  │           }
00:29:07.245                  │           "allowHalfOpen": false
00:29:07.246                  │           "connecting": false
00:29:07.246                  │           "parser": [null]
00:29:07.246                  │           "readable": true
00:29:07.247                  │           "server": [null]
00:29:07.247                  │           "writable": false
00:29:07.247                  │         }
00:29:07.247                  │         "statusCode": 400
00:29:07.248                  │         "statusMessage": "Bad Request"
00:29:07.248                  │         "text": "{\"statusCode\":400,\"error\":\"Bad Request\",\"message\":\"Could not delete job [sozgzhkhoelys-1552496083469] because indexer state is [ABORTING].  Job must be [STOPPED] before deletion.\"}"
00:29:07.250                  │         "trailers": {}
00:29:07.250                  │         "upgrade": false
00:29:07.250                  │         "url": ""
00:29:07.251                  │       }
00:29:07.251                  │       "sendDate": false
00:29:07.251                  │       "shouldKeepAlive": false
00:29:07.252                  │       "socket": {
00:29:07.252                  │         "_events": {
00:29:07.252                  │           "agentRemove": [Function]
00:29:07.253                  │           "close": [
00:29:07.253                  │             [Function]
00:29:07.254                  │             [Function]
00:29:07.254                  │           ]
00:29:07.254                  │           "drain": [Function]
00:29:07.255                  │           "end": [Function]
00:29:07.255                  │           "error": [Function]
00:29:07.255                  │           "finish": {
00:29:07.256                  │             "listener": [Function]
00:29:07.256                  │           }
00:29:07.256                  │           "free": [Function]
00:29:07.257                  │         }
00:29:07.257                  │         "_eventsCount": 7
00:29:07.257                  │         "_hadError": false
00:29:07.257                  │         "_handle": "[object TCP]"
00:29:07.258                  │         "_host": "localhost"
00:29:07.258                  │         "_httpMessage": [Circular]
00:29:07.258                  │         "_maxListeners": [undefined]
00:29:07.259                  │         "_parent": [null]
00:29:07.259                  │         "_pendingData": [null]
00:29:07.259                  │         "_pendingEncoding": ""
00:29:07.260                  │         "_readableState": {
00:29:07.260                  │           "awaitDrain": 0
00:29:07.261                  │           "buffer": {
00:29:07.261                  │             "head": [null]
00:29:07.261                  │             "length": 0
00:29:07.262                  │             "tail": [null]
00:29:07.262                  │           }
00:29:07.262                  │           "decoder": [null]
00:29:07.263                  │           "defaultEncoding": "utf8"
00:29:07.263                  │           "destroyed": false
00:29:07.264                  │           "emitClose": false
00:29:07.264                  │           "emittedReadable": false
00:29:07.264                  │           "encoding": [null]
00:29:07.265                  │           "endEmitted": false
00:29:07.265                  │           "ended": false
00:29:07.265                  │           "flowing": true
00:29:07.266                  │           "highWaterMark": 16384
00:29:07.266                  │           "length": 0
00:29:07.266                  │           "needReadable": true
00:29:07.267                  │           "objectMode": false
00:29:07.267                  │           "paused": false
00:29:07.267                  │           "pipes": [null]
00:29:07.268                  │           "pipesCount": 0
00:29:07.268                  │           "readableListening": false
00:29:07.268                  │           "reading": true
00:29:07.269                  │           "readingMore": false
00:29:07.269                  │           "resumeScheduled": false
00:29:07.269                  │           "sync": false
00:29:07.269                  │         }
00:29:07.270                  │         "_server": [null]
00:29:07.270                  │         "_sockname": [null]
00:29:07.270                  │         "_writableState": {
00:29:07.271                  │           "bufferProcessing": false
00:29:07.271                  │           "bufferedRequest": [null]
00:29:07.271                  │           "bufferedRequestCount": 0
00:29:07.272                  │           "corked": 0
00:29:07.272                  │           "corkedRequestsFree": {
00:29:07.272                  │             "entry": [null]
00:29:07.273                  │             "finish": [Function]
00:29:07.273                  │             "next": {
00:29:07.273                  │               "entry": [null]
00:29:07.273                  │               "finish": [Function]
00:29:07.274                  │               "next": [null]
00:29:07.274                  │             }
00:29:07.274                  │           }
00:29:07.275                  │           "decodeStrings": false
00:29:07.275                  │           "defaultEncoding": "utf8"
00:29:07.275                  │           "destroyed": false
00:29:07.275                  │           "emitClose": false
00:29:07.276                  │           "ended": true
00:29:07.276                  │           "ending": true
00:29:07.276                  │           "errorEmitted": false
00:29:07.277                  │           "finalCalled": true
00:29:07.277                  │           "finished": false
00:29:07.277                  │           "highWaterMark": 16384
00:29:07.277                  │           "lastBufferedRequest": [null]
00:29:07.278                  │           "length": 0
00:29:07.278                  │           "needDrain": false
00:29:07.278                  │           "objectMode": false
00:29:07.279                  │           "onwrite": [Function]
00:29:07.279                  │           "pendingcb": 1
00:29:07.279                  │           "prefinished": false
00:29:07.279                  │           "sync": false
00:29:07.280                  │           "writecb": [null]
00:29:07.280                  │           "writelen": 0
00:29:07.280                  │           "writing": false
00:29:07.281                  │         }
00:29:07.281                  │         "allowHalfOpen": false
00:29:07.281                  │         "connecting": false
00:29:07.282                  │         "parser": [null]
00:29:07.282                  │         "readable": true
00:29:07.282                  │         "server": [null]
00:29:07.282                  │         "writable": false
00:29:07.282                  │       }
00:29:07.283                  │       "socketPath": [undefined]
00:29:07.283                  │       "timeout": [undefined]
00:29:07.283                  │       "timeoutCb": [null]
00:29:07.284                  │       "upgradeOrConnect": false
00:29:07.284                  │       "useChunkedEncodingByDefault": true
00:29:07.284                  │       "writable": true
00:29:07.285                  │     }
00:29:07.285                  │     "res": {
00:29:07.285                  │       "_consuming": false
00:29:07.286                  │       "_dumped": false
00:29:07.286                  │       "_events": {
00:29:07.286                  │         "close": [Function]
00:29:07.286                  │         "data": [
00:29:07.287                  │           [Function]
00:29:07.287                  │           [Function]
00:29:07.287                  │           [Function]
00:29:07.288                  │         ]
00:29:07.288                  │         "end": [
00:29:07.288                  │           [Function]
00:29:07.288                  │           [Function]
00:29:07.289                  │           [Function]
00:29:07.289                  │         ]
00:29:07.289                  │         "error": [
00:29:07.289                  │           {
00:29:07.289                  │             "listener": [Function]
00:29:07.290                  │           }
00:29:07.290                  │           [Function]
00:29:07.290                  │         ]
00:29:07.291                  │       }
00:29:07.291                  │       "_eventsCount": 4
00:29:07.291                  │       "_maxListeners": [undefined]
00:29:07.291                  │       "_readableState": {
00:29:07.292                  │         "awaitDrain": 0
00:29:07.292                  │         "buffer": {
00:29:07.292                  │           "head": [null]
00:29:07.293                  │           "length": 0
00:29:07.293                  │           "tail": [null]
00:29:07.293                  │         }
00:29:07.293                  │         "decoder": {
00:29:07.294                  │           "encoding": "utf8"
00:29:07.294                  │         }
00:29:07.294                  │         "defaultEncoding": "utf8"
00:29:07.295                  │         "destroyed": false
00:29:07.295                  │         "emitClose": true
00:29:07.295                  │         "emittedReadable": false
00:29:07.296                  │         "encoding": "utf8"
00:29:07.296                  │         "endEmitted": true
00:29:07.296                  │         "ended": true
00:29:07.296                  │         "flowing": true
00:29:07.296                  │         "highWaterMark": 16384
00:29:07.297                  │         "length": 0
00:29:07.297                  │         "needReadable": false
00:29:07.298                  │         "objectMode": false
00:29:07.298                  │         "paused": false
00:29:07.298                  │         "pipes": [null]
00:29:07.298                  │         "pipesCount": 0
00:29:07.299                  │         "readableListening": false
00:29:07.299                  │         "reading": false
00:29:07.299                  │         "readingMore": true
00:29:07.299                  │         "resumeScheduled": false
00:29:07.300                  │         "sync": true
00:29:07.300                  │       }
00:29:07.300                  │       "aborted": false
00:29:07.301                  │       "client": {
00:29:07.301                  │         "_events": {
00:29:07.301                  │           "agentRemove": [Function]
00:29:07.301                  │           "close": [
00:29:07.302                  │             [Function]
00:29:07.302                  │             [Function]
00:29:07.302                  │           ]
00:29:07.302                  │           "drain": [Function]
00:29:07.303                  │           "end": [Function]
00:29:07.303                  │           "error": [Function]
00:29:07.303                  │           "finish": {
00:29:07.304                  │             "listener": [Function]
00:29:07.304                  │           }
00:29:07.304                  │           "free": [Function]
00:29:07.305                  │         }
00:29:07.305                  │         "_eventsCount": 7
00:29:07.305                  │         "_hadError": false
00:29:07.305                  │         "_handle": "[object TCP]"
00:29:07.306                  │         "_host": "localhost"
00:29:07.306                  │         "_httpMessage": {
00:29:07.306                  │           "_contentLength": 307
00:29:07.307                  │           "_ended": true
00:29:07.307                  │           "_events": {
00:29:07.307                  │             "drain": {
00:29:07.307                  │               "listener": [Function]
00:29:07.308                  │             }
00:29:07.308                  │             "error": {
00:29:07.308                  │               "listener": [Function]
00:29:07.309                  │             }
00:29:07.309                  │             "prefinish": [Function]
00:29:07.309                  │           }
00:29:07.309                  │           "_eventsCount": 3
00:29:07.310                  │           "_hasBody": true
00:29:07.310                  │           "_header": "POST /api/rollup/delete HTTP/1.1\r\nHost: localhost:5620\r\nAccept-Encoding: gzip, deflate\r\nUser-Agent: node-superagent/3.8.2\r\nkbn-xsrf: xxx\r\nContent-Type: application/json\r\nAuthorization: Basic ZWxhc3RpYzpjaGFuZ2VtZQ==\r\nContent-Length: 307\r\nConnection: close\r\n\r\n"
00:29:07.312                  │           "_headerSent": true
00:29:07.312                  │           "_last": true
00:29:07.312                  │           "_maxListeners": [undefined]
00:29:07.313                  │           "_onPendingData": [Function]
00:29:07.313                  │           "_removedConnection": false
00:29:07.314                  │           "_removedContLen": false
00:29:07.314                  │           "_removedTE": false
00:29:07.314                  │           "_trailer": ""
00:29:07.315                  │           "aborted": [undefined]
00:29:07.315                  │           "agent": {
00:29:07.315                  │             "_events": {
00:29:07.315                  │               "free": [Function]
00:29:07.316                  │             }
00:29:07.316                  │             "_eventsCount": 1
00:29:07.316                  │             "_maxListeners": [undefined]
00:29:07.317                  │             "defaultPort": 80
00:29:07.317                  │             "freeSockets": {}
00:29:07.317                  │             "keepAlive": false
00:29:07.318                  │             "keepAliveMsecs": 1000
00:29:07.318                  │             "maxFreeSockets": 256
00:29:07.318                  │             "maxSockets": Infinity
00:29:07.318                  │             "options": {
00:29:07.319                  │               "path": [null]
00:29:07.319                  │             }
00:29:07.319                  │             "protocol": "http:"
00:29:07.320                  │             "requests": {}
00:29:07.320                  │             "sockets": {
00:29:07.320                  │               "localhost:5620:": [
00:29:07.320                  │                 [Circular]
00:29:07.321                  │               ]
00:29:07.321                  │             }
00:29:07.321                  │           }
00:29:07.321                  │           "chunkedEncoding": false
00:29:07.321                  │           "connection": [Circular]
00:29:07.322                  │           "finished": true
00:29:07.322                  │           "maxHeadersCount": [null]
00:29:07.322                  │           "method": "POST"
00:29:07.323                  │           "output": []
00:29:07.323                  │           "outputCallbacks": []
00:29:07.323                  │           "outputEncodings": []
00:29:07.324                  │           "outputSize": 0
00:29:07.324                  │           "parser": [null]
00:29:07.324                  │           "path": "/api/rollup/delete"
00:29:07.324                  │           "res": [Circular]
00:29:07.325                  │           "sendDate": false
00:29:07.325                  │           "shouldKeepAlive": false
00:29:07.325                  │           "socket": [Circular]
00:29:07.326                  │           "socketPath": [undefined]
00:29:07.326                  │           "timeout": [undefined]
00:29:07.326                  │           "timeoutCb": [null]
00:29:07.327                  │           "upgradeOrConnect": false
00:29:07.327                  │           "useChunkedEncodingByDefault": true
00:29:07.327                  │           "writable": true
00:29:07.328                  │         }
00:29:07.328                  │         "_maxListeners": [undefined]
00:29:07.328                  │         "_parent": [null]
00:29:07.328                  │         "_pendingData": [null]
00:29:07.329                  │         "_pendingEncoding": ""
00:29:07.329                  │         "_readableState": {
00:29:07.329                  │           "awaitDrain": 0
00:29:07.330                  │           "buffer": {
00:29:07.330                  │             "head": [null]
00:29:07.330                  │             "length": 0
00:29:07.330                  │             "tail": [null]
00:29:07.331                  │           }
00:29:07.331                  │           "decoder": [null]
00:29:07.331                  │           "defaultEncoding": "utf8"
00:29:07.331                  │           "destroyed": false
00:29:07.332                  │           "emitClose": false
00:29:07.332                  │           "emittedReadable": false
00:29:07.332                  │           "encoding": [null]
00:29:07.333                  │           "endEmitted": false
00:29:07.333                  │           "ended": false
00:29:07.333                  │           "flowing": true
00:29:07.334                  │           "highWaterMark": 16384
00:29:07.334                  │           "length": 0
00:29:07.334                  │           "needReadable": true
00:29:07.334                  │           "objectMode": false
00:29:07.335                  │           "paused": false
00:29:07.335                  │           "pipes": [null]
00:29:07.335                  │           "pipesCount": 0
00:29:07.335                  │           "readableListening": false
00:29:07.336                  │           "reading": true
00:29:07.336                  │           "readingMore": false
00:29:07.336                  │           "resumeScheduled": false
00:29:07.337                  │           "sync": false
00:29:07.337                  │         }
00:29:07.337                  │         "_server": [null]
00:29:07.337                  │         "_sockname": [null]
00:29:07.338                  │         "_writableState": {
00:29:07.338                  │           "bufferProcessing": false
00:29:07.338                  │           "bufferedRequest": [null]
00:29:07.339                  │           "bufferedRequestCount": 0
00:29:07.339                  │           "corked": 0
00:29:07.339                  │           "corkedRequestsFree": {
00:29:07.339                  │             "entry": [null]
00:29:07.340                  │             "finish": [Function]
00:29:07.340                  │             "next": {
00:29:07.340                  │               "entry": [null]
00:29:07.340                  │               "finish": [Function]
00:29:07.341                  │               "next": [null]
00:29:07.341                  │             }
00:29:07.341                  │           }
00:29:07.341                  │           "decodeStrings": false
00:29:07.342                  │           "defaultEncoding": "utf8"
00:29:07.342                  │           "destroyed": false
00:29:07.342                  │           "emitClose": false
00:29:07.343                  │           "ended": true
00:29:07.343                  │           "ending": true
00:29:07.343                  │           "errorEmitted": false
00:29:07.343                  │           "finalCalled": true
00:29:07.344                  │           "finished": false
00:29:07.344                  │           "highWaterMark": 16384
00:29:07.344                  │           "lastBufferedRequest": [null]
00:29:07.345                  │           "length": 0
00:29:07.345                  │           "needDrain": false
00:29:07.345                  │           "objectMode": false
00:29:07.345                  │           "onwrite": [Function]
00:29:07.346                  │           "pendingcb": 1
00:29:07.346                  │           "prefinished": false
00:29:07.346                  │           "sync": false
00:29:07.347                  │           "writecb": [null]
00:29:07.347                  │           "writelen": 0
00:29:07.347                  │           "writing": false
00:29:07.348                  │         }
00:29:07.348                  │         "allowHalfOpen": false
00:29:07.348                  │         "connecting": false
00:29:07.348                  │         "parser": [null]
00:29:07.349                  │         "readable": true
00:29:07.349                  │         "server": [null]
00:29:07.349                  │         "writable": false
00:29:07.349                  │       }
00:29:07.350                  │       "complete": true
00:29:07.350                  │       "connection": {
00:29:07.350                  │         "_events": {
00:29:07.350                  │           "agentRemove": [Function]
00:29:07.351                  │           "close": [
00:29:07.351                  │             [Function]
00:29:07.351                  │             [Function]
00:29:07.351                  │           ]
00:29:07.352                  │           "drain": [Function]
00:29:07.352                  │           "end": [Function]
00:29:07.352                  │           "error": [Function]
00:29:07.352                  │           "finish": {
00:29:07.353                  │             "listener": [Function]
00:29:07.353                  │           }
00:29:07.353                  │           "free": [Function]
00:29:07.354                  │         }
00:29:07.354                  │         "_eventsCount": 7
00:29:07.354                  │         "_hadError": false
00:29:07.354                  │         "_handle": "[object TCP]"
00:29:07.355                  │         "_host": "localhost"
00:29:07.355                  │         "_httpMessage": {
00:29:07.356                  │           "_contentLength": 307
00:29:07.356                  │           "_ended": true
00:29:07.356                  │           "_events": {
00:29:07.357                  │             "drain": {
00:29:07.357                  │               "listener": [Function]
00:29:07.358                  │             }
00:29:07.358                  │             "error": {
00:29:07.358                  │               "listener": [Function]
00:29:07.359                  │             }
00:29:07.359                  │             "prefinish": [Function]
00:29:07.359                  │           }
00:29:07.360                  │           "_eventsCount": 3
00:29:07.360                  │           "_hasBody": true
00:29:07.360                  │           "_header": "POST /api/rollup/delete HTTP/1.1\r\nHost: localhost:5620\r\nAccept-Encoding: gzip, deflate\r\nUser-Agent: node-superagent/3.8.2\r\nkbn-xsrf: xxx\r\nContent-Type: application/json\r\nAuthorization: Basic ZWxhc3RpYzpjaGFuZ2VtZQ==\r\nContent-Length: 307\r\nConnection: close\r\n\r\n"
00:29:07.362                  │           "_headerSent": true
00:29:07.362                  │           "_last": true
00:29:07.363                  │           "_maxListeners": [undefined]
00:29:07.363                  │           "_onPendingData": [Function]
00:29:07.363                  │           "_removedConnection": false
00:29:07.364                  │           "_removedContLen": false
00:29:07.364                  │           "_removedTE": false
00:29:07.364                  │           "_trailer": ""
00:29:07.365                  │           "aborted": [undefined]
00:29:07.365                  │           "agent": {
00:29:07.365                  │             "_events": {
00:29:07.667                  │               "free": [Function]
00:29:07.667                  │             }
00:29:07.667                  │             "_eventsCount": 1
00:29:07.668                  │             "_maxListeners": [undefined]
00:29:07.668                  │             "defaultPort": 80
00:29:07.669                  │             "freeSockets": {}
00:29:07.669                  │             "keepAlive": false
00:29:07.669                  │             "keepAliveMsecs": 1000
00:29:07.670                  │             "maxFreeSockets": 256
00:29:07.670                  │             "maxSockets": Infinity
00:29:07.670                  │             "options": {
00:29:07.671                  │               "path": [null]
00:29:07.671                  │             }
00:29:07.671                  │             "protocol": "http:"
00:29:07.672                  │             "requests": {}
00:29:07.672                  │             "sockets": {
00:29:07.673                  │               "localhost:5620:": [
00:29:07.673                  │                 [Circular]
00:29:07.673                  │               ]
00:29:07.674                  │             }
00:29:07.674                  │           }
00:29:07.674                  │           "chunkedEncoding": false
00:29:07.675                  │           "connection": [Circular]
00:29:07.675                  │           "finished": true
00:29:07.676                  │           "maxHeadersCount": [null]
00:29:07.676                  │           "method": "POST"
00:29:07.677                  │           "output": []
00:29:07.677                  │           "outputCallbacks": []
00:29:07.677                  │           "outputEncodings": []
00:29:07.678                  │           "outputSize": 0
00:29:07.678                  │           "parser": [null]
00:29:07.678                  │           "path": "/api/rollup/delete"
00:29:07.679                  │           "res": [Circular]
00:29:07.679                  │           "sendDate": false
00:29:07.679                  │           "shouldKeepAlive": false
00:29:07.680                  │           "socket": [Circular]
00:29:07.680                  │           "socketPath": [undefined]
00:29:07.680                  │           "timeout": [undefined]
00:29:07.681                  │           "timeoutCb": [null]
00:29:07.681                  │           "upgradeOrConnect": false
00:29:07.681                  │           "useChunkedEncodingByDefault": true
00:29:07.682                  │           "writable": true
00:29:07.682                  │         }
00:29:07.682                  │         "_maxListeners": [undefined]
00:29:07.683                  │         "_parent": [null]
00:29:07.683                  │         "_pendingData": [null]
00:29:07.683                  │         "_pendingEncoding": ""
00:29:07.683                  │         "_readableState": {
00:29:07.684                  │           "awaitDrain": 0
00:29:07.684                  │           "buffer": {
00:29:07.685                  │             "head": [null]
00:29:07.685                  │             "length": 0
00:29:07.685                  │             "tail": [null]
00:29:07.686                  │           }
00:29:07.686                  │           "decoder": [null]
00:29:07.686                  │           "defaultEncoding": "utf8"
00:29:07.687                  │           "destroyed": false
00:29:07.687                  │           "emitClose": false
00:29:07.688                  │           "emittedReadable": false
00:29:07.688                  │           "encoding": [null]
00:29:07.688                  │           "endEmitted": false
00:29:07.689                  │           "ended": false
00:29:07.690                  │           "flowing": true
00:29:07.690                  │           "highWaterMark": 16384
00:29:07.690                  │           "length": 0
00:29:07.691                  │           "needReadable": true
00:29:07.691                  │           "objectMode": false
00:29:07.692                  │           "paused": false
00:29:07.692                  │           "pipes": [null]
00:29:07.692                  │           "pipesCount": 0
00:29:07.692                  │           "readableListening": false
00:29:07.693                  │           "reading": true
00:29:07.693                  │           "readingMore": false
00:29:07.694                  │           "resumeScheduled": false
00:29:07.694                  │           "sync": false
00:29:07.695                  │         }
00:29:07.695                  │         "_server": [null]
00:29:07.696                  │         "_sockname": [null]
00:29:07.696                  │         "_writableState": {
00:29:07.697                  │           "bufferProcessing": false
00:29:07.697                  │           "bufferedRequest": [null]
00:29:07.698                  │           "bufferedRequestCount": 0
00:29:07.698                  │           "corked": 0
00:29:07.699                  │           "corkedRequestsFree": {
00:29:07.699                  │             "entry": [null]
00:29:07.700                  │             "finish": [Function]
00:29:07.701                  │             "next": {
00:29:07.701                  │               "entry": [null]
00:29:07.702                  │               "finish": [Function]
00:29:07.702                  │               "next": [null]
00:29:07.703                  │             }
00:29:07.703                  │           }
00:29:07.704                  │           "decodeStrings": false
00:29:07.705                  │           "defaultEncoding": "utf8"
00:29:07.705                  │           "destroyed": false
00:29:07.706                  │           "emitClose": false
00:29:07.706                  │           "ended": true
00:29:07.707                  │           "ending": true
00:29:07.707                  │           "errorEmitted": false
00:29:07.708                  │           "finalCalled": true
00:29:07.708                  │           "finished": false
00:29:07.709                  │           "highWaterMark": 16384
00:29:07.710                  │           "lastBufferedRequest": [null]
00:29:07.710                  │           "length": 0
00:29:07.710                  │           "needDrain": false
00:29:07.711                  │           "objectMode": false
00:29:07.711                  │           "onwrite": [Function]
00:29:07.711                  │           "pendingcb": 1
00:29:07.711                  │           "prefinished": false
00:29:07.712                  │           "sync": false
00:29:07.713                  │           "writecb": [null]
00:29:07.713                  │           "writelen": 0
00:29:07.713                  │           "writing": false
00:29:07.713                  │         }
00:29:07.714                  │         "allowHalfOpen": false
00:29:07.714                  │         "connecting": false
00:29:07.714                  │         "parser": [null]
00:29:07.715                  │         "readable": true
00:29:07.715                  │         "server": [null]
00:29:07.715                  │         "writable": false
00:29:07.716                  │       }
00:29:07.716                  │       "headers": {
00:29:07.716                  │         "cache-control": "no-cache"
00:29:07.716                  │         "connection": "close"
00:29:07.717                  │         "content-length": "180"
00:29:07.717                  │         "content-type": "application/json; charset=utf-8"
00:29:07.718                  │         "date": "Wed, 13 Mar 2019 16:54:45 GMT"
00:29:07.718                  │         "kbn-name": "kibana"
00:29:07.718                  │         "kbn-xpack-sig": "3cfe174b49ad8b46069d835c4f8223a2"
00:29:07.719                  │       }
00:29:07.719                  │       "httpVersion": "1.1"
00:29:07.719                  │       "httpVersionMajor": 1
00:29:07.719                  │       "httpVersionMinor": 1
00:29:07.720                  │       "method": [null]
00:29:07.720                  │       "rawHeaders": [
00:29:07.720                  │         "kbn-name"
00:29:07.720                  │         "kibana"
00:29:07.721                  │         "kbn-xpack-sig"
00:29:07.721                  │         "3cfe174b49ad8b46069d835c4f8223a2"
00:29:07.722                  │         "content-type"
00:29:07.722                  │         "application/json; charset=utf-8"
00:29:07.722                  │         "cache-control"
00:29:07.722                  │         "no-cache"
00:29:07.723                  │         "content-length"
00:29:07.723                  │         "180"
00:29:07.723                  │         "connection"
00:29:07.724                  │         "close"
00:29:07.724                  │         "Date"
00:29:07.724                  │         "Wed, 13 Mar 2019 16:54:45 GMT"
00:29:07.724                  │       ]
00:29:07.724                  │       "rawTrailers": []
00:29:07.725                  │       "readable": false
00:29:07.725                  │       "req": {
00:29:07.726                  │         "_contentLength": 307
00:29:07.726                  │         "_ended": true
00:29:07.726                  │         "_events": {
00:29:07.726                  │           "drain": {
00:29:07.727                  │             "listener": [Function]
00:29:07.727                  │           }
00:29:07.727                  │           "error": {
00:29:07.728                  │             "listener": [Function]
00:29:07.728                  │           }
00:29:07.728                  │           "prefinish": [Function]
00:29:07.728                  │         }
00:29:07.729                  │         "_eventsCount": 3
00:29:07.730                  │         "_hasBody": true
00:29:07.730                  │         "_header": "POST /api/rollup/delete HTTP/1.1\r\nHost: localhost:5620\r\nAccept-Encoding: gzip, deflate\r\nUser-Agent: node-superagent/3.8.2\r\nkbn-xsrf: xxx\r\nContent-Type: application/json\r\nAuthorization: Basic ZWxhc3RpYzpjaGFuZ2VtZQ==\r\nContent-Length: 307\r\nConnection: close\r\n\r\n"
00:29:07.732                  │         "_headerSent": true
00:29:07.732                  │         "_last": true
00:29:07.732                  │         "_maxListeners": [undefined]
00:29:07.732                  │         "_onPendingData": [Function]
00:29:07.733                  │         "_removedConnection": false
00:29:07.733                  │         "_removedContLen": false
00:29:07.734                  │         "_removedTE": false
00:29:07.734                  │         "_trailer": ""
00:29:07.821                  │         "aborted": [undefined]
00:29:07.821                  │         "agent": {
00:29:07.821                  │           "_events": {
00:29:07.822                  │             "free": [Function]
00:29:07.822                  │           }
00:29:07.822                  │           "_eventsCount": 1
00:29:07.823                  │           "_maxListeners": [undefined]
00:29:07.823                  │           "defaultPort": 80
00:29:07.823                  │           "freeSockets": {}
00:29:07.823                  │           "keepAlive": false
00:29:07.826                  │           "keepAliveMsecs": 1000
00:29:07.827                  │           "maxFreeSockets": 256
00:29:07.827                  │           "maxSockets": Infinity
00:29:07.828                  │           "options": {
00:29:07.828                  │             "path": [null]
00:29:07.831                  │           }
00:29:07.831                  │           "protocol": "http:"
00:29:07.832                  │           "requests": {}
00:29:07.832                  │           "sockets": {
00:29:07.835                  │             "localhost:5620:": [
00:29:07.835                  │               {
00:29:07.836                  │                 "_events": {
00:29:07.836                  │                   "agentRemove": [Function]
00:29:07.836                  │                   "close": [
00:29:07.837                  │                     [Function]
00:29:07.842                  │                     [Function]
00:29:07.842                  │                   ]
00:29:07.842                  │                   "drain": [Function]
00:29:07.842                  │                   "end": [Function]
00:29:07.843                  │                   "error": [Function]
00:29:07.850                  │                   "finish": {
00:29:07.850                  │                     "listener": [Function]
00:29:07.850                  │                   }
00:29:07.850                  │                   "free": [Function]
00:29:07.851                  │                 }
00:29:07.851                  │                 "_eventsCount": 7
00:29:07.851                  │                 "_hadError": false
00:29:07.851                  │                 "_handle": "[object TCP]"
00:29:07.852                  │                 "_host": "localhost"
00:29:07.852                  │                 "_httpMessage": [Circular]
00:29:07.852                  │                 "_maxListeners": [undefined]
00:29:07.853                  │                 "_parent": [null]
00:29:07.853                  │                 "_pendingData": [null]
00:29:07.853                  │                 "_pendingEncoding": ""
00:29:07.853                  │                 "_readableState": {
00:29:07.854                  │                   "awaitDrain": 0
00:29:07.854                  │                   "buffer": {
00:29:07.854                  │                     "head": [null]
00:29:07.854                  │                     "length": 0
00:29:07.855                  │                     "tail": [null]
00:29:07.855                  │                   }
00:29:07.855                  │                   "decoder": [null]
00:29:07.856                  │                   "defaultEncoding": "utf8"
00:29:07.856                  │                   "destroyed": false
00:29:07.856                  │                   "emitClose": false
00:29:07.856                  │                   "emittedReadable": false
00:29:07.857                  │                   "encoding": [null]
00:29:07.857                  │                   "endEmitted": false
00:29:07.857                  │                   "ended": false
00:29:07.858                  │                   "flowing": true
00:29:07.858                  │                   "highWaterMark": 16384
00:29:07.858                  │                   "length": 0
00:29:07.859                  │                   "needReadable": true
00:29:07.859                  │                   "objectMode": false
00:29:07.859                  │                   "paused": false
00:29:07.860                  │                   "pipes": [null]
00:29:07.860                  │                   "pipesCount": 0
00:29:07.860                  │                   "readableListening": false
00:29:07.860                  │                   "reading": true
00:29:07.861                  │                   "readingMore": false
00:29:07.861                  │                   "resumeScheduled": false
00:29:07.861                  │                   "sync": false
00:29:07.862                  │                 }
00:29:07.862                  │                 "_server": [null]
00:29:07.862                  │                 "_sockname": [null]
00:29:07.862                  │                 "_writableState": {
00:29:07.863                  │                   "bufferProcessing": false
00:29:07.863                  │                   "bufferedRequest": [null]
00:29:07.863                  │                   "bufferedRequestCount": 0
00:29:07.864                  │                   "corked": 0
00:29:07.864                  │                   "corkedRequestsFree": {
00:29:07.864                  │                     "entry": [null]
00:29:07.865                  │                     "finish": [Function]
00:29:07.865                  │                     "next": {
00:29:07.865                  │                       "entry": [null]
00:29:07.866                  │                       "finish": [Function]
00:29:07.866                  │                       "next": [null]
00:29:07.867                  │                     }
00:29:07.867                  │                   }
00:29:07.867                  │                   "decodeStrings": false
00:29:07.868                  │                   "defaultEncoding": "utf8"
00:29:07.868                  │                   "destroyed": false
00:29:07.869                  │                   "emitClose": false
00:29:07.869                  │                   "ended": true
00:29:07.869                  │                   "ending": true
00:29:07.870                  │                   "errorEmitted": false
00:29:07.870                  │                   "finalCalled": true
00:29:07.870                  │                   "finished": false
00:29:07.871                  │                   "highWaterMark": 16384
00:29:07.871                  │                   "lastBufferedRequest": [null]
00:29:07.872                  │                   "length": 0
00:29:07.872                  │                   "needDrain": false
00:29:07.873                  │                   "objectMode": false
00:29:07.873                  │                   "onwrite": [Function]
00:29:07.873                  │                   "pendingcb": 1
00:29:07.874                  │                   "prefinished": false
00:29:07.874                  │                   "sync": false
00:29:07.874                  │                   "writecb": [null]
00:29:07.875                  │                   "writelen": 0
00:29:07.875                  │                   "writing": false
00:29:07.876                  │                 }
00:29:07.876                  │                 "allowHalfOpen": false
00:29:07.877                  │                 "connecting": false
00:29:07.877                  │                 "parser": [null]
00:29:07.877                  │                 "readable": true
00:29:07.878                  │                 "server": [null]
00:29:07.878                  │                 "writable": false
00:29:07.879                  │               }
00:29:07.879                  │             ]
00:29:07.879                  │           }
00:29:07.880                  │         }
00:29:07.880                  │         "chunkedEncoding": false
00:29:07.880                  │         "connection": {
00:29:07.881                  │           "_events": {
00:29:07.881                  │             "agentRemove": [Function]
00:29:07.881                  │             "close": [
00:29:07.881                  │               [Function]
00:29:07.882                  │               [Function]
00:29:07.882                  │             ]
00:29:07.882                  │             "drain": [Function]
00:29:07.882                  │             "end": [Function]
00:29:07.883                  │             "error": [Function]
00:29:07.883                  │             "finish": {
00:29:07.883                  │               "listener": [Function]
00:29:07.884                  │             }
00:29:07.884                  │             "free": [Function]
00:29:07.884                  │           }
00:29:07.884                  │           "_eventsCount": 7
00:29:07.885                  │           "_hadError": false
00:29:07.885                  │           "_handle": "[object TCP]"
00:29:07.885                  │           "_host": "localhost"
00:29:07.885                  │           "_httpMessage": [Circular]
00:29:07.886                  │           "_maxListeners": [undefined]
00:29:07.886                  │           "_parent": [null]
00:29:07.887                  │           "_pendingData": [null]
00:29:07.887                  │           "_pendingEncoding": ""
00:29:07.887                  │           "_readableState": {
00:29:07.887                  │             "awaitDrain": 0
00:29:07.888                  │             "buffer": {
00:29:07.888                  │               "head": [null]
00:29:07.888                  │               "length": 0
00:29:07.888                  │               "tail": [null]
00:29:07.889                  │             }
00:29:07.889                  │             "decoder": [null]
00:29:07.889                  │             "defaultEncoding": "utf8"
00:29:07.890                  │             "destroyed": false
00:29:07.890                  │             "emitClose": false
00:29:07.890                  │             "emittedReadable": false
00:29:07.891                  │             "encoding": [null]
00:29:07.891                  │             "endEmitted": false
00:29:07.891                  │             "ended": false
00:29:07.892                  │             "flowing": true
00:29:07.892                  │             "highWaterMark": 16384
00:29:07.892                  │             "length": 0
00:29:07.893                  │             "needReadable": true
00:29:07.893                  │             "objectMode": false
00:29:07.893                  │             "paused": false
00:29:07.893                  │             "pipes": [null]
00:29:07.894                  │             "pipesCount": 0
00:29:07.894                  │             "readableListening": false
00:29:07.894                  │             "reading": true
00:29:07.894                  │             "readingMore": false
00:29:07.895                  │             "resumeScheduled": false
00:29:07.895                  │             "sync": false
00:29:07.895                  │           }
00:29:07.896                  │           "_server": [null]
00:29:07.896                  │           "_sockname": [null]
00:29:07.896                  │           "_writableState": {
00:29:07.896                  │             "bufferProcessing": false
00:29:07.897                  │             "bufferedRequest": [null]
00:29:07.897                  │             "bufferedRequestCount": 0
00:29:07.897                  │             "corked": 0
00:29:07.898                  │             "corkedRequestsFree": {
00:29:07.898                  │               "entry": [null]
00:29:07.898                  │               "finish": [Function]
00:29:07.898                  │               "next": {
00:29:07.899                  │                 "entry": [null]
00:29:07.899                  │                 "finish": [Function]
00:29:07.899                  │                 "next": [null]
00:29:07.899                  │               }
00:29:07.900                  │             }
00:29:07.900                  │             "decodeStrings": false
00:29:07.900                  │             "defaultEncoding": "utf8"
00:29:07.901                  │             "destroyed": false
00:29:07.901                  │             "emitClose": false
00:29:07.901                  │             "ended": true
00:29:07.902                  │             "ending": true
00:29:07.902                  │             "errorEmitted": false
00:29:07.902                  │             "finalCalled": true
00:29:07.902                  │             "finished": false
00:29:07.903                  │             "highWaterMark": 16384
00:29:07.903                  │             "lastBufferedRequest": [null]
00:29:07.903                  │             "length": 0
00:29:07.903                  │             "needDrain": false
00:29:07.904                  │             "objectMode": false
00:29:07.904                  │             "onwrite": [Function]
00:29:07.904                  │             "pendingcb": 1
00:29:07.905                  │             "prefinished": false
00:29:07.905                  │             "sync": false
00:29:07.905                  │             "writecb": [null]
00:29:07.906                  │             "writelen": 0
00:29:07.906                  │             "writing": false
00:29:07.906                  │           }
00:29:07.906                  │           "allowHalfOpen": false
00:29:07.907                  │           "connecting": false
00:29:07.907                  │           "parser": [null]
00:29:07.907                  │           "readable": true
00:29:07.907                  │           "server": [null]
00:29:07.908                  │           "writable": false
00:29:07.908                  │         }
00:29:07.908                  │         "finished": true
00:29:07.908                  │         "maxHeadersCount": [null]
00:29:07.909                  │         "method": "POST"
00:29:07.909                  │         "output": []
00:29:07.909                  │         "outputCallbacks": []
00:29:07.910                  │         "outputEncodings": []
00:29:07.910                  │         "outputSize": 0
00:29:07.910                  │         "parser": [null]
00:29:07.910                  │         "path": "/api/rollup/delete"
00:29:07.911                  │         "res": [Circular]
00:29:07.911                  │         "sendDate": false
00:29:07.911                  │         "shouldKeepAlive": false
00:29:07.912                  │         "socket": {
00:29:07.912                  │           "_events": {
00:29:07.912                  │             "agentRemove": [Function]
00:29:07.912                  │             "close": [
00:29:07.913                  │               [Function]
00:29:07.913                  │               [Function]
00:29:07.913                  │             ]
00:29:07.914                  │             "drain": [Function]
00:29:07.914                  │             "end": [Function]
00:29:07.914                  │             "error": [Function]
00:29:07.914                  │             "finish": {
00:29:07.915                  │               "listener": [Function]
00:29:07.915                  │             }
00:29:07.915                  │             "free": [Function]
00:29:07.916                  │           }
00:29:07.916                  │           "_eventsCount": 7
00:29:07.916                  │           "_hadError": false
00:29:07.916                  │           "_handle": "[object TCP]"
00:29:07.917                  │           "_host": "localhost"
00:29:07.917                  │           "_httpMessage": [Circular]
00:29:07.917                  │           "_maxListeners": [undefined]
00:29:07.918                  │           "_parent": [null]
00:29:07.918                  │           "_pendingData": [null]
00:29:07.918                  │           "_pendingEncoding": ""
00:29:07.919                  │           "_readableState": {
00:29:07.919                  │             "awaitDrain": 0
00:29:07.919                  │             "buffer": {
00:29:07.919                  │               "head": [null]
00:29:07.920                  │               "length": 0
00:29:07.920                  │               "tail": [null]
00:29:07.920                  │             }
00:29:07.920                  │             "decoder": [null]
00:29:07.921                  │             "defaultEncoding": "utf8"
00:29:07.921                  │             "destroyed": false
00:29:07.922                  │             "emitClose": false
00:29:07.922                  │             "emittedReadable": false
00:29:07.922                  │             "encoding": [null]
00:29:07.922                  │             "endEmitted": false
00:29:07.923                  │             "ended": false
00:29:07.923                  │             "flowing": true
00:29:07.923                  │             "highWaterMark": 16384
00:29:07.924                  │             "length": 0
00:29:07.924                  │             "needReadable": true
00:29:07.924                  │             "objectMode": false
00:29:07.924                  │             "paused": false
00:29:07.925                  │             "pipes": [null]
00:29:07.925                  │             "pipesCount": 0
00:29:07.925                  │             "readableListening": false
00:29:07.926                  │             "reading": true
00:29:07.926                  │             "readingMore": false
00:29:07.926                  │             "resumeScheduled": false
00:29:07.927                  │             "sync": false
00:29:07.927                  │           }
00:29:07.927                  │           "_server": [null]
00:29:07.928                  │           "_sockname": [null]
00:29:07.928                  │           "_writableState": {
00:29:07.928                  │             "bufferProcessing": false
00:29:07.928                  │             "bufferedRequest": [null]
00:29:07.929                  │             "bufferedRequestCount": 0
00:29:07.929                  │             "corked": 0
00:29:07.929                  │             "corkedRequestsFree": {
00:29:07.929                  │               "entry": [null]
00:29:07.930                  │               "finish": [Function]
00:29:07.930                  │               "next": {
00:29:07.930                  │                 "entry": [null]
00:29:07.931                  │                 "finish": [Function]
00:29:07.931                  │                 "next": [null]
00:29:07.931                  │               }
00:29:07.932                  │             }
00:29:07.932                  │             "decodeStrings": false
00:29:07.932                  │             "defaultEncoding": "utf8"
00:29:07.932                  │             "destroyed": false
00:29:07.933                  │             "emitClose": false
00:29:07.933                  │             "ended": true
00:29:07.933                  │             "ending": true
00:29:07.933                  │             "errorEmitted": false
00:29:07.934                  │             "finalCalled": true
00:29:07.934                  │             "finished": false
00:29:07.934                  │             "highWaterMark": 16384
00:29:07.935                  │             "lastBufferedRequest": [null]
00:29:07.935                  │             "length": 0
00:29:07.935                  │             "needDrain": false
00:29:07.936                  │             "objectMode": false
00:29:07.936                  │             "onwrite": [Function]
00:29:07.936                  │             "pendingcb": 1
00:29:07.936                  │             "prefinished": false
00:29:07.937                  │             "sync": false
00:29:07.937                  │             "writecb": [null]
00:29:07.937                  │             "writelen": 0
00:29:07.937                  │             "writing": false
00:29:07.938                  │           }
00:29:07.938                  │           "allowHalfOpen": false
00:29:07.938                  │           "connecting": false
00:29:08.203                  │           "parser": [null]
00:29:08.204                  │           "readable": true
00:29:08.204                  │           "server": [null]
00:29:08.205                  │           "writable": false
00:29:08.205                  │         }
00:29:08.205                  │         "socketPath": [undefined]
00:29:08.206                  │         "timeout": [undefined]
00:29:08.206                  │         "timeoutCb": [null]
00:29:08.206                  │         "upgradeOrConnect": false
00:29:08.207                  │         "useChunkedEncodingByDefault": true
00:29:08.207                  │         "writable": true
00:29:08.208                  │       }
00:29:08.208                  │       "socket": {
00:29:08.208                  │         "_events": {
00:29:08.208                  │           "agentRemove": [Function]
00:29:08.208                  │           "close": [
00:29:08.209                  │             [Function]
00:29:08.209                  │             [Function]
00:29:08.209                  │           ]
00:29:08.218                  │           "drain": [Function]
00:29:08.218                  │           "end": [Function]
00:29:08.218                  │           "error": [Function]
00:29:08.219                  │           "finish": {
00:29:08.219                  │             "listener": [Function]
00:29:08.219                  │           }
00:29:08.219                  │           "free": [Function]
00:29:08.220                  │         }
00:29:08.220                  │         "_eventsCount": 7
00:29:08.220                  │         "_hadError": false
00:29:08.220                  │         "_handle": "[object TCP]"
00:29:08.220                  │         "_host": "localhost"
00:29:08.221                  │         "_httpMessage": {
00:29:08.221                  │           "_contentLength": 307
00:29:08.221                  │           "_ended": true
00:29:08.221                  │           "_events": {
00:29:08.222                  │             "drain": {
00:29:08.222                  │               "listener": [Function]
00:29:08.222                  │             }
00:29:08.222                  │             "error": {
00:29:08.223                  │               "listener": [Function]
00:29:08.223                  │             }
00:29:08.223                  │             "prefinish": [Function]
00:29:08.223                  │           }
00:29:08.223                  │           "_eventsCount": 3
00:29:08.224                  │           "_hasBody": true
00:29:08.224                  │           "_header": "POST /api/rollup/delete HTTP/1.1\r\nHost: localhost:5620\r\nAccept-Encoding: gzip, deflate\r\nUser-Agent: node-superagent/3.8.2\r\nkbn-xsrf: xxx\r\nContent-Type: application/json\r\nAuthorization: Basic ZWxhc3RpYzpjaGFuZ2VtZQ==\r\nContent-Length: 307\r\nConnection: close\r\n\r\n"
00:29:08.226                  │           "_headerSent": true
00:29:08.226                  │           "_last": true
00:29:08.226                  │           "_maxListeners": [undefined]
00:29:08.226                  │           "_onPendingData": [Function]
00:29:08.227                  │           "_removedConnection": false
00:29:08.227                  │           "_removedContLen": false
00:29:08.227                  │           "_removedTE": false
00:29:08.227                  │           "_trailer": ""
00:29:08.228                  │           "aborted": [undefined]
00:29:08.228                  │           "agent": {
00:29:08.228                  │             "_events": {
00:29:08.228                  │               "free": [Function]
00:29:08.229                  │             }
00:29:08.229                  │             "_eventsCount": 1
00:29:08.229                  │             "_maxListeners": [undefined]
00:29:08.229                  │             "defaultPort": 80
00:29:08.230                  │             "freeSockets": {}
00:29:08.230                  │             "keepAlive": false
00:29:08.230                  │             "keepAliveMsecs": 1000
00:29:08.230                  │             "maxFreeSockets": 256
00:29:08.231                  │             "maxSockets": Infinity
00:29:08.231                  │             "options": {
00:29:08.231                  │               "path": [null]
00:29:08.231                  │             }
00:29:08.232                  │             "protocol": "http:"
00:29:08.232                  │             "requests": {}
00:29:08.232                  │             "sockets": {
00:29:08.232                  │               "localhost:5620:": [
00:29:08.233                  │                 [Circular]
00:29:08.233                  │               ]
00:29:08.233                  │             }
00:29:08.233                  │           }
00:29:08.233                  │           "chunkedEncoding": false
00:29:08.234                  │           "connection": [Circular]
00:29:08.234                  │           "finished": true
00:29:08.234                  │           "maxHeadersCount": [null]
00:29:08.235                  │           "method": "POST"
00:29:08.235                  │           "output": []
00:29:08.235                  │           "outputCallbacks": []
00:29:08.235                  │           "outputEncodings": []
00:29:08.235                  │           "outputSize": 0
00:29:08.236                  │           "parser": [null]
00:29:08.236                  │           "path": "/api/rollup/delete"
00:29:08.236                  │           "res": [Circular]
00:29:08.237                  │           "sendDate": false
00:29:08.237                  │           "shouldKeepAlive": false
00:29:08.237                  │           "socket": [Circular]
00:29:08.238                  │           "socketPath": [undefined]
00:29:08.238                  │           "timeout": [undefined]
00:29:08.238                  │           "timeoutCb": [null]
00:29:08.239                  │           "upgradeOrConnect": false
00:29:08.239                  │           "useChunkedEncodingByDefault": true
00:29:08.239                  │           "writable": true
00:29:08.240                  │         }
00:29:08.240                  │         "_maxListeners": [undefined]
00:29:08.241                  │         "_parent": [null]
00:29:08.241                  │         "_pendingData": [null]
00:29:08.241                  │         "_pendingEncoding": ""
00:29:08.242                  │         "_readableState": {
00:29:08.242                  │           "awaitDrain": 0
00:29:08.242                  │           "buffer": {
00:29:08.243                  │             "head": [null]
00:29:08.243                  │             "length": 0
00:29:08.243                  │             "tail": [null]
00:29:08.244                  │           }
00:29:08.244                  │           "decoder": [null]
00:29:08.244                  │           "defaultEncoding": "utf8"
00:29:08.244                  │           "destroyed": false
00:29:08.244                  │           "emitClose": false
00:29:08.245                  │           "emittedReadable": false
00:29:08.245                  │           "encoding": [null]
00:29:08.245                  │           "endEmitted": false
00:29:08.246                  │           "ended": false
00:29:08.246                  │           "flowing": true
00:29:08.246                  │           "highWaterMark": 16384
00:29:08.246                  │           "length": 0
00:29:08.247                  │           "needReadable": true
00:29:08.247                  │           "objectMode": false
00:29:08.248                  │           "paused": false
00:29:08.248                  │           "pipes": [null]
00:29:08.248                  │           "pipesCount": 0
00:29:08.249                  │           "readableListening": false
00:29:08.249                  │           "reading": true
00:29:08.249                  │           "readingMore": false
00:29:08.250                  │           "resumeScheduled": false
00:29:08.250                  │           "sync": false
00:29:08.250                  │         }
00:29:08.251                  │         "_server": [null]
00:29:08.251                  │         "_sockname": [null]
00:29:08.251                  │         "_writableState": {
00:29:08.252                  │           "bufferProcessing": false
00:29:08.252                  │           "bufferedRequest": [null]
00:29:08.252                  │           "bufferedRequestCount": 0
00:29:08.253                  │           "corked": 0
00:29:08.253                  │           "corkedRequestsFree": {
00:29:08.253                  │             "entry": [null]
00:29:08.254                  │             "finish": [Function]
00:29:08.254                  │             "next": {
00:29:08.255                  │               "entry": [null]
00:29:08.255                  │               "finish": [Function]
00:29:08.255                  │               "next": [null]
00:29:08.256                  │             }
00:29:08.256                  │           }
00:29:08.256                  │           "decodeStrings": false
00:29:08.256                  │           "defaultEncoding": "utf8"
00:29:08.257                  │           "destroyed": false
00:29:08.257                  │           "emitClose": false
00:29:08.257                  │           "ended": true
00:29:08.258                  │           "ending": true
00:29:08.258                  │           "errorEmitted": false
00:29:08.258                  │           "finalCalled": true
00:29:08.259                  │           "finished": false
00:29:08.259                  │           "highWaterMark": 16384
00:29:08.259                  │           "lastBufferedRequest": [null]
00:29:08.259                  │           "length": 0
00:29:08.260                  │           "needDrain": false
00:29:08.260                  │           "objectMode": false
00:29:08.261                  │           "onwrite": [Function]
00:29:08.261                  │           "pendingcb": 1
00:29:08.261                  │           "prefinished": false
00:29:08.262                  │           "sync": false
00:29:08.262                  │           "writecb": [null]
00:29:08.262                  │           "writelen": 0
00:29:08.262                  │           "writing": false
00:29:08.262                  │         }
00:29:08.263                  │         "allowHalfOpen": false
00:29:08.263                  │         "connecting": false
00:29:08.263                  │         "parser": [null]
00:29:08.264                  │         "readable": true
00:29:08.264                  │         "server": [null]
00:29:08.264                  │         "writable": false
00:29:08.265                  │       }
00:29:08.265                  │       "statusCode": 400
00:29:08.265                  │       "statusMessage": "Bad Request"
00:29:08.266                  │       "text": "{\"statusCode\":400,\"error\":\"Bad Request\",\"message\":\"Could not delete job [sozgzhkhoelys-1552496083469] because indexer state is [ABORTING].  Job must be [STOPPED] before deletion.\"}"
00:29:08.267                  │       "trailers": {}
00:29:08.267                  │       "upgrade": false
00:29:08.268                  │       "url": ""
00:29:08.268                  │     }
00:29:08.268                  │     "response": [Circular]
00:29:08.268                  │     "then": [Function]
00:29:08.268                  │     "toPromise": [Function]
00:29:08.269                  │     "url": "http://elastic:changeme@localhost:5620/api/rollup/delete"
00:29:08.269                  │     "writable": true
00:29:08.269                  │   }
00:29:08.269                  │   "res": {
00:29:08.270                  │     "_consuming": false
00:29:08.270                  │     "_dumped": false
00:29:08.270                  │     "_events": {
00:29:08.270                  │       "close": [Function]
00:29:08.270                  │       "data": [
00:29:08.271                  │         [Function]
00:29:08.271                  │         [Function]
00:29:08.271                  │         [Function]
00:29:08.271                  │       ]
00:29:08.271                  │       "end": [
00:29:08.271                  │         [Function]
00:29:08.272                  │         [Function]
00:29:08.272                  │         [Function]
00:29:08.272                  │       ]
00:29:08.272                  │       "error": [
00:29:08.272                  │         {
00:29:08.273                  │           "listener": [Function]
00:29:08.273                  │         }
00:29:08.273                  │         [Function]
00:29:08.273                  │       ]
00:29:08.273                  │     }
00:29:08.273                  │     "_eventsCount": 4
00:29:08.274                  │     "_maxListeners": [undefined]
00:29:08.274                  │     "_readableState": {
00:29:08.274                  │       "awaitDrain": 0
00:29:08.274                  │       "buffer": {
00:29:08.275                  │         "head": [null]
00:29:08.275                  │         "length": 0
00:29:08.275                  │         "tail": [null]
00:29:08.275                  │       }
00:29:08.275                  │       "decoder": {
00:29:08.276                  │         "encoding": "utf8"
00:29:08.276                  │       }
00:29:08.276                  │       "defaultEncoding": "utf8"
00:29:08.276                  │       "destroyed": false
00:29:08.276                  │       "emitClose": true
00:29:08.277                  │       "emittedReadable": false
00:29:08.277                  │       "encoding": "utf8"
00:29:08.277                  │       "endEmitted": true
00:29:08.277                  │       "ended": true
00:29:08.278                  │       "flowing": true
00:29:08.278                  │       "highWaterMark": 16384
00:29:08.278                  │       "length": 0
00:29:08.278                  │       "needReadable": false
00:29:08.278                  │       "objectMode": false
00:29:08.279                  │       "paused": false
00:29:08.279                  │       "pipes": [null]
00:29:08.279                  │       "pipesCount": 0
00:29:08.279                  │       "readableListening": false
00:29:08.280                  │       "reading": false
00:29:08.280                  │       "readingMore": true
00:29:08.280                  │       "resumeScheduled": false
00:29:08.280                  │       "sync": true
00:29:08.281                  │     }
00:29:08.281                  │     "aborted": false
00:29:08.281                  │     "client": {
00:29:08.281                  │       "_events": {
00:29:08.282                  │         "agentRemove": [Function]
00:29:08.282                  │         "close": [
00:29:08.282                  │           [Function]
00:29:08.283                  │           [Function]
00:29:08.283                  │         ]
00:29:08.284                  │         "drain": [Function]
00:29:08.284                  │         "end": [Function]
00:29:08.284                  │         "error": [Function]
00:29:08.285                  │         "finish": {
00:29:08.285                  │           "listener": [Function]
00:29:08.285                  │         }
00:29:08.286                  │         "free": [Function]
00:29:08.286                  │       }
00:29:08.286                  │       "_eventsCount": 7
00:29:08.286                  │       "_hadError": false
00:29:08.287                  │       "_handle": "[object TCP]"
00:29:08.287                  │       "_host": "localhost"
00:29:08.287                  │       "_httpMessage": {
00:29:08.287                  │         "_contentLength": 307
00:29:08.288                  │         "_ended": true
00:29:08.288                  │         "_events": {
00:29:08.288                  │           "drain": {
00:29:08.288                  │             "listener": [Function]
00:29:08.289                  │           }
00:29:08.289                  │           "error": {
00:29:08.289                  │             "listener": [Function]
00:29:08.290                  │           }
00:29:08.290                  │           "prefinish": [Function]
00:29:08.290                  │         }
00:29:08.290                  │         "_eventsCount": 3
00:29:08.291                  │         "_hasBody": true
00:29:08.291                  │         "_header": "POST /api/rollup/delete HTTP/1.1\r\nHost: localhost:5620\r\nAccept-Encoding: gzip, deflate\r\nUser-Agent: node-superagent/3.8.2\r\nkbn-xsrf: xxx\r\nContent-Type: application/json\r\nAuthorization: Basic ZWxhc3RpYzpjaGFuZ2VtZQ==\r\nContent-Length: 307\r\nConnection: close\r\n\r\n"
00:29:08.293                  │         "_headerSent": true
00:29:08.293                  │         "_last": true
00:29:08.293                  │         "_maxListeners": [undefined]
00:29:08.294                  │         "_onPendingData": [Function]
00:29:08.294                  │         "_removedConnection": false
00:29:08.294                  │         "_removedContLen": false
00:29:08.295                  │         "_removedTE": false
00:29:08.295                  │         "_trailer": ""
00:29:08.295                  │         "aborted": [undefined]
00:29:08.295                  │         "agent": {
00:29:08.295                  │           "_events": {
00:29:08.296                  │             "free": [Function]
00:29:08.296                  │           }
00:29:08.296                  │           "_eventsCount": 1
00:29:08.296                  │           "_maxListeners": [undefined]
00:29:08.297                  │           "defaultPort": 80
00:29:08.297                  │           "freeSockets": {}
00:29:08.297                  │           "keepAlive": false
00:29:08.297                  │           "keepAliveMsecs": 1000
00:29:08.298                  │           "maxFreeSockets": 256
00:29:08.298                  │           "maxSockets": Infinity
00:29:08.298                  │           "options": {
00:29:08.298                  │             "path": [null]
00:29:08.299                  │           }
00:29:08.299                  │           "protocol": "http:"
00:29:08.299                  │           "requests": {}
00:29:08.299                  │           "sockets": {
00:29:08.300                  │             "localhost:5620:": [
00:29:08.300                  │               [Circular]
00:29:08.300                  │             ]
00:29:08.300                  │           }
00:29:08.300                  │         }
00:29:08.301                  │         "chunkedEncoding": false
00:29:08.301                  │         "connection": [Circular]
00:29:08.301                  │         "finished": true
00:29:08.301                  │         "maxHeadersCount": [null]
00:29:08.302                  │         "method": "POST"
00:29:08.302                  │         "output": []
00:29:08.302                  │         "outputCallbacks": []
00:29:08.302                  │         "outputEncodings": []
00:29:08.303                  │         "outputSize": 0
00:29:08.303                  │         "parser": [null]
00:29:08.303                  │         "path": "/api/rollup/delete"
00:29:08.303                  │         "res": [Circular]
00:29:08.303                  │         "sendDate": false
00:29:08.304                  │         "shouldKeepAlive": false
00:29:08.304                  │         "socket": [Circular]
00:29:08.304                  │         "socketPath": [undefined]
00:29:08.305                  │         "timeout": [undefined]
00:29:08.305                  │         "timeoutCb": [null]
00:29:08.305                  │         "upgradeOrConnect": false
00:29:08.305                  │         "useChunkedEncodingByDefault": true
00:29:08.306                  │         "writable": true
00:29:08.306                  │       }
00:29:08.306                  │       "_maxListeners": [undefined]
00:29:08.306                  │       "_parent": [null]
00:29:08.307                  │       "_pendingData": [null]
00:29:08.307                  │       "_pendingEncoding": ""
00:29:08.307                  │       "_readableState": {
00:29:08.307                  │         "awaitDrain": 0
00:29:08.308                  │         "buffer": {
00:29:08.308                  │           "head": [null]
00:29:08.308                  │           "length": 0
00:29:08.308                  │           "tail": [null]
00:29:08.308                  │         }
00:29:08.309                  │         "decoder": [null]
00:29:08.309                  │         "defaultEncoding": "utf8"
00:29:08.309                  │         "destroyed": false
00:29:08.309                  │         "emitClose": false
00:29:08.310                  │         "emittedReadable": false
00:29:08.310                  │         "encoding": [null]
00:29:08.310                  │         "endEmitted": false
00:29:08.310                  │         "ended": false
00:29:08.311                  │         "flowing": true
00:29:08.311                  │         "highWaterMark": 16384
00:29:08.311                  │         "length": 0
00:29:08.311                  │         "needReadable": true
00:29:08.312                  │         "objectMode": false
00:29:08.312                  │         "paused": false
00:29:08.312                  │         "pipes": [null]
00:29:08.312                  │         "pipesCount": 0
00:29:08.312                  │         "readableListening": false
00:29:08.313                  │         "reading": true
00:29:08.313                  │         "readingMore": false
00:29:08.313                  │         "resumeScheduled": false
00:29:08.313                  │         "sync": false
00:29:08.314                  │       }
00:29:08.314                  │       "_server": [null]
00:29:08.314                  │       "_sockname": [null]
00:29:08.314                  │       "_writableState": {
00:29:08.315                  │         "bufferProcessing": false
00:29:08.315                  │         "bufferedRequest": [null]
00:29:08.315                  │         "bufferedRequestCount": 0
00:29:08.315                  │         "corked": 0
00:29:08.316                  │         "corkedRequestsFree": {
00:29:08.316                  │           "entry": [null]
00:29:08.316                  │           "finish": [Function]
00:29:08.316                  │           "next": {
00:29:08.317                  │             "entry": [null]
00:29:08.317                  │             "finish": [Function]
00:29:08.317                  │             "next": [null]
00:29:08.317                  │           }
00:29:08.317                  │         }
00:29:08.318                  │         "decodeStrings": false
00:29:08.318                  │         "defaultEncoding": "utf8"
00:29:08.318                  │         "destroyed": false
00:29:08.318                  │         "emitClose": false
00:29:08.319                  │         "ended": true
00:29:08.319                  │         "ending": true
00:29:08.319                  │         "errorEmitted": false
00:29:08.319                  │         "finalCalled": true
00:29:08.320                  │         "finished": false
00:29:08.320                  │         "highWaterMark": 16384
00:29:08.320                  │         "lastBufferedRequest": [null]
00:29:08.320                  │         "length": 0
00:29:08.321                  │         "needDrain": false
00:29:08.321                  │         "objectMode": false
00:29:08.321                  │         "onwrite": [Function]
00:29:08.321                  │         "pendingcb": 1
00:29:08.322                  │         "prefinished": false
00:29:08.322                  │         "sync": false
00:29:08.322                  │         "writecb": [null]
00:29:08.322                  │         "writelen": 0
00:29:08.322                  │         "writing": false
00:29:08.323                  │       }
00:29:08.323                  │       "allowHalfOpen": false
00:29:08.323                  │       "connecting": false
00:29:08.323                  │       "parser": [null]
00:29:08.323                  │       "readable": true
00:29:08.324                  │       "server": [null]
00:29:08.324                  │       "writable": false
00:29:08.324                  │     }
00:29:08.324                  │     "complete": true
00:29:08.325                  │     "connection": {
00:29:08.325                  │       "_events": {
00:29:08.325                  │         "agentRemove": [Function]
00:29:08.325                  │         "close": [
00:29:08.326                  │           [Function]
00:29:08.326                  │           [Function]
00:29:08.326                  │         ]
00:29:08.326                  │         "drain": [Function]
00:29:08.326                  │         "end": [Function]
00:29:08.327                  │         "error": [Function]
00:29:08.327                  │         "finish": {
00:29:08.327                  │           "listener": [Function]
00:29:08.328                  │         }
00:29:08.328                  │         "free": [Function]
00:29:08.328                  │       }
00:29:08.328                  │       "_eventsCount": 7
00:29:08.328                  │       "_hadError": false
00:29:08.329                  │       "_handle": "[object TCP]"
00:29:08.329                  │       "_host": "localhost"
00:29:08.329                  │       "_httpMessage": {
00:29:08.330                  │         "_contentLength": 307
00:29:08.330                  │         "_ended": true
00:29:08.330                  │         "_events": {
00:29:08.331                  │           "drain": {
00:29:08.331                  │             "listener": [Function]
00:29:08.331                  │           }
00:29:08.331                  │           "error": {
00:29:08.332                  │             "listener": [Function]
00:29:08.332                  │           }
00:29:08.332                  │           "prefinish": [Function]
00:29:08.332                  │         }
00:29:08.333                  │         "_eventsCount": 3
00:29:08.333                  │         "_hasBody": true
00:29:08.333                  │         "_header": "POST /api/rollup/delete HTTP/1.1\r\nHost: localhost:5620\r\nAccept-Encoding: gzip, deflate\r\nUser-Agent: node-superagent/3.8.2\r\nkbn-xsrf: xxx\r\nContent-Type: application/json\r\nAuthorization: Basic ZWxhc3RpYzpjaGFuZ2VtZQ==\r\nContent-Length: 307\r\nConnection: close\r\n\r\n"
00:29:08.335                  │         "_headerSent": true
00:29:08.335                  │         "_last": true
00:29:08.335                  │         "_maxListeners": [undefined]
00:29:08.336                  │         "_onPendingData": [Function]
00:29:08.336                  │         "_removedConnection": false
00:29:08.336                  │         "_removedContLen": false
00:29:08.337                  │         "_removedTE": false
00:29:08.337                  │         "_trailer": ""
00:29:08.337                  │         "aborted": [undefined]
00:29:08.337                  │         "agent": {
00:29:08.338                  │           "_events": {
00:29:08.338                  │             "free": [Function]
00:29:08.338                  │           }
00:29:08.338                  │           "_eventsCount": 1
00:29:08.339                  │           "_maxListeners": [undefined]
00:29:08.340                  │           "defaultPort": 80
00:29:08.340                  │           "freeSockets": {}
00:29:08.340                  │           "keepAlive": false
00:29:08.340                  │           "keepAliveMsecs": 1000
00:29:08.341                  │           "maxFreeSockets": 256
00:29:08.341                  │           "maxSockets": Infinity
00:29:08.341                  │           "options": {
00:29:08.341                  │             "path": [null]
00:29:08.342                  │           }
00:29:08.342                  │           "protocol": "http:"
00:29:08.342                  │           "requests": {}
00:29:08.342                  │           "sockets": {
00:29:08.343                  │             "localhost:5620:": [
00:29:08.343                  │               [Circular]
00:29:08.343                  │             ]
00:29:08.343                  │           }
00:29:08.344                  │         }
00:29:08.344                  │         "chunkedEncoding": false
00:29:08.344                  │         "connection": [Circular]
00:29:08.345                  │         "finished": true
00:29:08.345                  │         "maxHeadersCount": [null]
00:29:08.345                  │         "method": "POST"
00:29:08.345                  │         "output": []
00:29:08.346                  │         "outputCallbacks": []
00:29:08.346                  │         "outputEncodings": []
00:29:08.347                  │         "outputSize": 0
00:29:08.347                  │         "parser": [null]
00:29:08.347                  │         "path": "/api/rollup/delete"
00:29:08.348                  │         "res": [Circular]
00:29:08.348                  │         "sendDate": false
00:29:08.349                  │         "shouldKeepAlive": false
00:29:08.349                  │         "socket": [Circular]
00:29:08.349                  │         "socketPath": [undefined]
00:29:08.350                  │         "timeout": [undefined]
00:29:08.350                  │         "timeoutCb": [null]
00:29:08.351                  │         "upgradeOrConnect": false
00:29:08.351                  │         "useChunkedEncodingByDefault": true
00:29:09.268                  │         "writable": true
00:29:09.268                  │       }
00:29:09.268                  │       "_maxListeners": [undefined]
00:29:09.269                  │       "_parent": [null]
00:29:09.269                  │       "_pendingData": [null]
00:29:09.270                  │       "_pendingEncoding": ""
00:29:09.270                  │       "_readableState": {
00:29:09.271                  │         "awaitDrain": 0
00:29:09.271                  │         "buffer": {
00:29:09.271                  │           "head": [null]
00:29:09.274                  │           "length": 0
00:29:09.274                  │           "tail": [null]
00:29:09.275                  │         }
00:29:09.275                  │         "decoder": [null]
00:29:09.276                  │         "defaultEncoding": "utf8"
00:29:09.277                  │         "destroyed": false
00:29:09.277                  │         "emitClose": false
00:29:09.278                  │         "emittedReadable": false
00:29:09.288                  │         "encoding": [null]
00:29:09.288                  │         "endEmitted": false
00:29:09.289                  │         "ended": false
00:29:09.289                  │         "flowing": true
00:29:09.289                  │         "highWaterMark": 16384
00:29:09.290                  │         "length": 0
00:29:09.290                  │         "needReadable": true
00:29:09.290                  │         "objectMode": false
00:29:09.291                  │         "paused": false
00:29:09.291                  │         "pipes": [null]
00:29:09.292                  │         "pipesCount": 0
00:29:09.292                  │         "readableListening": false
00:29:09.292                  │         "reading": true
00:29:09.293                  │         "readingMore": false
00:29:09.293                  │         "resumeScheduled": false
00:29:09.293                  │         "sync": false
00:29:09.294                  │       }
00:29:09.294                  │       "_server": [null]
00:29:09.294                  │       "_sockname": [null]
00:29:09.295                  │       "_writableState": {
00:29:09.295                  │         "bufferProcessing": false
00:29:09.295                  │         "bufferedRequest": [null]
00:29:09.296                  │         "bufferedRequestCount": 0
00:29:09.296                  │         "corked": 0
00:29:09.296                  │         "corkedRequestsFree": {
00:29:09.297                  │           "entry": [null]
00:29:09.297                  │           "finish": [Function]
00:29:09.297                  │           "next": {
00:29:09.298                  │             "entry": [null]
00:29:09.298                  │             "finish": [Function]
00:29:09.298                  │             "next": [null]
00:29:09.299                  │           }
00:29:09.299                  │         }
00:29:09.299                  │         "decodeStrings": false
00:29:09.300                  │         "defaultEncoding": "utf8"
00:29:09.300                  │         "destroyed": false
00:29:09.300                  │         "emitClose": false
00:29:09.301                  │         "ended": true
00:29:09.301                  │         "ending": true
00:29:09.301                  │         "errorEmitted": false
00:29:09.302                  │         "finalCalled": true
00:29:09.302                  │         "finished": false
00:29:09.302                  │         "highWaterMark": 16384
00:29:09.303                  │         "lastBufferedRequest": [null]
00:29:09.303                  │         "length": 0
00:29:09.303                  │         "needDrain": false
00:29:09.304                  │         "objectMode": false
00:29:09.304                  │         "onwrite": [Function]
00:29:09.305                  │         "pendingcb": 1
00:29:09.305                  │         "prefinished": false
00:29:09.305                  │         "sync": false
00:29:09.306                  │         "writecb": [null]
00:29:09.306                  │         "writelen": 0
00:29:09.306                  │         "writing": false
00:29:09.307                  │       }
00:29:09.307                  │       "allowHalfOpen": false
00:29:09.307                  │       "connecting": false
00:29:09.308                  │       "parser": [null]
00:29:09.308                  │       "readable": true
00:29:09.308                  │       "server": [null]
00:29:09.309                  │       "writable": false
00:29:09.309                  │     }
00:29:09.309                  │     "headers": {
00:29:09.309                  │       "cache-control": "no-cache"
00:29:09.310                  │       "connection": "close"
00:29:09.310                  │       "content-length": "180"
00:29:09.311                  │       "content-type": "application/json; charset=utf-8"
00:29:09.311                  │       "date": "Wed, 13 Mar 2019 16:54:45 GMT"
00:29:09.312                  │       "kbn-name": "kibana"
00:29:09.312                  │       "kbn-xpack-sig": "3cfe174b49ad8b46069d835c4f8223a2"
00:29:09.313                  │     }
00:29:09.313                  │     "httpVersion": "1.1"
00:29:09.313                  │     "httpVersionMajor": 1
00:29:09.314                  │     "httpVersionMinor": 1
00:29:09.314                  │     "method": [null]
00:29:09.314                  │     "rawHeaders": [
00:29:09.315                  │       "kbn-name"
00:29:09.315                  │       "kibana"
00:29:09.315                  │       "kbn-xpack-sig"
00:29:09.315                  │       "3cfe174b49ad8b46069d835c4f8223a2"
00:29:09.316                  │       "content-type"
00:29:09.316                  │       "application/json; charset=utf-8"
00:29:09.317                  │       "cache-control"
00:29:09.317                  │       "no-cache"
00:29:09.317                  │       "content-length"
00:29:09.318                  │       "180"
00:29:09.318                  │       "connection"
00:29:09.318                  │       "close"
00:29:09.318                  │       "Date"
00:29:09.318                  │       "Wed, 13 Mar 2019 16:54:45 GMT"
00:29:09.319                  │     ]
00:29:09.319                  │     "rawTrailers": []
00:29:09.319                  │     "readable": false
00:29:09.320                  │     "req": {
00:29:09.320                  │       "_contentLength": 307
00:29:09.320                  │       "_ended": true
00:29:09.320                  │       "_events": {
00:29:09.320                  │         "drain": {
00:29:09.321                  │           "listener": [Function]
00:29:09.321                  │         }
00:29:09.321                  │         "error": {
00:29:09.321                  │           "listener": [Function]
00:29:09.322                  │         }
00:29:09.322                  │         "prefinish": [Function]
00:29:09.322                  │       }
00:29:09.322                  │       "_eventsCount": 3
00:29:09.323                  │       "_hasBody": true
00:29:09.323                  │       "_header": "POST /api/rollup/delete HTTP/1.1\r\nHost: localhost:5620\r\nAccept-Encoding: gzip, deflate\r\nUser-Agent: node-superagent/3.8.2\r\nkbn-xsrf: xxx\r\nContent-Type: application/json\r\nAuthorization: Basic ZWxhc3RpYzpjaGFuZ2VtZQ==\r\nContent-Length: 307\r\nConnection: close\r\n\r\n"
00:29:09.325                  │       "_headerSent": true
00:29:09.325                  │       "_last": true
00:29:09.325                  │       "_maxListeners": [undefined]
00:29:09.325                  │       "_onPendingData": [Function]
00:29:09.326                  │       "_removedConnection": false
00:29:09.326                  │       "_removedContLen": false
00:29:09.326                  │       "_removedTE": false
00:29:09.327                  │       "_trailer": ""
00:29:09.327                  │       "aborted": [undefined]
00:29:09.327                  │       "agent": {
00:29:09.327                  │         "_events": {
00:29:09.327                  │           "free": [Function]
00:29:09.328                  │         }
00:29:09.328                  │         "_eventsCount": 1
00:29:09.328                  │         "_maxListeners": [undefined]
00:29:09.329                  │         "defaultPort": 80
00:29:09.329                  │         "freeSockets": {}
00:29:09.329                  │         "keepAlive": false
00:29:09.329                  │         "keepAliveMsecs": 1000
00:29:09.330                  │         "maxFreeSockets": 256
00:29:09.330                  │         "maxSockets": Infinity
00:29:09.331                  │         "options": {
00:29:09.331                  │           "path": [null]
00:29:09.331                  │         }
00:29:09.331                  │         "protocol": "http:"
00:29:09.331                  │         "requests": {}
00:29:09.332                  │         "sockets": {
00:29:09.332                  │           "localhost:5620:": [
00:29:09.332                  │             {
00:29:09.333                  │               "_events": {
00:29:09.333                  │                 "agentRemove": [Function]
00:29:09.333                  │                 "close": [
00:29:09.334                  │                   [Function]
00:29:09.334                  │                   [Function]
00:29:09.334                  │                 ]
00:29:09.334                  │                 "drain": [Function]
00:29:09.335                  │                 "end": [Function]
00:29:09.335                  │                 "error": [Function]
00:29:09.335                  │                 "finish": {
00:29:09.336                  │                   "listener": [Function]
00:29:09.336                  │                 }
00:29:09.336                  │                 "free": [Function]
00:29:09.336                  │               }
00:29:09.337                  │               "_eventsCount": 7
00:29:09.337                  │               "_hadError": false
00:29:09.337                  │               "_handle": "[object TCP]"
00:29:09.338                  │               "_host": "localhost"
00:29:09.338                  │               "_httpMessage": [Circular]
00:29:09.338                  │               "_maxListeners": [undefined]
00:29:09.339                  │               "_parent": [null]
00:29:09.339                  │               "_pendingData": [null]
00:29:09.339                  │               "_pendingEncoding": ""
00:29:09.340                  │               "_readableState": {
00:29:09.340                  │                 "awaitDrain": 0
00:29:09.340                  │                 "buffer": {
00:29:09.340                  │                   "head": [null]
00:29:09.341                  │                   "length": 0
00:29:09.341                  │                   "tail": [null]
00:29:09.341                  │                 }
00:29:09.342                  │                 "decoder": [null]
00:29:09.342                  │                 "defaultEncoding": "utf8"
00:29:09.343                  │                 "destroyed": false
00:29:09.343                  │                 "emitClose": false
00:29:09.343                  │                 "emittedReadable": false
00:29:09.343                  │                 "encoding": [null]
00:29:09.344                  │                 "endEmitted": false
00:29:09.344                  │                 "ended": false
00:29:09.344                  │                 "flowing": true
00:29:09.345                  │                 "highWaterMark": 16384
00:29:09.345                  │                 "length": 0
00:29:09.345                  │                 "needReadable": true
00:29:09.346                  │                 "objectMode": false
00:29:09.346                  │                 "paused": false
00:29:09.346                  │                 "pipes": [null]
00:29:09.347                  │                 "pipesCount": 0
00:29:09.347                  │                 "readableListening": false
00:29:09.347                  │                 "reading": true
00:29:09.348                  │                 "readingMore": false
00:29:09.348                  │                 "resumeScheduled": false
00:29:09.348                  │                 "sync": false
00:29:09.349                  │               }
00:29:09.349                  │               "_server": [null]
00:29:09.349                  │               "_sockname": [null]
00:29:09.350                  │               "_writableState": {
00:29:09.350                  │                 "bufferProcessing": false
00:29:09.350                  │                 "bufferedRequest": [null]
00:29:09.351                  │                 "bufferedRequestCount": 0
00:29:09.351                  │                 "corked": 0
00:29:09.351                  │                 "corkedRequestsFree": {
00:29:09.352                  │                   "entry": [null]
00:29:09.352                  │                   "finish": [Function]
00:29:09.353                  │                   "next": {
00:29:09.353                  │                     "entry": [null]
00:29:09.353                  │                     "finish": [Function]
00:29:09.354                  │                     "next": [null]
00:29:09.354                  │                   }
00:29:09.355                  │                 }
00:29:09.355                  │                 "decodeStrings": false
00:29:09.355                  │                 "defaultEncoding": "utf8"
00:29:09.356                  │                 "destroyed": false
00:29:09.356                  │                 "emitClose": false
00:29:09.356                  │                 "ended": true
00:29:09.357                  │                 "ending": true
00:29:09.357                  │                 "errorEmitted": false
00:29:09.358                  │                 "finalCalled": true
00:29:09.358                  │                 "finished": false
00:29:09.359                  │                 "highWaterMark": 16384
00:29:09.359                  │                 "lastBufferedRequest": [null]
00:29:09.359                  │                 "length": 0
00:29:09.360                  │                 "needDrain": false
00:29:09.360                  │                 "objectMode": false
00:29:09.361                  │                 "onwrite": [Function]
00:29:09.361                  │                 "pendingcb": 1
00:29:09.361                  │                 "prefinished": false
00:29:09.362                  │                 "sync": false
00:29:09.362                  │                 "writecb": [null]
00:29:09.363                  │                 "writelen": 0
00:29:09.363                  │                 "writing": false
00:29:09.363                  │               }
00:29:09.364                  │               "allowHalfOpen": false
00:29:09.364                  │               "connecting": false
00:29:09.364                  │               "parser": [null]
00:29:09.365                  │               "readable": true
00:29:09.365                  │               "server": [null]
00:29:09.366                  │               "writable": false
00:29:09.366                  │             }
00:29:09.366                  │           ]
00:29:09.367                  │         }
00:29:09.367                  │       }
00:29:09.367                  │       "chunkedEncoding": false
00:29:09.368                  │       "connection": {
00:29:09.368                  │         "_events": {
00:29:09.368                  │           "agentRemove": [Function]
00:29:09.369                  │           "close": [
00:29:09.369                  │             [Function]
00:29:09.369                  │             [Function]
00:29:09.370                  │           ]
00:29:09.370                  │           "drain": [Function]
00:29:09.370                  │           "end": [Function]
00:29:09.371                  │           "error": [Function]
00:29:09.371                  │           "finish": {
00:29:09.371                  │             "listener": [Function]
00:29:09.372                  │           }
00:29:09.372                  │           "free": [Function]
00:29:09.372                  │         }
00:29:09.373                  │         "_eventsCount": 7
00:29:09.373                  │         "_hadError": false
00:29:09.373                  │         "_handle": "[object TCP]"
00:29:09.374                  │         "_host": "localhost"
00:29:09.374                  │         "_httpMessage": [Circular]
00:29:09.374                  │         "_maxListeners": [undefined]
00:29:09.375                  │         "_parent": [null]
00:29:09.375                  │         "_pendingData": [null]
00:29:09.375                  │         "_pendingEncoding": ""
00:29:09.376                  │         "_readableState": {
00:29:09.376                  │           "awaitDrain": 0
00:29:09.377                  │           "buffer": {
00:29:09.377                  │             "head": [null]
00:29:09.377                  │             "length": 0
00:29:09.377                  │             "tail": [null]
00:29:09.378                  │           }
00:29:09.378                  │           "decoder": [null]
00:29:09.379                  │           "defaultEncoding": "utf8"
00:29:09.379                  │           "destroyed": false
00:29:09.379                  │           "emitClose": false
00:29:09.380                  │           "emittedReadable": false
00:29:09.380                  │           "encoding": [null]
00:29:09.381                  │           "endEmitted": false
00:29:09.381                  │           "ended": false
00:29:09.381                  │           "flowing": true
00:29:09.382                  │           "highWaterMark": 16384
00:29:09.382                  │           "length": 0
00:29:09.382                  │           "needReadable": true
00:29:09.383                  │           "objectMode": false
00:29:09.383                  │           "paused": false
00:29:09.383                  │           "pipes": [null]
00:29:09.384                  │           "pipesCount": 0
00:29:09.384                  │           "readableListening": false
00:29:09.384                  │           "reading": true
00:29:09.385                  │           "readingMore": false
00:29:09.385                  │           "resumeScheduled": false
00:29:09.386                  │           "sync": false
00:29:09.386                  │         }
00:29:09.386                  │         "_server": [null]
00:29:09.387                  │         "_sockname": [null]
00:29:09.387                  │         "_writableState": {
00:29:09.387                  │           "bufferProcessing": false
00:29:09.388                  │           "bufferedRequest": [null]
00:29:09.388                  │           "bufferedRequestCount": 0
00:29:09.389                  │           "corked": 0
00:29:09.389                  │           "corkedRequestsFree": {
00:29:09.389                  │             "entry": [null]
00:29:09.390                  │             "finish": [Function]
00:29:09.390                  │             "next": {
00:29:09.390                  │               "entry": [null]
00:29:09.391                  │               "finish": [Function]
00:29:09.391                  │               "next": [null]
00:29:09.391                  │             }
00:29:09.392                  │           }
00:29:09.392                  │           "decodeStrings": false
00:29:09.392                  │           "defaultEncoding": "utf8"
00:29:09.393                  │           "destroyed": false
00:29:09.393                  │           "emitClose": false
00:29:09.394                  │           "ended": true
00:29:09.394                  │           "ending": true
00:29:09.394                  │           "errorEmitted": false
00:29:09.394                  │           "finalCalled": true
00:29:09.395                  │           "finished": false
00:29:09.395                  │           "highWaterMark": 16384
00:29:09.395                  │           "lastBufferedRequest": [null]
00:29:09.396                  │           "length": 0
00:29:09.396                  │           "needDrain": false
00:29:09.396                  │           "objectMode": false
00:29:09.397                  │           "onwrite": [Function]
00:29:09.397                  │           "pendingcb": 1
00:29:09.398                  │           "prefinished": false
00:29:09.398                  │           "sync": false
00:29:09.398                  │           "writecb": [null]
00:29:09.399                  │           "writelen": 0
00:29:09.399                  │           "writing": false
00:29:09.399                  │         }
00:29:09.399                  │         "allowHalfOpen": false
00:29:09.399                  │         "connecting": false
00:29:09.400                  │         "parser": [null]
00:29:09.400                  │         "readable": true
00:29:09.400                  │         "server": [null]
00:29:09.400                  │         "writable": false
00:29:09.401                  │       }
00:29:09.401                  │       "finished": true
00:29:09.401                  │       "maxHeadersCount": [null]
00:29:09.402                  │       "method": "POST"
00:29:09.402                  │       "output": []
00:29:09.402                  │       "outputCallbacks": []
00:29:09.402                  │       "outputEncodings": []
00:29:09.403                  │       "outputSize": 0
00:29:09.403                  │       "parser": [null]
00:29:09.403                  │       "path": "/api/rollup/delete"
00:29:09.404                  │       "res": [Circular]
00:29:09.404                  │       "sendDate": false
00:29:09.405                  │       "shouldKeepAlive": false
00:29:09.405                  │       "socket": {
00:29:09.405                  │         "_events": {
00:29:09.406                  │           "agentRemove": [Function]
00:29:09.406                  │           "close": [
00:29:09.406                  │             [Function]
00:29:09.407                  │             [Function]
00:29:09.407                  │           ]
00:29:09.407                  │           "drain": [Function]
00:29:09.407                  │           "end": [Function]
00:29:09.408                  │           "error": [Function]
00:29:09.408                  │           "finish": {
00:29:09.408                  │             "listener": [Function]
00:29:09.409                  │           }
00:29:09.409                  │           "free": [Function]
00:29:09.409                  │         }
00:29:09.409                  │         "_eventsCount": 7
00:29:09.409                  │         "_hadError": false
00:29:09.410                  │         "_handle": "[object TCP]"
00:29:09.410                  │         "_host": "localhost"
00:29:09.410                  │         "_httpMessage": [Circular]
00:29:09.411                  │         "_maxListeners": [undefined]
00:29:09.411                  │         "_parent": [null]
00:29:09.411                  │         "_pendingData": [null]
00:29:09.412                  │         "_pendingEncoding": ""
00:29:09.412                  │         "_readableState": {
00:29:09.412                  │           "awaitDrain": 0
00:29:09.413                  │           "buffer": {
00:29:09.413                  │             "head": [null]
00:29:09.413                  │             "length": 0
00:29:09.413                  │             "tail": [null]
00:29:09.414                  │           }
00:29:09.414                  │           "decoder": [null]
00:29:09.414                  │           "defaultEncoding": "utf8"
00:29:09.414                  │           "destroyed": false
00:29:09.415                  │           "emitClose": false
00:29:09.415                  │           "emittedReadable": false
00:29:09.415                  │           "encoding": [null]
00:29:09.415                  │           "endEmitted": false
00:29:09.416                  │           "ended": false
00:29:09.416                  │           "flowing": true
00:29:09.416                  │           "highWaterMark": 16384
00:29:09.417                  │           "length": 0
00:29:09.417                  │           "needReadable": true
00:29:09.417                  │           "objectMode": false
00:29:09.418                  │           "paused": false
00:29:09.418                  │           "pipes": [null]
00:29:09.418                  │           "pipesCount": 0
00:29:09.418                  │           "readableListening": false
00:29:09.419                  │           "reading": true
00:29:09.419                  │           "readingMore": false
00:29:09.419                  │           "resumeScheduled": false
00:29:09.419                  │           "sync": false
00:29:09.420                  │         }
00:29:09.420                  │         "_server": [null]
00:29:09.420                  │         "_sockname": [null]
00:29:09.421                  │         "_writableState": {
00:29:09.421                  │           "bufferProcessing": false
00:29:09.421                  │           "bufferedRequest": [null]
00:29:09.422                  │           "bufferedRequestCount": 0
00:29:09.422                  │           "corked": 0
00:29:09.422                  │           "corkedRequestsFree": {
00:29:09.422                  │             "entry": [null]
00:29:09.423                  │             "finish": [Function]
00:29:09.423                  │             "next": {
00:29:09.423                  │               "entry": [null]
00:29:09.423                  │               "finish": [Function]
00:29:09.424                  │               "next": [null]
00:29:09.424                  │             }
00:29:09.424                  │           }
00:29:09.425                  │           "decodeStrings": false
00:29:09.425                  │           "defaultEncoding": "utf8"
00:29:09.426                  │           "destroyed": false
00:29:09.426                  │           "emitClose": false
00:29:09.426                  │           "ended": true
00:29:09.427                  │           "ending": true
00:29:09.427                  │           "errorEmitted": false
00:29:09.427                  │           "finalCalled": true
00:29:09.427                  │           "finished": false
00:29:09.427                  │           "highWaterMark": 16384
00:29:09.428                  │           "lastBufferedRequest": [null]
00:29:09.428                  │           "length": 0
00:29:09.429                  │           "needDrain": false
00:29:09.429                  │           "objectMode": false
00:29:09.429                  │           "onwrite": [Function]
00:29:09.430                  │           "pendingcb": 1
00:29:09.430                  │           "prefinished": false
00:29:09.430                  │           "sync": false
00:29:09.431                  │           "writecb": [null]
00:29:09.431                  │           "writelen": 0
00:29:09.432                  │           "writing": false
00:29:09.432                  │         }
00:29:09.432                  │         "allowHalfOpen": false
00:29:09.433                  │         "connecting": false
00:29:09.433                  │         "parser": [null]
00:29:09.433                  │         "readable": true
00:29:09.434                  │         "server": [null]
00:29:09.434                  │         "writable": false
00:29:09.434                  │       }
00:29:09.434                  │       "socketPath": [undefined]
00:29:09.435                  │       "timeout": [undefined]
00:29:09.435                  │       "timeoutCb": [null]
00:29:09.435                  │       "upgradeOrConnect": false
00:29:09.435                  │       "useChunkedEncodingByDefault": true
00:29:09.436                  │       "writable": true
00:29:09.436                  │     }
00:29:09.436                  │     "socket": {
00:29:09.436                  │       "_events": {
00:29:09.437                  │         "agentRemove": [Function]
00:29:09.437                  │         "close": [
00:29:09.437                  │           [Function]
00:29:09.438                  │           [Function]
00:29:09.438                  │         ]
00:29:09.438                  │         "drain": [Function]
00:29:09.438                  │         "end": [Function]
00:29:09.439                  │         "error": [Function]
00:29:09.439                  │         "finish": {
00:29:09.440                  │           "listener": [Function]
00:29:09.440                  │         }
00:29:09.440                  │         "free": [Function]
00:29:09.441                  │       }
00:29:09.441                  │       "_eventsCount": 7
00:29:09.441                  │       "_hadError": false
00:29:09.442                  │       "_handle": "[object TCP]"
00:29:09.442                  │       "_host": "localhost"
00:29:09.442                  │       "_httpMessage": {
00:29:09.443                  │         "_contentLength": 307
00:29:09.443                  │         "_ended": true
00:29:09.443                  │         "_events": {
00:29:09.443                  │           "drain": {
00:29:09.444                  │             "listener": [Function]
00:29:09.444                  │           }
00:29:09.444                  │           "error": {
00:29:09.444                  │             "listener": [Function]
00:29:09.445                  │           }
00:29:09.716                  │           "prefinish": [Function]
00:29:09.717                  │         }
00:29:09.717                  │         "_eventsCount": 3
00:29:09.718                  │         "_hasBody": true
00:29:09.718                  │         "_header": "POST /api/rollup/delete HTTP/1.1\r\nHost: localhost:5620\r\nAccept-Encoding: gzip, deflate\r\nUser-Agent: node-superagent/3.8.2\r\nkbn-xsrf: xxx\r\nContent-Type: application/json\r\nAuthorization: Basic ZWxhc3RpYzpjaGFuZ2VtZQ==\r\nContent-Length: 307\r\nConnection: close\r\n\r\n"
00:29:09.720                  │         "_headerSent": true
00:29:09.720                  │         "_last": true
00:29:09.720                  │         "_maxListeners": [undefined]
00:29:09.721                  │         "_onPendingData": [Function]
00:29:09.721                  │         "_removedConnection": false
00:29:09.722                  │         "_removedContLen": false
00:29:09.722                  │         "_removedTE": false
00:29:09.722                  │         "_trailer": ""
00:29:09.723                  │         "aborted": [undefined]
00:29:09.723                  │         "agent": {
00:29:09.724                  │           "_events": {
00:29:09.724                  │             "free": [Function]
00:29:09.724                  │           }
00:29:09.725                  │           "_eventsCount": 1
00:29:09.725                  │           "_maxListeners": [undefined]
00:29:09.725                  │           "defaultPort": 80
00:29:09.726                  │           "freeSockets": {}
00:29:09.726                  │           "keepAlive": false
00:29:09.728                  │           "keepAliveMsecs": 1000
00:29:09.729                  │           "maxFreeSockets": 256
00:29:09.729                  │           "maxSockets": Infinity
00:29:09.730                  │           "options": {
00:29:09.730                  │             "path": [null]
00:29:09.730                  │           }
00:29:09.730                  │           "protocol": "http:"
00:29:09.730                  │           "requests": {}
00:29:09.731                  │           "sockets": {
00:29:09.731                  │             "localhost:5620:": [
00:29:09.731                  │               [Circular]
00:29:09.731                  │             ]
00:29:09.732                  │           }
00:29:09.732                  │         }
00:29:09.732                  │         "chunkedEncoding": false
00:29:09.732                  │         "connection": [Circular]
00:29:09.733                  │         "finished": true
00:29:09.733                  │         "maxHeadersCount": [null]
00:29:09.733                  │         "method": "POST"
00:29:09.733                  │         "output": []
00:29:09.733                  │         "outputCallbacks": []
00:29:09.734                  │         "outputEncodings": []
00:29:09.734                  │         "outputSize": 0
00:29:09.734                  │         "parser": [null]
00:29:09.735                  │         "path": "/api/rollup/delete"
00:29:09.735                  │         "res": [Circular]
00:29:09.735                  │         "sendDate": false
00:29:09.735                  │         "shouldKeepAlive": false
00:29:09.736                  │         "socket": [Circular]
00:29:09.736                  │         "socketPath": [undefined]
00:29:09.736                  │         "timeout": [undefined]
00:29:09.736                  │         "timeoutCb": [null]
00:29:09.737                  │         "upgradeOrConnect": false
00:29:09.737                  │         "useChunkedEncodingByDefault": true
00:29:09.737                  │         "writable": true
00:29:09.738                  │       }
00:29:09.738                  │       "_maxListeners": [undefined]
00:29:09.738                  │       "_parent": [null]
00:29:09.738                  │       "_pendingData": [null]
00:29:09.738                  │       "_pendingEncoding": ""
00:29:09.739                  │       "_readableState": {
00:29:09.739                  │         "awaitDrain": 0
00:29:09.739                  │         "buffer": {
00:29:09.739                  │           "head": [null]
00:29:09.740                  │           "length": 0
00:29:09.740                  │           "tail": [null]
00:29:09.740                  │         }
00:29:09.740                  │         "decoder": [null]
00:29:09.741                  │         "defaultEncoding": "utf8"
00:29:09.741                  │         "destroyed": false
00:29:09.741                  │         "emitClose": false
00:29:09.742                  │         "emittedReadable": false
00:29:09.742                  │         "encoding": [null]
00:29:09.742                  │         "endEmitted": false
00:29:09.742                  │         "ended": false
00:29:09.743                  │         "flowing": true
00:29:09.743                  │         "highWaterMark": 16384
00:29:09.743                  │         "length": 0
00:29:09.743                  │         "needReadable": true
00:29:09.744                  │         "objectMode": false
00:29:09.744                  │         "paused": false
00:29:09.744                  │         "pipes": [null]
00:29:09.744                  │         "pipesCount": 0
00:29:09.745                  │         "readableListening": false
00:29:09.745                  │         "reading": true
00:29:09.745                  │         "readingMore": false
00:29:09.745                  │         "resumeScheduled": false
00:29:09.746                  │         "sync": false
00:29:09.746                  │       }
00:29:09.747                  │       "_server": [null]
00:29:09.747                  │       "_sockname": [null]
00:29:09.747                  │       "_writableState": {
00:29:09.747                  │         "bufferProcessing": false
00:29:09.748                  │         "bufferedRequest": [null]
00:29:09.748                  │         "bufferedRequestCount": 0
00:29:09.748                  │         "corked": 0
00:29:09.749                  │         "corkedRequestsFree": {
00:29:09.749                  │           "entry": [null]
00:29:09.749                  │           "finish": [Function]
00:29:09.749                  │           "next": {
00:29:09.750                  │             "entry": [null]
00:29:09.750                  │             "finish": [Function]
00:29:09.750                  │             "next": [null]
00:29:09.750                  │           }
00:29:09.750                  │         }
00:29:09.751                  │         "decodeStrings": false
00:29:09.751                  │         "defaultEncoding": "utf8"
00:29:09.751                  │         "destroyed": false
00:29:09.751                  │         "emitClose": false
00:29:09.752                  │         "ended": true
00:29:09.752                  │         "ending": true
00:29:09.752                  │         "errorEmitted": false
00:29:09.752                  │         "finalCalled": true
00:29:09.753                  │         "finished": false
00:29:09.753                  │         "highWaterMark": 16384
00:29:09.754                  │         "lastBufferedRequest": [null]
00:29:09.754                  │         "length": 0
00:29:09.754                  │         "needDrain": false
00:29:09.755                  │         "objectMode": false
00:29:09.755                  │         "onwrite": [Function]
00:29:09.755                  │         "pendingcb": 1
00:29:09.755                  │         "prefinished": false
00:29:09.756                  │         "sync": false
00:29:09.756                  │         "writecb": [null]
00:29:09.756                  │         "writelen": 0
00:29:09.756                  │         "writing": false
00:29:09.757                  │       }
00:29:09.757                  │       "allowHalfOpen": false
00:29:09.757                  │       "connecting": false
00:29:09.757                  │       "parser": [null]
00:29:09.758                  │       "readable": true
00:29:09.758                  │       "server": [null]
00:29:09.758                  │       "writable": false
00:29:09.758                  │     }
00:29:09.758                  │     "statusCode": 400
00:29:09.759                  │     "statusMessage": "Bad Request"
00:29:09.759                  │     "text": "{\"statusCode\":400,\"error\":\"Bad Request\",\"message\":\"Could not delete job [sozgzhkhoelys-1552496083469] because indexer state is [ABORTING].  Job must be [STOPPED] before deletion.\"}"
00:29:09.760                  │     "trailers": {}
00:29:09.760                  │     "upgrade": false
00:29:09.760                  │     "url": ""
00:29:09.761                  │   }
00:29:09.761                  │   "serverError": false
00:29:09.761                  │   "setEncoding": [Function]
00:29:09.761                  │   "status": 400
00:29:09.761                  │   "statusCode": 400
00:29:09.762                  │   "statusType": 4
00:29:09.762                  │   "text": "{\"statusCode\":400,\"error\":\"Bad Request\",\"message\":\"Could not delete job [sozgzhkhoelys-1552496083469] because indexer state is [ABORTING].  Job must be [STOPPED] before deletion.\"}"
00:29:09.763                  │   "type": "application/json"
00:29:09.763                  │   "unauthorized": false
00:29:09.763                  │ } was thrown, throw an Error :)

From https://kibana-ci.elastic.co/job/elastic+kibana+pull-request/5217/JOB=x-pack-ciGroup5,node=immutable/consoleFull

@spalger spalger added failed-test A test failure on a tracked branch, potentially flaky-test Feature:Rollups labels Mar 13, 2019
@elasticmachine
Copy link
Contributor

Pinging @elastic/kibana-test-triage

@spalger
Copy link
Contributor Author

spalger commented Mar 13, 2019

Reverted PR #32884 to avoid more flaky failures, working with @sebelga to get it resubmitted and fixed

@cjcenizal cjcenizal added the Team:Kibana Management Dev Tools, Index Management, Upgrade Assistant, ILM, Ingest Node Pipelines, and more label Mar 13, 2019
@elasticmachine
Copy link
Contributor

Pinging @elastic/es-ui

@sebelga
Copy link
Contributor

sebelga commented Mar 15, 2019

Closing the issue as it has been fixed in #33231

@sebelga sebelga closed this as completed Mar 15, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
failed-test A test failure on a tracked branch, potentially flaky-test Feature:Rollups Team:Kibana Management Dev Tools, Index Management, Upgrade Assistant, ILM, Ingest Node Pipelines, and more
Projects
None yet
Development

No branches or pull requests

4 participants