sumo-search 0.1.1 → 1.0.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (38) hide show
  1. checksums.yaml +4 -4
  2. data/.cane +0 -0
  3. data/.gitignore +0 -2
  4. data/.travis.yml +7 -0
  5. data/README.md +54 -27
  6. data/Rakefile +8 -3
  7. data/bin/sumo +2 -69
  8. data/lib/sumo/cli.rb +43 -0
  9. data/lib/sumo/client.rb +82 -0
  10. data/lib/sumo/collection.rb +97 -0
  11. data/lib/sumo/config.rb +11 -14
  12. data/lib/sumo/error.rb +8 -11
  13. data/lib/sumo/search.rb +69 -0
  14. data/lib/sumo/version.rb +9 -2
  15. data/lib/sumo.rb +52 -18
  16. data/spec/fixtures/sumo-creds +1 -0
  17. data/spec/lib/sumo/client_spec.rb +136 -0
  18. data/spec/lib/sumo/config_spec.rb +55 -74
  19. data/spec/lib/sumo/search_spec.rb +106 -0
  20. data/spec/lib/sumo_spec.rb +0 -30
  21. data/spec/spec_helper.rb +5 -7
  22. data/spec/support/vcr.rb +41 -5
  23. data/spec/vcr/Sumo_Search/_create/sets_the_id_and_client.yml +42 -0
  24. data/spec/vcr/Sumo_Search/_delete_/deletes_the_search.yml +102 -0
  25. data/spec/vcr/Sumo_Search/_messages/returns_an_Enumerator_of_each_message_in_the_search.yml +2579 -0
  26. data/spec/vcr/Sumo_Search/_records/returns_an_Enumerator_of_each_record_in_the_search.yml +2348 -0
  27. data/spec/vcr/Sumo_Search/_status/returns_the_status_of_the_search.yml +71 -0
  28. data/sumo-search.gemspec +5 -6
  29. metadata +62 -57
  30. data/lib/sumo/formatter.rb +0 -21
  31. data/lib/sumo/query_builder.rb +0 -61
  32. data/spec/fixtures/sumo_creds +0 -1
  33. data/spec/lib/sumo/formatter_spec.rb +0 -51
  34. data/spec/lib/sumo/query_builder_spec.rb +0 -128
  35. data/spec/vcr/Sumo/_search/when_the_credentials_can_be_found/and_the_query_is_valid/parses_the_response.yml +0 -49
  36. data/spec/vcr/Sumo/_search/when_the_credentials_can_be_found/but_the_query_is_invalid/raises_an_error.yml +0 -43
  37. data/spec/vcr/Sumo_QueryBuilder/integration/when_the_request_is_invalid/raises_an_error.yml +0 -43
  38. data/spec/vcr/Sumo_QueryBuilder/integration/when_the_request_is_valid/compiles_and_sends_the_query_to_the_server.yml +0 -49
@@ -0,0 +1,2348 @@
1
+ ---
2
+ http_interactions:
3
+ - request:
4
+ method: post
5
+ uri: https://api.sumologic.com/api/v1/search/jobs
6
+ body:
7
+ encoding: UTF-8
8
+ string: "{\"query\":\"| count _sourceCategory\",\"from\":\"2014-01-01T00:00:00\",\"to\":\"2014-01-04T00:00:00\",\"timeZone\":\"EST\"}"
9
+ headers:
10
+ User-Agent:
11
+ - excon/0.32.1
12
+ Content-Type:
13
+ - application/json
14
+ Accept:
15
+ - application/json
16
+ response:
17
+ status:
18
+ code: 202
19
+ message:
20
+ headers:
21
+ Content-Type:
22
+ - application/json
23
+ Date:
24
+ - Wed, 26 Mar 2014 13:49:55 GMT
25
+ Location:
26
+ - http://api.sumologic.com/api/v1/search/jobs/7526045B667E2F3C
27
+ Strict-Transport-Security:
28
+ - max-age=15552000
29
+ transfer-encoding:
30
+ - ''
31
+ Connection:
32
+ - Close
33
+ body:
34
+ encoding: UTF-8
35
+ string: "{\"id\":\"7526045B667E2F3C\",\"link\":{\"rel\":\"filtered\",\"href\":\"filtered\"}}"
36
+ http_version:
37
+ recorded_at: Wed, 26 Mar 2014 13:49:56 GMT
38
+ - request:
39
+ method: get
40
+ uri: https://api.sumologic.com/api/v1/search/jobs/7526045B667E2F3C
41
+ body:
42
+ encoding: US-ASCII
43
+ string: ''
44
+ headers:
45
+ User-Agent:
46
+ - excon/0.32.1
47
+ Content-Type:
48
+ - application/json
49
+ Accept:
50
+ - application/json
51
+ response:
52
+ status:
53
+ code: 200
54
+ message:
55
+ headers:
56
+ Content-Type:
57
+ - application/json
58
+ Date:
59
+ - Wed, 26 Mar 2014 13:49:55 GMT
60
+ Strict-Transport-Security:
61
+ - max-age=15552000
62
+ transfer-encoding:
63
+ - ''
64
+ Connection:
65
+ - Close
66
+ body:
67
+ encoding: UTF-8
68
+ string: "{\"state\":\"GATHERING RESULTS\",\"pendingWarnings\":[],\"pendingErrors\":[],\"histogramBuckets\":[],\"messageCount\":0,\"recordCount\":0}"
69
+ http_version:
70
+ recorded_at: Wed, 26 Mar 2014 13:49:56 GMT
71
+ - request:
72
+ method: get
73
+ uri: https://api.sumologic.com/api/v1/search/jobs/7526045B667E2F3C
74
+ body:
75
+ encoding: US-ASCII
76
+ string: ''
77
+ headers:
78
+ User-Agent:
79
+ - excon/0.32.1
80
+ Content-Type:
81
+ - application/json
82
+ Accept:
83
+ - application/json
84
+ response:
85
+ status:
86
+ code: 200
87
+ message:
88
+ headers:
89
+ Content-Type:
90
+ - application/json
91
+ Date:
92
+ - Wed, 26 Mar 2014 13:49:56 GMT
93
+ Strict-Transport-Security:
94
+ - max-age=15552000
95
+ Content-Length:
96
+ - '124'
97
+ Connection:
98
+ - Close
99
+ body:
100
+ encoding: UTF-8
101
+ string: "{\"state\":\"GATHERING RESULTS\",\"pendingWarnings\":[],\"pendingErrors\":[],\"histogramBuckets\":[],\"messageCount\":0,\"recordCount\":0}"
102
+ http_version:
103
+ recorded_at: Wed, 26 Mar 2014 13:49:57 GMT
104
+ - request:
105
+ method: get
106
+ uri: https://api.sumologic.com/api/v1/search/jobs/7526045B667E2F3C
107
+ body:
108
+ encoding: US-ASCII
109
+ string: ''
110
+ headers:
111
+ User-Agent:
112
+ - excon/0.32.1
113
+ Content-Type:
114
+ - application/json
115
+ Accept:
116
+ - application/json
117
+ response:
118
+ status:
119
+ code: 200
120
+ message:
121
+ headers:
122
+ Content-Type:
123
+ - application/json
124
+ Date:
125
+ - Wed, 26 Mar 2014 13:49:56 GMT
126
+ Strict-Transport-Security:
127
+ - max-age=15552000
128
+ Content-Length:
129
+ - '124'
130
+ Connection:
131
+ - Close
132
+ body:
133
+ encoding: UTF-8
134
+ string: "{\"state\":\"GATHERING RESULTS\",\"pendingWarnings\":[],\"pendingErrors\":[],\"histogramBuckets\":[],\"messageCount\":0,\"recordCount\":0}"
135
+ http_version:
136
+ recorded_at: Wed, 26 Mar 2014 13:49:57 GMT
137
+ - request:
138
+ method: get
139
+ uri: https://api.sumologic.com/api/v1/search/jobs/7526045B667E2F3C
140
+ body:
141
+ encoding: US-ASCII
142
+ string: ''
143
+ headers:
144
+ User-Agent:
145
+ - excon/0.32.1
146
+ Content-Type:
147
+ - application/json
148
+ Accept:
149
+ - application/json
150
+ response:
151
+ status:
152
+ code: 200
153
+ message:
154
+ headers:
155
+ Content-Type:
156
+ - application/json
157
+ Date:
158
+ - Wed, 26 Mar 2014 13:49:56 GMT
159
+ Strict-Transport-Security:
160
+ - max-age=15552000
161
+ transfer-encoding:
162
+ - ''
163
+ Connection:
164
+ - Close
165
+ body:
166
+ encoding: UTF-8
167
+ string: "{\"state\":\"GATHERING RESULTS\",\"pendingWarnings\":[],\"pendingErrors\":[],\"histogramBuckets\":[],\"messageCount\":0,\"recordCount\":0}"
168
+ http_version:
169
+ recorded_at: Wed, 26 Mar 2014 13:49:57 GMT
170
+ - request:
171
+ method: get
172
+ uri: https://api.sumologic.com/api/v1/search/jobs/7526045B667E2F3C
173
+ body:
174
+ encoding: US-ASCII
175
+ string: ''
176
+ headers:
177
+ User-Agent:
178
+ - excon/0.32.1
179
+ Content-Type:
180
+ - application/json
181
+ Accept:
182
+ - application/json
183
+ response:
184
+ status:
185
+ code: 200
186
+ message:
187
+ headers:
188
+ Content-Type:
189
+ - application/json
190
+ Date:
191
+ - Wed, 26 Mar 2014 13:49:56 GMT
192
+ Strict-Transport-Security:
193
+ - max-age=15552000
194
+ Content-Length:
195
+ - '124'
196
+ Connection:
197
+ - Close
198
+ body:
199
+ encoding: UTF-8
200
+ string: "{\"state\":\"GATHERING RESULTS\",\"pendingWarnings\":[],\"pendingErrors\":[],\"histogramBuckets\":[],\"messageCount\":0,\"recordCount\":0}"
201
+ http_version:
202
+ recorded_at: Wed, 26 Mar 2014 13:49:57 GMT
203
+ - request:
204
+ method: get
205
+ uri: https://api.sumologic.com/api/v1/search/jobs/7526045B667E2F3C
206
+ body:
207
+ encoding: US-ASCII
208
+ string: ''
209
+ headers:
210
+ User-Agent:
211
+ - excon/0.32.1
212
+ Content-Type:
213
+ - application/json
214
+ Accept:
215
+ - application/json
216
+ response:
217
+ status:
218
+ code: 200
219
+ message:
220
+ headers:
221
+ Content-Type:
222
+ - application/json
223
+ Date:
224
+ - Wed, 26 Mar 2014 13:49:56 GMT
225
+ Strict-Transport-Security:
226
+ - max-age=15552000
227
+ Content-Length:
228
+ - '604'
229
+ Connection:
230
+ - Close
231
+ body:
232
+ encoding: UTF-8
233
+ string: "{\"state\":\"GATHERING RESULTS\",\"pendingWarnings\":[],\"pendingErrors\":[],\"histogramBuckets\":[{\"length\":3600000,\"count\":1,\"startTimestamp\":1388808000000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388804400000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388800800000},{\"length\":3600000,\"count\":2,\"startTimestamp\":1388797200000},{\"length\":3600000,\"count\":2,\"startTimestamp\":1388793600000},{\"length\":3600000,\"count\":5,\"startTimestamp\":1388790000000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388786400000},{\"length\":3600000,\"count\":3,\"startTimestamp\":1388782800000}],\"messageCount\":16,\"recordCount\":1}"
234
+ http_version:
235
+ recorded_at: Wed, 26 Mar 2014 13:49:57 GMT
236
+ - request:
237
+ method: get
238
+ uri: https://api.sumologic.com/api/v1/search/jobs/7526045B667E2F3C/records?limit=1&offset=0
239
+ body:
240
+ encoding: US-ASCII
241
+ string: ''
242
+ headers:
243
+ User-Agent:
244
+ - excon/0.32.1
245
+ Content-Type:
246
+ - application/json
247
+ Accept:
248
+ - application/json
249
+ response:
250
+ status:
251
+ code: 200
252
+ message:
253
+ headers:
254
+ Content-Type:
255
+ - application/json
256
+ Date:
257
+ - Wed, 26 Mar 2014 13:49:56 GMT
258
+ Strict-Transport-Security:
259
+ - max-age=15552000
260
+ Content-Length:
261
+ - '189'
262
+ Connection:
263
+ - Close
264
+ body:
265
+ encoding: UTF-8
266
+ string: "{\"fields\":[{\"keyField\":true,\"name\":\"filtered\",\"fieldType\":\"filtered\"},{\"keyField\":false,\"name\":\"filtered\",\"fieldType\":\"filtered\"}],\"records\":[{\"map\":{\"_count\":\"filtered\",\"_sourcecategory\":\"filtered\"}}]}"
267
+ http_version:
268
+ recorded_at: Wed, 26 Mar 2014 13:49:58 GMT
269
+ - request:
270
+ method: get
271
+ uri: https://api.sumologic.com/api/v1/search/jobs/7526045B667E2F3C
272
+ body:
273
+ encoding: US-ASCII
274
+ string: ''
275
+ headers:
276
+ User-Agent:
277
+ - excon/0.32.1
278
+ Content-Type:
279
+ - application/json
280
+ Accept:
281
+ - application/json
282
+ response:
283
+ status:
284
+ code: 200
285
+ message:
286
+ headers:
287
+ Content-Type:
288
+ - application/json
289
+ Date:
290
+ - Wed, 26 Mar 2014 13:49:57 GMT
291
+ Strict-Transport-Security:
292
+ - max-age=15552000
293
+ Content-Length:
294
+ - '604'
295
+ Connection:
296
+ - Close
297
+ body:
298
+ encoding: UTF-8
299
+ string: "{\"state\":\"GATHERING RESULTS\",\"pendingWarnings\":[],\"pendingErrors\":[],\"histogramBuckets\":[{\"length\":3600000,\"count\":1,\"startTimestamp\":1388808000000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388804400000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388800800000},{\"length\":3600000,\"count\":2,\"startTimestamp\":1388797200000},{\"length\":3600000,\"count\":2,\"startTimestamp\":1388793600000},{\"length\":3600000,\"count\":5,\"startTimestamp\":1388790000000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388786400000},{\"length\":3600000,\"count\":3,\"startTimestamp\":1388782800000}],\"messageCount\":16,\"recordCount\":1}"
300
+ http_version:
301
+ recorded_at: Wed, 26 Mar 2014 13:49:58 GMT
302
+ - request:
303
+ method: get
304
+ uri: https://api.sumologic.com/api/v1/search/jobs/7526045B667E2F3C
305
+ body:
306
+ encoding: US-ASCII
307
+ string: ''
308
+ headers:
309
+ User-Agent:
310
+ - excon/0.32.1
311
+ Content-Type:
312
+ - application/json
313
+ Accept:
314
+ - application/json
315
+ response:
316
+ status:
317
+ code: 200
318
+ message:
319
+ headers:
320
+ Content-Type:
321
+ - application/json
322
+ Date:
323
+ - Wed, 26 Mar 2014 13:49:57 GMT
324
+ Strict-Transport-Security:
325
+ - max-age=15552000
326
+ Content-Length:
327
+ - '604'
328
+ Connection:
329
+ - Close
330
+ body:
331
+ encoding: UTF-8
332
+ string: "{\"state\":\"GATHERING RESULTS\",\"pendingWarnings\":[],\"pendingErrors\":[],\"histogramBuckets\":[{\"length\":3600000,\"count\":1,\"startTimestamp\":1388808000000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388804400000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388800800000},{\"length\":3600000,\"count\":2,\"startTimestamp\":1388797200000},{\"length\":3600000,\"count\":2,\"startTimestamp\":1388793600000},{\"length\":3600000,\"count\":5,\"startTimestamp\":1388790000000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388786400000},{\"length\":3600000,\"count\":3,\"startTimestamp\":1388782800000}],\"messageCount\":16,\"recordCount\":1}"
333
+ http_version:
334
+ recorded_at: Wed, 26 Mar 2014 13:49:58 GMT
335
+ - request:
336
+ method: get
337
+ uri: https://api.sumologic.com/api/v1/search/jobs/7526045B667E2F3C
338
+ body:
339
+ encoding: US-ASCII
340
+ string: ''
341
+ headers:
342
+ User-Agent:
343
+ - excon/0.32.1
344
+ Content-Type:
345
+ - application/json
346
+ Accept:
347
+ - application/json
348
+ response:
349
+ status:
350
+ code: 200
351
+ message:
352
+ headers:
353
+ Content-Type:
354
+ - application/json
355
+ Date:
356
+ - Wed, 26 Mar 2014 13:49:57 GMT
357
+ Strict-Transport-Security:
358
+ - max-age=15552000
359
+ Content-Length:
360
+ - '604'
361
+ Connection:
362
+ - Close
363
+ body:
364
+ encoding: UTF-8
365
+ string: "{\"state\":\"GATHERING RESULTS\",\"pendingWarnings\":[],\"pendingErrors\":[],\"histogramBuckets\":[{\"length\":3600000,\"count\":1,\"startTimestamp\":1388808000000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388804400000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388800800000},{\"length\":3600000,\"count\":2,\"startTimestamp\":1388797200000},{\"length\":3600000,\"count\":2,\"startTimestamp\":1388793600000},{\"length\":3600000,\"count\":5,\"startTimestamp\":1388790000000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388786400000},{\"length\":3600000,\"count\":3,\"startTimestamp\":1388782800000}],\"messageCount\":16,\"recordCount\":1}"
366
+ http_version:
367
+ recorded_at: Wed, 26 Mar 2014 13:49:58 GMT
368
+ - request:
369
+ method: get
370
+ uri: https://api.sumologic.com/api/v1/search/jobs/7526045B667E2F3C
371
+ body:
372
+ encoding: US-ASCII
373
+ string: ''
374
+ headers:
375
+ User-Agent:
376
+ - excon/0.32.1
377
+ Content-Type:
378
+ - application/json
379
+ Accept:
380
+ - application/json
381
+ response:
382
+ status:
383
+ code: 200
384
+ message:
385
+ headers:
386
+ Content-Type:
387
+ - application/json
388
+ Date:
389
+ - Wed, 26 Mar 2014 13:49:57 GMT
390
+ Strict-Transport-Security:
391
+ - max-age=15552000
392
+ Content-Length:
393
+ - '604'
394
+ Connection:
395
+ - Close
396
+ body:
397
+ encoding: UTF-8
398
+ string: "{\"state\":\"GATHERING RESULTS\",\"pendingWarnings\":[],\"pendingErrors\":[],\"histogramBuckets\":[{\"length\":3600000,\"count\":1,\"startTimestamp\":1388808000000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388804400000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388800800000},{\"length\":3600000,\"count\":2,\"startTimestamp\":1388797200000},{\"length\":3600000,\"count\":2,\"startTimestamp\":1388793600000},{\"length\":3600000,\"count\":5,\"startTimestamp\":1388790000000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388786400000},{\"length\":3600000,\"count\":3,\"startTimestamp\":1388782800000}],\"messageCount\":16,\"recordCount\":1}"
399
+ http_version:
400
+ recorded_at: Wed, 26 Mar 2014 13:49:58 GMT
401
+ - request:
402
+ method: get
403
+ uri: https://api.sumologic.com/api/v1/search/jobs/7526045B667E2F3C
404
+ body:
405
+ encoding: US-ASCII
406
+ string: ''
407
+ headers:
408
+ User-Agent:
409
+ - excon/0.32.1
410
+ Content-Type:
411
+ - application/json
412
+ Accept:
413
+ - application/json
414
+ response:
415
+ status:
416
+ code: 200
417
+ message:
418
+ headers:
419
+ Content-Type:
420
+ - application/json
421
+ Date:
422
+ - Wed, 26 Mar 2014 13:49:57 GMT
423
+ Strict-Transport-Security:
424
+ - max-age=15552000
425
+ transfer-encoding:
426
+ - ''
427
+ Connection:
428
+ - Close
429
+ body:
430
+ encoding: UTF-8
431
+ string: "{\"state\":\"GATHERING RESULTS\",\"pendingWarnings\":[],\"pendingErrors\":[],\"histogramBuckets\":[{\"length\":3600000,\"count\":1,\"startTimestamp\":1388808000000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388804400000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388800800000},{\"length\":3600000,\"count\":2,\"startTimestamp\":1388797200000},{\"length\":3600000,\"count\":2,\"startTimestamp\":1388793600000},{\"length\":3600000,\"count\":5,\"startTimestamp\":1388790000000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388786400000},{\"length\":3600000,\"count\":3,\"startTimestamp\":1388782800000},{\"length\":3600000,\"count\":3,\"startTimestamp\":1388779200000},{\"length\":3600000,\"count\":2,\"startTimestamp\":1388775600000},{\"length\":3600000,\"count\":6,\"startTimestamp\":1388772000000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388768400000}],\"messageCount\":28,\"recordCount\":1}"
432
+ http_version:
433
+ recorded_at: Wed, 26 Mar 2014 13:49:59 GMT
434
+ - request:
435
+ method: get
436
+ uri: https://api.sumologic.com/api/v1/search/jobs/7526045B667E2F3C
437
+ body:
438
+ encoding: US-ASCII
439
+ string: ''
440
+ headers:
441
+ User-Agent:
442
+ - excon/0.32.1
443
+ Content-Type:
444
+ - application/json
445
+ Accept:
446
+ - application/json
447
+ response:
448
+ status:
449
+ code: 200
450
+ message:
451
+ headers:
452
+ Content-Type:
453
+ - application/json
454
+ Date:
455
+ - Wed, 26 Mar 2014 13:49:58 GMT
456
+ Strict-Transport-Security:
457
+ - max-age=15552000
458
+ Content-Length:
459
+ - '844'
460
+ Connection:
461
+ - Close
462
+ body:
463
+ encoding: UTF-8
464
+ string: "{\"state\":\"GATHERING RESULTS\",\"pendingWarnings\":[],\"pendingErrors\":[],\"histogramBuckets\":[{\"length\":3600000,\"count\":1,\"startTimestamp\":1388808000000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388804400000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388800800000},{\"length\":3600000,\"count\":2,\"startTimestamp\":1388797200000},{\"length\":3600000,\"count\":2,\"startTimestamp\":1388793600000},{\"length\":3600000,\"count\":5,\"startTimestamp\":1388790000000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388786400000},{\"length\":3600000,\"count\":3,\"startTimestamp\":1388782800000},{\"length\":3600000,\"count\":3,\"startTimestamp\":1388779200000},{\"length\":3600000,\"count\":2,\"startTimestamp\":1388775600000},{\"length\":3600000,\"count\":6,\"startTimestamp\":1388772000000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388768400000}],\"messageCount\":28,\"recordCount\":1}"
465
+ http_version:
466
+ recorded_at: Wed, 26 Mar 2014 13:49:59 GMT
467
+ - request:
468
+ method: get
469
+ uri: https://api.sumologic.com/api/v1/search/jobs/7526045B667E2F3C
470
+ body:
471
+ encoding: US-ASCII
472
+ string: ''
473
+ headers:
474
+ User-Agent:
475
+ - excon/0.32.1
476
+ Content-Type:
477
+ - application/json
478
+ Accept:
479
+ - application/json
480
+ response:
481
+ status:
482
+ code: 200
483
+ message:
484
+ headers:
485
+ Content-Type:
486
+ - application/json
487
+ Date:
488
+ - Wed, 26 Mar 2014 13:49:58 GMT
489
+ Strict-Transport-Security:
490
+ - max-age=15552000
491
+ Content-Length:
492
+ - '844'
493
+ Connection:
494
+ - Close
495
+ body:
496
+ encoding: UTF-8
497
+ string: "{\"state\":\"GATHERING RESULTS\",\"pendingWarnings\":[],\"pendingErrors\":[],\"histogramBuckets\":[{\"length\":3600000,\"count\":1,\"startTimestamp\":1388808000000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388804400000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388800800000},{\"length\":3600000,\"count\":2,\"startTimestamp\":1388797200000},{\"length\":3600000,\"count\":2,\"startTimestamp\":1388793600000},{\"length\":3600000,\"count\":5,\"startTimestamp\":1388790000000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388786400000},{\"length\":3600000,\"count\":3,\"startTimestamp\":1388782800000},{\"length\":3600000,\"count\":3,\"startTimestamp\":1388779200000},{\"length\":3600000,\"count\":2,\"startTimestamp\":1388775600000},{\"length\":3600000,\"count\":6,\"startTimestamp\":1388772000000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388768400000}],\"messageCount\":28,\"recordCount\":1}"
498
+ http_version:
499
+ recorded_at: Wed, 26 Mar 2014 13:49:59 GMT
500
+ - request:
501
+ method: get
502
+ uri: https://api.sumologic.com/api/v1/search/jobs/7526045B667E2F3C
503
+ body:
504
+ encoding: US-ASCII
505
+ string: ''
506
+ headers:
507
+ User-Agent:
508
+ - excon/0.32.1
509
+ Content-Type:
510
+ - application/json
511
+ Accept:
512
+ - application/json
513
+ response:
514
+ status:
515
+ code: 200
516
+ message:
517
+ headers:
518
+ Content-Type:
519
+ - application/json
520
+ Date:
521
+ - Wed, 26 Mar 2014 13:49:58 GMT
522
+ Strict-Transport-Security:
523
+ - max-age=15552000
524
+ Content-Length:
525
+ - '844'
526
+ Connection:
527
+ - Close
528
+ body:
529
+ encoding: UTF-8
530
+ string: "{\"state\":\"GATHERING RESULTS\",\"pendingWarnings\":[],\"pendingErrors\":[],\"histogramBuckets\":[{\"length\":3600000,\"count\":1,\"startTimestamp\":1388808000000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388804400000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388800800000},{\"length\":3600000,\"count\":2,\"startTimestamp\":1388797200000},{\"length\":3600000,\"count\":2,\"startTimestamp\":1388793600000},{\"length\":3600000,\"count\":5,\"startTimestamp\":1388790000000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388786400000},{\"length\":3600000,\"count\":3,\"startTimestamp\":1388782800000},{\"length\":3600000,\"count\":3,\"startTimestamp\":1388779200000},{\"length\":3600000,\"count\":2,\"startTimestamp\":1388775600000},{\"length\":3600000,\"count\":6,\"startTimestamp\":1388772000000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388768400000}],\"messageCount\":28,\"recordCount\":1}"
531
+ http_version:
532
+ recorded_at: Wed, 26 Mar 2014 13:49:59 GMT
533
+ - request:
534
+ method: get
535
+ uri: https://api.sumologic.com/api/v1/search/jobs/7526045B667E2F3C
536
+ body:
537
+ encoding: US-ASCII
538
+ string: ''
539
+ headers:
540
+ User-Agent:
541
+ - excon/0.32.1
542
+ Content-Type:
543
+ - application/json
544
+ Accept:
545
+ - application/json
546
+ response:
547
+ status:
548
+ code: 200
549
+ message:
550
+ headers:
551
+ Content-Type:
552
+ - application/json
553
+ Date:
554
+ - Wed, 26 Mar 2014 13:49:58 GMT
555
+ Strict-Transport-Security:
556
+ - max-age=15552000
557
+ Content-Length:
558
+ - '844'
559
+ Connection:
560
+ - Close
561
+ body:
562
+ encoding: UTF-8
563
+ string: "{\"state\":\"GATHERING RESULTS\",\"pendingWarnings\":[],\"pendingErrors\":[],\"histogramBuckets\":[{\"length\":3600000,\"count\":1,\"startTimestamp\":1388808000000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388804400000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388800800000},{\"length\":3600000,\"count\":2,\"startTimestamp\":1388797200000},{\"length\":3600000,\"count\":2,\"startTimestamp\":1388793600000},{\"length\":3600000,\"count\":5,\"startTimestamp\":1388790000000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388786400000},{\"length\":3600000,\"count\":3,\"startTimestamp\":1388782800000},{\"length\":3600000,\"count\":3,\"startTimestamp\":1388779200000},{\"length\":3600000,\"count\":2,\"startTimestamp\":1388775600000},{\"length\":3600000,\"count\":6,\"startTimestamp\":1388772000000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388768400000}],\"messageCount\":28,\"recordCount\":1}"
564
+ http_version:
565
+ recorded_at: Wed, 26 Mar 2014 13:49:59 GMT
566
+ - request:
567
+ method: get
568
+ uri: https://api.sumologic.com/api/v1/search/jobs/7526045B667E2F3C
569
+ body:
570
+ encoding: US-ASCII
571
+ string: ''
572
+ headers:
573
+ User-Agent:
574
+ - excon/0.32.1
575
+ Content-Type:
576
+ - application/json
577
+ Accept:
578
+ - application/json
579
+ response:
580
+ status:
581
+ code: 200
582
+ message:
583
+ headers:
584
+ Content-Type:
585
+ - application/json
586
+ Date:
587
+ - Wed, 26 Mar 2014 13:49:58 GMT
588
+ Strict-Transport-Security:
589
+ - max-age=15552000
590
+ Content-Length:
591
+ - '964'
592
+ Connection:
593
+ - Close
594
+ body:
595
+ encoding: UTF-8
596
+ string: "{\"state\":\"GATHERING RESULTS\",\"pendingWarnings\":[],\"pendingErrors\":[],\"histogramBuckets\":[{\"length\":3600000,\"count\":1,\"startTimestamp\":1388808000000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388804400000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388800800000},{\"length\":3600000,\"count\":2,\"startTimestamp\":1388797200000},{\"length\":3600000,\"count\":2,\"startTimestamp\":1388793600000},{\"length\":3600000,\"count\":5,\"startTimestamp\":1388790000000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388786400000},{\"length\":3600000,\"count\":3,\"startTimestamp\":1388782800000},{\"length\":3600000,\"count\":3,\"startTimestamp\":1388779200000},{\"length\":3600000,\"count\":2,\"startTimestamp\":1388775600000},{\"length\":3600000,\"count\":6,\"startTimestamp\":1388772000000},{\"length\":3600000,\"count\":3,\"startTimestamp\":1388768400000},{\"length\":3600000,\"count\":3,\"startTimestamp\":1388764800000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388746800000}],\"messageCount\":34,\"recordCount\":1}"
597
+ http_version:
598
+ recorded_at: Wed, 26 Mar 2014 13:49:59 GMT
599
+ - request:
600
+ method: get
601
+ uri: https://api.sumologic.com/api/v1/search/jobs/7526045B667E2F3C
602
+ body:
603
+ encoding: US-ASCII
604
+ string: ''
605
+ headers:
606
+ User-Agent:
607
+ - excon/0.32.1
608
+ Content-Type:
609
+ - application/json
610
+ Accept:
611
+ - application/json
612
+ response:
613
+ status:
614
+ code: 200
615
+ message:
616
+ headers:
617
+ Content-Type:
618
+ - application/json
619
+ Date:
620
+ - Wed, 26 Mar 2014 13:49:59 GMT
621
+ Strict-Transport-Security:
622
+ - max-age=15552000
623
+ Content-Length:
624
+ - '964'
625
+ Connection:
626
+ - Close
627
+ body:
628
+ encoding: UTF-8
629
+ string: "{\"state\":\"GATHERING RESULTS\",\"pendingWarnings\":[],\"pendingErrors\":[],\"histogramBuckets\":[{\"length\":3600000,\"count\":1,\"startTimestamp\":1388808000000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388804400000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388800800000},{\"length\":3600000,\"count\":2,\"startTimestamp\":1388797200000},{\"length\":3600000,\"count\":2,\"startTimestamp\":1388793600000},{\"length\":3600000,\"count\":5,\"startTimestamp\":1388790000000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388786400000},{\"length\":3600000,\"count\":3,\"startTimestamp\":1388782800000},{\"length\":3600000,\"count\":3,\"startTimestamp\":1388779200000},{\"length\":3600000,\"count\":2,\"startTimestamp\":1388775600000},{\"length\":3600000,\"count\":6,\"startTimestamp\":1388772000000},{\"length\":3600000,\"count\":3,\"startTimestamp\":1388768400000},{\"length\":3600000,\"count\":3,\"startTimestamp\":1388764800000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388746800000}],\"messageCount\":34,\"recordCount\":1}"
630
+ http_version:
631
+ recorded_at: Wed, 26 Mar 2014 13:50:00 GMT
632
+ - request:
633
+ method: get
634
+ uri: https://api.sumologic.com/api/v1/search/jobs/7526045B667E2F3C
635
+ body:
636
+ encoding: US-ASCII
637
+ string: ''
638
+ headers:
639
+ User-Agent:
640
+ - excon/0.32.1
641
+ Content-Type:
642
+ - application/json
643
+ Accept:
644
+ - application/json
645
+ response:
646
+ status:
647
+ code: 200
648
+ message:
649
+ headers:
650
+ Content-Type:
651
+ - application/json
652
+ Date:
653
+ - Wed, 26 Mar 2014 13:49:59 GMT
654
+ Strict-Transport-Security:
655
+ - max-age=15552000
656
+ transfer-encoding:
657
+ - ''
658
+ Connection:
659
+ - Close
660
+ body:
661
+ encoding: UTF-8
662
+ string: "{\"state\":\"GATHERING RESULTS\",\"pendingWarnings\":[],\"pendingErrors\":[],\"histogramBuckets\":[{\"length\":3600000,\"count\":1,\"startTimestamp\":1388808000000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388804400000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388800800000},{\"length\":3600000,\"count\":2,\"startTimestamp\":1388797200000},{\"length\":3600000,\"count\":2,\"startTimestamp\":1388793600000},{\"length\":3600000,\"count\":5,\"startTimestamp\":1388790000000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388786400000},{\"length\":3600000,\"count\":3,\"startTimestamp\":1388782800000},{\"length\":3600000,\"count\":3,\"startTimestamp\":1388779200000},{\"length\":3600000,\"count\":2,\"startTimestamp\":1388775600000},{\"length\":3600000,\"count\":6,\"startTimestamp\":1388772000000},{\"length\":3600000,\"count\":3,\"startTimestamp\":1388768400000},{\"length\":3600000,\"count\":3,\"startTimestamp\":1388764800000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388746800000}],\"messageCount\":34,\"recordCount\":1}"
663
+ http_version:
664
+ recorded_at: Wed, 26 Mar 2014 13:50:00 GMT
665
+ - request:
666
+ method: get
667
+ uri: https://api.sumologic.com/api/v1/search/jobs/7526045B667E2F3C
668
+ body:
669
+ encoding: US-ASCII
670
+ string: ''
671
+ headers:
672
+ User-Agent:
673
+ - excon/0.32.1
674
+ Content-Type:
675
+ - application/json
676
+ Accept:
677
+ - application/json
678
+ response:
679
+ status:
680
+ code: 200
681
+ message:
682
+ headers:
683
+ Content-Type:
684
+ - application/json
685
+ Date:
686
+ - Wed, 26 Mar 2014 13:49:59 GMT
687
+ Strict-Transport-Security:
688
+ - max-age=15552000
689
+ Content-Length:
690
+ - '964'
691
+ Connection:
692
+ - Close
693
+ body:
694
+ encoding: UTF-8
695
+ string: "{\"state\":\"GATHERING RESULTS\",\"pendingWarnings\":[],\"pendingErrors\":[],\"histogramBuckets\":[{\"length\":3600000,\"count\":1,\"startTimestamp\":1388808000000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388804400000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388800800000},{\"length\":3600000,\"count\":2,\"startTimestamp\":1388797200000},{\"length\":3600000,\"count\":2,\"startTimestamp\":1388793600000},{\"length\":3600000,\"count\":5,\"startTimestamp\":1388790000000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388786400000},{\"length\":3600000,\"count\":3,\"startTimestamp\":1388782800000},{\"length\":3600000,\"count\":3,\"startTimestamp\":1388779200000},{\"length\":3600000,\"count\":2,\"startTimestamp\":1388775600000},{\"length\":3600000,\"count\":6,\"startTimestamp\":1388772000000},{\"length\":3600000,\"count\":3,\"startTimestamp\":1388768400000},{\"length\":3600000,\"count\":3,\"startTimestamp\":1388764800000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388746800000}],\"messageCount\":34,\"recordCount\":1}"
696
+ http_version:
697
+ recorded_at: Wed, 26 Mar 2014 13:50:00 GMT
698
+ - request:
699
+ method: get
700
+ uri: https://api.sumologic.com/api/v1/search/jobs/7526045B667E2F3C
701
+ body:
702
+ encoding: US-ASCII
703
+ string: ''
704
+ headers:
705
+ User-Agent:
706
+ - excon/0.32.1
707
+ Content-Type:
708
+ - application/json
709
+ Accept:
710
+ - application/json
711
+ response:
712
+ status:
713
+ code: 200
714
+ message:
715
+ headers:
716
+ Content-Type:
717
+ - application/json
718
+ Date:
719
+ - Wed, 26 Mar 2014 13:49:59 GMT
720
+ Strict-Transport-Security:
721
+ - max-age=15552000
722
+ Content-Length:
723
+ - '964'
724
+ Connection:
725
+ - Close
726
+ body:
727
+ encoding: UTF-8
728
+ string: "{\"state\":\"GATHERING RESULTS\",\"pendingWarnings\":[],\"pendingErrors\":[],\"histogramBuckets\":[{\"length\":3600000,\"count\":1,\"startTimestamp\":1388808000000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388804400000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388800800000},{\"length\":3600000,\"count\":2,\"startTimestamp\":1388797200000},{\"length\":3600000,\"count\":2,\"startTimestamp\":1388793600000},{\"length\":3600000,\"count\":5,\"startTimestamp\":1388790000000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388786400000},{\"length\":3600000,\"count\":3,\"startTimestamp\":1388782800000},{\"length\":3600000,\"count\":3,\"startTimestamp\":1388779200000},{\"length\":3600000,\"count\":2,\"startTimestamp\":1388775600000},{\"length\":3600000,\"count\":6,\"startTimestamp\":1388772000000},{\"length\":3600000,\"count\":3,\"startTimestamp\":1388768400000},{\"length\":3600000,\"count\":3,\"startTimestamp\":1388764800000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388746800000}],\"messageCount\":34,\"recordCount\":1}"
729
+ http_version:
730
+ recorded_at: Wed, 26 Mar 2014 13:50:00 GMT
731
+ - request:
732
+ method: get
733
+ uri: https://api.sumologic.com/api/v1/search/jobs/7526045B667E2F3C
734
+ body:
735
+ encoding: US-ASCII
736
+ string: ''
737
+ headers:
738
+ User-Agent:
739
+ - excon/0.32.1
740
+ Content-Type:
741
+ - application/json
742
+ Accept:
743
+ - application/json
744
+ response:
745
+ status:
746
+ code: 200
747
+ message:
748
+ headers:
749
+ Content-Type:
750
+ - application/json
751
+ Date:
752
+ - Wed, 26 Mar 2014 13:49:59 GMT
753
+ Strict-Transport-Security:
754
+ - max-age=15552000
755
+ Content-Length:
756
+ - '964'
757
+ Connection:
758
+ - Close
759
+ body:
760
+ encoding: UTF-8
761
+ string: "{\"state\":\"GATHERING RESULTS\",\"pendingWarnings\":[],\"pendingErrors\":[],\"histogramBuckets\":[{\"length\":3600000,\"count\":1,\"startTimestamp\":1388808000000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388804400000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388800800000},{\"length\":3600000,\"count\":2,\"startTimestamp\":1388797200000},{\"length\":3600000,\"count\":2,\"startTimestamp\":1388793600000},{\"length\":3600000,\"count\":5,\"startTimestamp\":1388790000000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388786400000},{\"length\":3600000,\"count\":3,\"startTimestamp\":1388782800000},{\"length\":3600000,\"count\":3,\"startTimestamp\":1388779200000},{\"length\":3600000,\"count\":2,\"startTimestamp\":1388775600000},{\"length\":3600000,\"count\":6,\"startTimestamp\":1388772000000},{\"length\":3600000,\"count\":3,\"startTimestamp\":1388768400000},{\"length\":3600000,\"count\":3,\"startTimestamp\":1388764800000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388746800000}],\"messageCount\":34,\"recordCount\":1}"
762
+ http_version:
763
+ recorded_at: Wed, 26 Mar 2014 13:50:00 GMT
764
+ - request:
765
+ method: get
766
+ uri: https://api.sumologic.com/api/v1/search/jobs/7526045B667E2F3C
767
+ body:
768
+ encoding: US-ASCII
769
+ string: ''
770
+ headers:
771
+ User-Agent:
772
+ - excon/0.32.1
773
+ Content-Type:
774
+ - application/json
775
+ Accept:
776
+ - application/json
777
+ response:
778
+ status:
779
+ code: 200
780
+ message:
781
+ headers:
782
+ Content-Type:
783
+ - application/json
784
+ Date:
785
+ - Wed, 26 Mar 2014 13:49:59 GMT
786
+ Strict-Transport-Security:
787
+ - max-age=15552000
788
+ transfer-encoding:
789
+ - ''
790
+ Connection:
791
+ - Close
792
+ body:
793
+ encoding: UTF-8
794
+ string: "{\"state\":\"GATHERING RESULTS\",\"pendingWarnings\":[],\"pendingErrors\":[],\"histogramBuckets\":[{\"length\":3600000,\"count\":1,\"startTimestamp\":1388808000000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388804400000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388800800000},{\"length\":3600000,\"count\":2,\"startTimestamp\":1388797200000},{\"length\":3600000,\"count\":2,\"startTimestamp\":1388793600000},{\"length\":3600000,\"count\":5,\"startTimestamp\":1388790000000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388786400000},{\"length\":3600000,\"count\":3,\"startTimestamp\":1388782800000},{\"length\":3600000,\"count\":3,\"startTimestamp\":1388779200000},{\"length\":3600000,\"count\":2,\"startTimestamp\":1388775600000},{\"length\":3600000,\"count\":6,\"startTimestamp\":1388772000000},{\"length\":3600000,\"count\":3,\"startTimestamp\":1388768400000},{\"length\":3600000,\"count\":3,\"startTimestamp\":1388764800000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388746800000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388739600000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388732400000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388725200000},{\"length\":3600000,\"count\":3,\"startTimestamp\":1388721600000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388718000000}],\"messageCount\":41,\"recordCount\":1}"
795
+ http_version:
796
+ recorded_at: Wed, 26 Mar 2014 13:50:00 GMT
797
+ - request:
798
+ method: get
799
+ uri: https://api.sumologic.com/api/v1/search/jobs/7526045B667E2F3C
800
+ body:
801
+ encoding: US-ASCII
802
+ string: ''
803
+ headers:
804
+ User-Agent:
805
+ - excon/0.32.1
806
+ Content-Type:
807
+ - application/json
808
+ Accept:
809
+ - application/json
810
+ response:
811
+ status:
812
+ code: 200
813
+ message:
814
+ headers:
815
+ Content-Type:
816
+ - application/json
817
+ Date:
818
+ - Wed, 26 Mar 2014 13:50:00 GMT
819
+ Strict-Transport-Security:
820
+ - max-age=15552000
821
+ Content-Length:
822
+ - '1264'
823
+ Connection:
824
+ - Close
825
+ body:
826
+ encoding: UTF-8
827
+ string: "{\"state\":\"GATHERING RESULTS\",\"pendingWarnings\":[],\"pendingErrors\":[],\"histogramBuckets\":[{\"length\":3600000,\"count\":1,\"startTimestamp\":1388808000000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388804400000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388800800000},{\"length\":3600000,\"count\":2,\"startTimestamp\":1388797200000},{\"length\":3600000,\"count\":2,\"startTimestamp\":1388793600000},{\"length\":3600000,\"count\":5,\"startTimestamp\":1388790000000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388786400000},{\"length\":3600000,\"count\":3,\"startTimestamp\":1388782800000},{\"length\":3600000,\"count\":3,\"startTimestamp\":1388779200000},{\"length\":3600000,\"count\":2,\"startTimestamp\":1388775600000},{\"length\":3600000,\"count\":6,\"startTimestamp\":1388772000000},{\"length\":3600000,\"count\":3,\"startTimestamp\":1388768400000},{\"length\":3600000,\"count\":3,\"startTimestamp\":1388764800000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388746800000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388739600000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388732400000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388725200000},{\"length\":3600000,\"count\":3,\"startTimestamp\":1388721600000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388718000000}],\"messageCount\":41,\"recordCount\":1}"
828
+ http_version:
829
+ recorded_at: Wed, 26 Mar 2014 13:50:01 GMT
830
+ - request:
831
+ method: get
832
+ uri: https://api.sumologic.com/api/v1/search/jobs/7526045B667E2F3C
833
+ body:
834
+ encoding: US-ASCII
835
+ string: ''
836
+ headers:
837
+ User-Agent:
838
+ - excon/0.32.1
839
+ Content-Type:
840
+ - application/json
841
+ Accept:
842
+ - application/json
843
+ response:
844
+ status:
845
+ code: 200
846
+ message:
847
+ headers:
848
+ Content-Type:
849
+ - application/json
850
+ Date:
851
+ - Wed, 26 Mar 2014 13:50:00 GMT
852
+ Strict-Transport-Security:
853
+ - max-age=15552000
854
+ Content-Length:
855
+ - '1264'
856
+ Connection:
857
+ - Close
858
+ body:
859
+ encoding: UTF-8
860
+ string: "{\"state\":\"GATHERING RESULTS\",\"pendingWarnings\":[],\"pendingErrors\":[],\"histogramBuckets\":[{\"length\":3600000,\"count\":1,\"startTimestamp\":1388808000000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388804400000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388800800000},{\"length\":3600000,\"count\":2,\"startTimestamp\":1388797200000},{\"length\":3600000,\"count\":2,\"startTimestamp\":1388793600000},{\"length\":3600000,\"count\":5,\"startTimestamp\":1388790000000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388786400000},{\"length\":3600000,\"count\":3,\"startTimestamp\":1388782800000},{\"length\":3600000,\"count\":3,\"startTimestamp\":1388779200000},{\"length\":3600000,\"count\":2,\"startTimestamp\":1388775600000},{\"length\":3600000,\"count\":6,\"startTimestamp\":1388772000000},{\"length\":3600000,\"count\":3,\"startTimestamp\":1388768400000},{\"length\":3600000,\"count\":3,\"startTimestamp\":1388764800000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388746800000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388739600000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388732400000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388725200000},{\"length\":3600000,\"count\":3,\"startTimestamp\":1388721600000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388718000000}],\"messageCount\":41,\"recordCount\":1}"
861
+ http_version:
862
+ recorded_at: Wed, 26 Mar 2014 13:50:01 GMT
863
+ - request:
864
+ method: get
865
+ uri: https://api.sumologic.com/api/v1/search/jobs/7526045B667E2F3C
866
+ body:
867
+ encoding: US-ASCII
868
+ string: ''
869
+ headers:
870
+ User-Agent:
871
+ - excon/0.32.1
872
+ Content-Type:
873
+ - application/json
874
+ Accept:
875
+ - application/json
876
+ response:
877
+ status:
878
+ code: 200
879
+ message:
880
+ headers:
881
+ Content-Type:
882
+ - application/json
883
+ Date:
884
+ - Wed, 26 Mar 2014 13:50:00 GMT
885
+ Strict-Transport-Security:
886
+ - max-age=15552000
887
+ transfer-encoding:
888
+ - ''
889
+ Connection:
890
+ - Close
891
+ body:
892
+ encoding: UTF-8
893
+ string: "{\"state\":\"GATHERING RESULTS\",\"pendingWarnings\":[],\"pendingErrors\":[],\"histogramBuckets\":[{\"length\":3600000,\"count\":1,\"startTimestamp\":1388808000000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388804400000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388800800000},{\"length\":3600000,\"count\":2,\"startTimestamp\":1388797200000},{\"length\":3600000,\"count\":2,\"startTimestamp\":1388793600000},{\"length\":3600000,\"count\":5,\"startTimestamp\":1388790000000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388786400000},{\"length\":3600000,\"count\":3,\"startTimestamp\":1388782800000},{\"length\":3600000,\"count\":3,\"startTimestamp\":1388779200000},{\"length\":3600000,\"count\":2,\"startTimestamp\":1388775600000},{\"length\":3600000,\"count\":6,\"startTimestamp\":1388772000000},{\"length\":3600000,\"count\":3,\"startTimestamp\":1388768400000},{\"length\":3600000,\"count\":3,\"startTimestamp\":1388764800000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388746800000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388739600000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388732400000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388725200000},{\"length\":3600000,\"count\":3,\"startTimestamp\":1388721600000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388718000000}],\"messageCount\":41,\"recordCount\":1}"
894
+ http_version:
895
+ recorded_at: Wed, 26 Mar 2014 13:50:01 GMT
896
+ - request:
897
+ method: get
898
+ uri: https://api.sumologic.com/api/v1/search/jobs/7526045B667E2F3C
899
+ body:
900
+ encoding: US-ASCII
901
+ string: ''
902
+ headers:
903
+ User-Agent:
904
+ - excon/0.32.1
905
+ Content-Type:
906
+ - application/json
907
+ Accept:
908
+ - application/json
909
+ response:
910
+ status:
911
+ code: 200
912
+ message:
913
+ headers:
914
+ Content-Type:
915
+ - application/json
916
+ Date:
917
+ - Wed, 26 Mar 2014 13:50:00 GMT
918
+ Strict-Transport-Security:
919
+ - max-age=15552000
920
+ Content-Length:
921
+ - '1264'
922
+ Connection:
923
+ - Close
924
+ body:
925
+ encoding: UTF-8
926
+ string: "{\"state\":\"GATHERING RESULTS\",\"pendingWarnings\":[],\"pendingErrors\":[],\"histogramBuckets\":[{\"length\":3600000,\"count\":1,\"startTimestamp\":1388808000000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388804400000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388800800000},{\"length\":3600000,\"count\":2,\"startTimestamp\":1388797200000},{\"length\":3600000,\"count\":2,\"startTimestamp\":1388793600000},{\"length\":3600000,\"count\":5,\"startTimestamp\":1388790000000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388786400000},{\"length\":3600000,\"count\":3,\"startTimestamp\":1388782800000},{\"length\":3600000,\"count\":3,\"startTimestamp\":1388779200000},{\"length\":3600000,\"count\":2,\"startTimestamp\":1388775600000},{\"length\":3600000,\"count\":6,\"startTimestamp\":1388772000000},{\"length\":3600000,\"count\":3,\"startTimestamp\":1388768400000},{\"length\":3600000,\"count\":3,\"startTimestamp\":1388764800000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388746800000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388739600000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388732400000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388725200000},{\"length\":3600000,\"count\":3,\"startTimestamp\":1388721600000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388718000000}],\"messageCount\":41,\"recordCount\":1}"
927
+ http_version:
928
+ recorded_at: Wed, 26 Mar 2014 13:50:01 GMT
929
+ - request:
930
+ method: get
931
+ uri: https://api.sumologic.com/api/v1/search/jobs/7526045B667E2F3C
932
+ body:
933
+ encoding: US-ASCII
934
+ string: ''
935
+ headers:
936
+ User-Agent:
937
+ - excon/0.32.1
938
+ Content-Type:
939
+ - application/json
940
+ Accept:
941
+ - application/json
942
+ response:
943
+ status:
944
+ code: 200
945
+ message:
946
+ headers:
947
+ Content-Type:
948
+ - application/json
949
+ Date:
950
+ - Wed, 26 Mar 2014 13:50:00 GMT
951
+ Strict-Transport-Security:
952
+ - max-age=15552000
953
+ Content-Length:
954
+ - '1264'
955
+ Connection:
956
+ - Close
957
+ body:
958
+ encoding: UTF-8
959
+ string: "{\"state\":\"GATHERING RESULTS\",\"pendingWarnings\":[],\"pendingErrors\":[],\"histogramBuckets\":[{\"length\":3600000,\"count\":1,\"startTimestamp\":1388808000000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388804400000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388800800000},{\"length\":3600000,\"count\":2,\"startTimestamp\":1388797200000},{\"length\":3600000,\"count\":2,\"startTimestamp\":1388793600000},{\"length\":3600000,\"count\":5,\"startTimestamp\":1388790000000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388786400000},{\"length\":3600000,\"count\":3,\"startTimestamp\":1388782800000},{\"length\":3600000,\"count\":3,\"startTimestamp\":1388779200000},{\"length\":3600000,\"count\":2,\"startTimestamp\":1388775600000},{\"length\":3600000,\"count\":6,\"startTimestamp\":1388772000000},{\"length\":3600000,\"count\":3,\"startTimestamp\":1388768400000},{\"length\":3600000,\"count\":3,\"startTimestamp\":1388764800000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388746800000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388739600000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388732400000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388725200000},{\"length\":3600000,\"count\":3,\"startTimestamp\":1388721600000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388718000000}],\"messageCount\":41,\"recordCount\":1}"
960
+ http_version:
961
+ recorded_at: Wed, 26 Mar 2014 13:50:01 GMT
962
+ - request:
963
+ method: get
964
+ uri: https://api.sumologic.com/api/v1/search/jobs/7526045B667E2F3C
965
+ body:
966
+ encoding: US-ASCII
967
+ string: ''
968
+ headers:
969
+ User-Agent:
970
+ - excon/0.32.1
971
+ Content-Type:
972
+ - application/json
973
+ Accept:
974
+ - application/json
975
+ response:
976
+ status:
977
+ code: 200
978
+ message:
979
+ headers:
980
+ Content-Type:
981
+ - application/json
982
+ Date:
983
+ - Wed, 26 Mar 2014 13:50:00 GMT
984
+ Strict-Transport-Security:
985
+ - max-age=15552000
986
+ Content-Length:
987
+ - '1684'
988
+ Connection:
989
+ - Close
990
+ body:
991
+ encoding: UTF-8
992
+ string: "{\"state\":\"GATHERING RESULTS\",\"pendingWarnings\":[],\"pendingErrors\":[],\"histogramBuckets\":[{\"length\":3600000,\"count\":1,\"startTimestamp\":1388808000000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388804400000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388800800000},{\"length\":3600000,\"count\":2,\"startTimestamp\":1388797200000},{\"length\":3600000,\"count\":2,\"startTimestamp\":1388793600000},{\"length\":3600000,\"count\":5,\"startTimestamp\":1388790000000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388786400000},{\"length\":3600000,\"count\":3,\"startTimestamp\":1388782800000},{\"length\":3600000,\"count\":3,\"startTimestamp\":1388779200000},{\"length\":3600000,\"count\":2,\"startTimestamp\":1388775600000},{\"length\":3600000,\"count\":6,\"startTimestamp\":1388772000000},{\"length\":3600000,\"count\":3,\"startTimestamp\":1388768400000},{\"length\":3600000,\"count\":3,\"startTimestamp\":1388764800000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388746800000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388739600000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388732400000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388725200000},{\"length\":3600000,\"count\":3,\"startTimestamp\":1388721600000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388718000000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388710800000},{\"length\":3600000,\"count\":2,\"startTimestamp\":1388707200000},{\"length\":3600000,\"count\":2,\"startTimestamp\":1388703600000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388700000000},{\"length\":3600000,\"count\":2,\"startTimestamp\":1388696400000},{\"length\":3600000,\"count\":5,\"startTimestamp\":1388692800000},{\"length\":3600000,\"count\":2,\"startTimestamp\":1388689200000}],\"messageCount\":56,\"recordCount\":1}"
993
+ http_version:
994
+ recorded_at: Wed, 26 Mar 2014 13:50:02 GMT
995
+ - request:
996
+ method: get
997
+ uri: https://api.sumologic.com/api/v1/search/jobs/7526045B667E2F3C
998
+ body:
999
+ encoding: US-ASCII
1000
+ string: ''
1001
+ headers:
1002
+ User-Agent:
1003
+ - excon/0.32.1
1004
+ Content-Type:
1005
+ - application/json
1006
+ Accept:
1007
+ - application/json
1008
+ response:
1009
+ status:
1010
+ code: 200
1011
+ message:
1012
+ headers:
1013
+ Content-Type:
1014
+ - application/json
1015
+ Date:
1016
+ - Wed, 26 Mar 2014 13:50:01 GMT
1017
+ Strict-Transport-Security:
1018
+ - max-age=15552000
1019
+ Content-Length:
1020
+ - '1684'
1021
+ Connection:
1022
+ - Close
1023
+ body:
1024
+ encoding: UTF-8
1025
+ string: "{\"state\":\"GATHERING RESULTS\",\"pendingWarnings\":[],\"pendingErrors\":[],\"histogramBuckets\":[{\"length\":3600000,\"count\":1,\"startTimestamp\":1388808000000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388804400000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388800800000},{\"length\":3600000,\"count\":2,\"startTimestamp\":1388797200000},{\"length\":3600000,\"count\":2,\"startTimestamp\":1388793600000},{\"length\":3600000,\"count\":5,\"startTimestamp\":1388790000000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388786400000},{\"length\":3600000,\"count\":3,\"startTimestamp\":1388782800000},{\"length\":3600000,\"count\":3,\"startTimestamp\":1388779200000},{\"length\":3600000,\"count\":2,\"startTimestamp\":1388775600000},{\"length\":3600000,\"count\":6,\"startTimestamp\":1388772000000},{\"length\":3600000,\"count\":3,\"startTimestamp\":1388768400000},{\"length\":3600000,\"count\":3,\"startTimestamp\":1388764800000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388746800000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388739600000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388732400000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388725200000},{\"length\":3600000,\"count\":3,\"startTimestamp\":1388721600000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388718000000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388710800000},{\"length\":3600000,\"count\":2,\"startTimestamp\":1388707200000},{\"length\":3600000,\"count\":2,\"startTimestamp\":1388703600000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388700000000},{\"length\":3600000,\"count\":2,\"startTimestamp\":1388696400000},{\"length\":3600000,\"count\":5,\"startTimestamp\":1388692800000},{\"length\":3600000,\"count\":2,\"startTimestamp\":1388689200000}],\"messageCount\":56,\"recordCount\":1}"
1026
+ http_version:
1027
+ recorded_at: Wed, 26 Mar 2014 13:50:02 GMT
1028
+ - request:
1029
+ method: get
1030
+ uri: https://api.sumologic.com/api/v1/search/jobs/7526045B667E2F3C
1031
+ body:
1032
+ encoding: US-ASCII
1033
+ string: ''
1034
+ headers:
1035
+ User-Agent:
1036
+ - excon/0.32.1
1037
+ Content-Type:
1038
+ - application/json
1039
+ Accept:
1040
+ - application/json
1041
+ response:
1042
+ status:
1043
+ code: 200
1044
+ message:
1045
+ headers:
1046
+ Content-Type:
1047
+ - application/json
1048
+ Date:
1049
+ - Wed, 26 Mar 2014 13:50:01 GMT
1050
+ Strict-Transport-Security:
1051
+ - max-age=15552000
1052
+ Content-Length:
1053
+ - '1684'
1054
+ Connection:
1055
+ - Close
1056
+ body:
1057
+ encoding: UTF-8
1058
+ string: "{\"state\":\"GATHERING RESULTS\",\"pendingWarnings\":[],\"pendingErrors\":[],\"histogramBuckets\":[{\"length\":3600000,\"count\":1,\"startTimestamp\":1388808000000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388804400000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388800800000},{\"length\":3600000,\"count\":2,\"startTimestamp\":1388797200000},{\"length\":3600000,\"count\":2,\"startTimestamp\":1388793600000},{\"length\":3600000,\"count\":5,\"startTimestamp\":1388790000000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388786400000},{\"length\":3600000,\"count\":3,\"startTimestamp\":1388782800000},{\"length\":3600000,\"count\":3,\"startTimestamp\":1388779200000},{\"length\":3600000,\"count\":2,\"startTimestamp\":1388775600000},{\"length\":3600000,\"count\":6,\"startTimestamp\":1388772000000},{\"length\":3600000,\"count\":3,\"startTimestamp\":1388768400000},{\"length\":3600000,\"count\":3,\"startTimestamp\":1388764800000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388746800000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388739600000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388732400000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388725200000},{\"length\":3600000,\"count\":3,\"startTimestamp\":1388721600000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388718000000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388710800000},{\"length\":3600000,\"count\":2,\"startTimestamp\":1388707200000},{\"length\":3600000,\"count\":2,\"startTimestamp\":1388703600000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388700000000},{\"length\":3600000,\"count\":2,\"startTimestamp\":1388696400000},{\"length\":3600000,\"count\":5,\"startTimestamp\":1388692800000},{\"length\":3600000,\"count\":2,\"startTimestamp\":1388689200000}],\"messageCount\":56,\"recordCount\":1}"
1059
+ http_version:
1060
+ recorded_at: Wed, 26 Mar 2014 13:50:02 GMT
1061
+ - request:
1062
+ method: get
1063
+ uri: https://api.sumologic.com/api/v1/search/jobs/7526045B667E2F3C
1064
+ body:
1065
+ encoding: US-ASCII
1066
+ string: ''
1067
+ headers:
1068
+ User-Agent:
1069
+ - excon/0.32.1
1070
+ Content-Type:
1071
+ - application/json
1072
+ Accept:
1073
+ - application/json
1074
+ response:
1075
+ status:
1076
+ code: 200
1077
+ message:
1078
+ headers:
1079
+ Content-Type:
1080
+ - application/json
1081
+ Date:
1082
+ - Wed, 26 Mar 2014 13:50:01 GMT
1083
+ Strict-Transport-Security:
1084
+ - max-age=15552000
1085
+ transfer-encoding:
1086
+ - ''
1087
+ Connection:
1088
+ - Close
1089
+ body:
1090
+ encoding: UTF-8
1091
+ string: "{\"state\":\"GATHERING RESULTS\",\"pendingWarnings\":[],\"pendingErrors\":[],\"histogramBuckets\":[{\"length\":3600000,\"count\":1,\"startTimestamp\":1388808000000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388804400000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388800800000},{\"length\":3600000,\"count\":2,\"startTimestamp\":1388797200000},{\"length\":3600000,\"count\":2,\"startTimestamp\":1388793600000},{\"length\":3600000,\"count\":5,\"startTimestamp\":1388790000000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388786400000},{\"length\":3600000,\"count\":3,\"startTimestamp\":1388782800000},{\"length\":3600000,\"count\":3,\"startTimestamp\":1388779200000},{\"length\":3600000,\"count\":2,\"startTimestamp\":1388775600000},{\"length\":3600000,\"count\":6,\"startTimestamp\":1388772000000},{\"length\":3600000,\"count\":3,\"startTimestamp\":1388768400000},{\"length\":3600000,\"count\":3,\"startTimestamp\":1388764800000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388746800000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388739600000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388732400000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388725200000},{\"length\":3600000,\"count\":3,\"startTimestamp\":1388721600000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388718000000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388710800000},{\"length\":3600000,\"count\":2,\"startTimestamp\":1388707200000},{\"length\":3600000,\"count\":2,\"startTimestamp\":1388703600000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388700000000},{\"length\":3600000,\"count\":2,\"startTimestamp\":1388696400000},{\"length\":3600000,\"count\":5,\"startTimestamp\":1388692800000},{\"length\":3600000,\"count\":2,\"startTimestamp\":1388689200000}],\"messageCount\":56,\"recordCount\":1}"
1092
+ http_version:
1093
+ recorded_at: Wed, 26 Mar 2014 13:50:02 GMT
1094
+ - request:
1095
+ method: get
1096
+ uri: https://api.sumologic.com/api/v1/search/jobs/7526045B667E2F3C
1097
+ body:
1098
+ encoding: US-ASCII
1099
+ string: ''
1100
+ headers:
1101
+ User-Agent:
1102
+ - excon/0.32.1
1103
+ Content-Type:
1104
+ - application/json
1105
+ Accept:
1106
+ - application/json
1107
+ response:
1108
+ status:
1109
+ code: 200
1110
+ message:
1111
+ headers:
1112
+ Content-Type:
1113
+ - application/json
1114
+ Date:
1115
+ - Wed, 26 Mar 2014 13:50:01 GMT
1116
+ Strict-Transport-Security:
1117
+ - max-age=15552000
1118
+ Content-Length:
1119
+ - '1684'
1120
+ Connection:
1121
+ - Close
1122
+ body:
1123
+ encoding: UTF-8
1124
+ string: "{\"state\":\"GATHERING RESULTS\",\"pendingWarnings\":[],\"pendingErrors\":[],\"histogramBuckets\":[{\"length\":3600000,\"count\":1,\"startTimestamp\":1388808000000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388804400000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388800800000},{\"length\":3600000,\"count\":2,\"startTimestamp\":1388797200000},{\"length\":3600000,\"count\":2,\"startTimestamp\":1388793600000},{\"length\":3600000,\"count\":5,\"startTimestamp\":1388790000000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388786400000},{\"length\":3600000,\"count\":3,\"startTimestamp\":1388782800000},{\"length\":3600000,\"count\":3,\"startTimestamp\":1388779200000},{\"length\":3600000,\"count\":2,\"startTimestamp\":1388775600000},{\"length\":3600000,\"count\":6,\"startTimestamp\":1388772000000},{\"length\":3600000,\"count\":3,\"startTimestamp\":1388768400000},{\"length\":3600000,\"count\":3,\"startTimestamp\":1388764800000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388746800000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388739600000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388732400000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388725200000},{\"length\":3600000,\"count\":3,\"startTimestamp\":1388721600000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388718000000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388710800000},{\"length\":3600000,\"count\":2,\"startTimestamp\":1388707200000},{\"length\":3600000,\"count\":2,\"startTimestamp\":1388703600000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388700000000},{\"length\":3600000,\"count\":2,\"startTimestamp\":1388696400000},{\"length\":3600000,\"count\":5,\"startTimestamp\":1388692800000},{\"length\":3600000,\"count\":2,\"startTimestamp\":1388689200000}],\"messageCount\":56,\"recordCount\":1}"
1125
+ http_version:
1126
+ recorded_at: Wed, 26 Mar 2014 13:50:02 GMT
1127
+ - request:
1128
+ method: get
1129
+ uri: https://api.sumologic.com/api/v1/search/jobs/7526045B667E2F3C
1130
+ body:
1131
+ encoding: US-ASCII
1132
+ string: ''
1133
+ headers:
1134
+ User-Agent:
1135
+ - excon/0.32.1
1136
+ Content-Type:
1137
+ - application/json
1138
+ Accept:
1139
+ - application/json
1140
+ response:
1141
+ status:
1142
+ code: 200
1143
+ message:
1144
+ headers:
1145
+ Content-Type:
1146
+ - application/json
1147
+ Date:
1148
+ - Wed, 26 Mar 2014 13:50:01 GMT
1149
+ Strict-Transport-Security:
1150
+ - max-age=15552000
1151
+ Content-Length:
1152
+ - '1866'
1153
+ Connection:
1154
+ - Close
1155
+ body:
1156
+ encoding: UTF-8
1157
+ string: "{\"state\":\"GATHERING RESULTS\",\"pendingWarnings\":[],\"pendingErrors\":[],\"histogramBuckets\":[{\"length\":3600000,\"count\":1,\"startTimestamp\":1388808000000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388804400000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388800800000},{\"length\":3600000,\"count\":2,\"startTimestamp\":1388797200000},{\"length\":3600000,\"count\":2,\"startTimestamp\":1388793600000},{\"length\":3600000,\"count\":5,\"startTimestamp\":1388790000000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388786400000},{\"length\":3600000,\"count\":3,\"startTimestamp\":1388782800000},{\"length\":3600000,\"count\":3,\"startTimestamp\":1388779200000},{\"length\":3600000,\"count\":2,\"startTimestamp\":1388775600000},{\"length\":3600000,\"count\":6,\"startTimestamp\":1388772000000},{\"length\":3600000,\"count\":3,\"startTimestamp\":1388768400000},{\"length\":3600000,\"count\":3,\"startTimestamp\":1388764800000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388746800000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388739600000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388732400000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388725200000},{\"length\":3600000,\"count\":3,\"startTimestamp\":1388721600000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388718000000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388710800000},{\"length\":3600000,\"count\":2,\"startTimestamp\":1388707200000},{\"length\":3600000,\"count\":2,\"startTimestamp\":1388703600000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388700000000},{\"length\":3600000,\"count\":2,\"startTimestamp\":1388696400000},{\"length\":3600000,\"count\":5,\"startTimestamp\":1388692800000},{\"length\":3600000,\"count\":6,\"startTimestamp\":1388689200000},{\"length\":3600000,\"count\":11,\"startTimestamp\":1388685600000},{\"length\":3600000,\"count\":13,\"startTimestamp\":1388682000000},{\"length\":3600000,\"count\":2,\"startTimestamp\":1388678400000}],\"messageCount\":86,\"recordCount\":1}"
1158
+ http_version:
1159
+ recorded_at: Wed, 26 Mar 2014 13:50:03 GMT
1160
+ - request:
1161
+ method: get
1162
+ uri: https://api.sumologic.com/api/v1/search/jobs/7526045B667E2F3C
1163
+ body:
1164
+ encoding: US-ASCII
1165
+ string: ''
1166
+ headers:
1167
+ User-Agent:
1168
+ - excon/0.32.1
1169
+ Content-Type:
1170
+ - application/json
1171
+ Accept:
1172
+ - application/json
1173
+ response:
1174
+ status:
1175
+ code: 200
1176
+ message:
1177
+ headers:
1178
+ Content-Type:
1179
+ - application/json
1180
+ Date:
1181
+ - Wed, 26 Mar 2014 13:50:02 GMT
1182
+ Strict-Transport-Security:
1183
+ - max-age=15552000
1184
+ Content-Length:
1185
+ - '1866'
1186
+ Connection:
1187
+ - Close
1188
+ body:
1189
+ encoding: UTF-8
1190
+ string: "{\"state\":\"GATHERING RESULTS\",\"pendingWarnings\":[],\"pendingErrors\":[],\"histogramBuckets\":[{\"length\":3600000,\"count\":1,\"startTimestamp\":1388808000000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388804400000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388800800000},{\"length\":3600000,\"count\":2,\"startTimestamp\":1388797200000},{\"length\":3600000,\"count\":2,\"startTimestamp\":1388793600000},{\"length\":3600000,\"count\":5,\"startTimestamp\":1388790000000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388786400000},{\"length\":3600000,\"count\":3,\"startTimestamp\":1388782800000},{\"length\":3600000,\"count\":3,\"startTimestamp\":1388779200000},{\"length\":3600000,\"count\":2,\"startTimestamp\":1388775600000},{\"length\":3600000,\"count\":6,\"startTimestamp\":1388772000000},{\"length\":3600000,\"count\":3,\"startTimestamp\":1388768400000},{\"length\":3600000,\"count\":3,\"startTimestamp\":1388764800000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388746800000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388739600000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388732400000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388725200000},{\"length\":3600000,\"count\":3,\"startTimestamp\":1388721600000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388718000000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388710800000},{\"length\":3600000,\"count\":2,\"startTimestamp\":1388707200000},{\"length\":3600000,\"count\":2,\"startTimestamp\":1388703600000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388700000000},{\"length\":3600000,\"count\":2,\"startTimestamp\":1388696400000},{\"length\":3600000,\"count\":5,\"startTimestamp\":1388692800000},{\"length\":3600000,\"count\":6,\"startTimestamp\":1388689200000},{\"length\":3600000,\"count\":11,\"startTimestamp\":1388685600000},{\"length\":3600000,\"count\":13,\"startTimestamp\":1388682000000},{\"length\":3600000,\"count\":2,\"startTimestamp\":1388678400000}],\"messageCount\":86,\"recordCount\":1}"
1191
+ http_version:
1192
+ recorded_at: Wed, 26 Mar 2014 13:50:03 GMT
1193
+ - request:
1194
+ method: get
1195
+ uri: https://api.sumologic.com/api/v1/search/jobs/7526045B667E2F3C
1196
+ body:
1197
+ encoding: US-ASCII
1198
+ string: ''
1199
+ headers:
1200
+ User-Agent:
1201
+ - excon/0.32.1
1202
+ Content-Type:
1203
+ - application/json
1204
+ Accept:
1205
+ - application/json
1206
+ response:
1207
+ status:
1208
+ code: 200
1209
+ message:
1210
+ headers:
1211
+ Content-Type:
1212
+ - application/json
1213
+ Date:
1214
+ - Wed, 26 Mar 2014 13:50:02 GMT
1215
+ Strict-Transport-Security:
1216
+ - max-age=15552000
1217
+ transfer-encoding:
1218
+ - ''
1219
+ Connection:
1220
+ - Close
1221
+ body:
1222
+ encoding: UTF-8
1223
+ string: "{\"state\":\"GATHERING RESULTS\",\"pendingWarnings\":[],\"pendingErrors\":[],\"histogramBuckets\":[{\"length\":3600000,\"count\":1,\"startTimestamp\":1388808000000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388804400000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388800800000},{\"length\":3600000,\"count\":2,\"startTimestamp\":1388797200000},{\"length\":3600000,\"count\":2,\"startTimestamp\":1388793600000},{\"length\":3600000,\"count\":5,\"startTimestamp\":1388790000000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388786400000},{\"length\":3600000,\"count\":3,\"startTimestamp\":1388782800000},{\"length\":3600000,\"count\":3,\"startTimestamp\":1388779200000},{\"length\":3600000,\"count\":2,\"startTimestamp\":1388775600000},{\"length\":3600000,\"count\":6,\"startTimestamp\":1388772000000},{\"length\":3600000,\"count\":3,\"startTimestamp\":1388768400000},{\"length\":3600000,\"count\":3,\"startTimestamp\":1388764800000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388746800000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388739600000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388732400000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388725200000},{\"length\":3600000,\"count\":3,\"startTimestamp\":1388721600000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388718000000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388710800000},{\"length\":3600000,\"count\":2,\"startTimestamp\":1388707200000},{\"length\":3600000,\"count\":2,\"startTimestamp\":1388703600000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388700000000},{\"length\":3600000,\"count\":2,\"startTimestamp\":1388696400000},{\"length\":3600000,\"count\":5,\"startTimestamp\":1388692800000},{\"length\":3600000,\"count\":6,\"startTimestamp\":1388689200000},{\"length\":3600000,\"count\":11,\"startTimestamp\":1388685600000},{\"length\":3600000,\"count\":13,\"startTimestamp\":1388682000000},{\"length\":3600000,\"count\":2,\"startTimestamp\":1388678400000}],\"messageCount\":86,\"recordCount\":1}"
1224
+ http_version:
1225
+ recorded_at: Wed, 26 Mar 2014 13:50:03 GMT
1226
+ - request:
1227
+ method: get
1228
+ uri: https://api.sumologic.com/api/v1/search/jobs/7526045B667E2F3C
1229
+ body:
1230
+ encoding: US-ASCII
1231
+ string: ''
1232
+ headers:
1233
+ User-Agent:
1234
+ - excon/0.32.1
1235
+ Content-Type:
1236
+ - application/json
1237
+ Accept:
1238
+ - application/json
1239
+ response:
1240
+ status:
1241
+ code: 200
1242
+ message:
1243
+ headers:
1244
+ Content-Type:
1245
+ - application/json
1246
+ Date:
1247
+ - Wed, 26 Mar 2014 13:50:02 GMT
1248
+ Strict-Transport-Security:
1249
+ - max-age=15552000
1250
+ Content-Length:
1251
+ - '1866'
1252
+ Connection:
1253
+ - Close
1254
+ body:
1255
+ encoding: UTF-8
1256
+ string: "{\"state\":\"GATHERING RESULTS\",\"pendingWarnings\":[],\"pendingErrors\":[],\"histogramBuckets\":[{\"length\":3600000,\"count\":1,\"startTimestamp\":1388808000000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388804400000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388800800000},{\"length\":3600000,\"count\":2,\"startTimestamp\":1388797200000},{\"length\":3600000,\"count\":2,\"startTimestamp\":1388793600000},{\"length\":3600000,\"count\":5,\"startTimestamp\":1388790000000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388786400000},{\"length\":3600000,\"count\":3,\"startTimestamp\":1388782800000},{\"length\":3600000,\"count\":3,\"startTimestamp\":1388779200000},{\"length\":3600000,\"count\":2,\"startTimestamp\":1388775600000},{\"length\":3600000,\"count\":6,\"startTimestamp\":1388772000000},{\"length\":3600000,\"count\":3,\"startTimestamp\":1388768400000},{\"length\":3600000,\"count\":3,\"startTimestamp\":1388764800000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388746800000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388739600000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388732400000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388725200000},{\"length\":3600000,\"count\":3,\"startTimestamp\":1388721600000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388718000000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388710800000},{\"length\":3600000,\"count\":2,\"startTimestamp\":1388707200000},{\"length\":3600000,\"count\":2,\"startTimestamp\":1388703600000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388700000000},{\"length\":3600000,\"count\":2,\"startTimestamp\":1388696400000},{\"length\":3600000,\"count\":5,\"startTimestamp\":1388692800000},{\"length\":3600000,\"count\":6,\"startTimestamp\":1388689200000},{\"length\":3600000,\"count\":11,\"startTimestamp\":1388685600000},{\"length\":3600000,\"count\":13,\"startTimestamp\":1388682000000},{\"length\":3600000,\"count\":2,\"startTimestamp\":1388678400000}],\"messageCount\":86,\"recordCount\":1}"
1257
+ http_version:
1258
+ recorded_at: Wed, 26 Mar 2014 13:50:03 GMT
1259
+ - request:
1260
+ method: get
1261
+ uri: https://api.sumologic.com/api/v1/search/jobs/7526045B667E2F3C
1262
+ body:
1263
+ encoding: US-ASCII
1264
+ string: ''
1265
+ headers:
1266
+ User-Agent:
1267
+ - excon/0.32.1
1268
+ Content-Type:
1269
+ - application/json
1270
+ Accept:
1271
+ - application/json
1272
+ response:
1273
+ status:
1274
+ code: 200
1275
+ message:
1276
+ headers:
1277
+ Content-Type:
1278
+ - application/json
1279
+ Date:
1280
+ - Wed, 26 Mar 2014 13:50:02 GMT
1281
+ Strict-Transport-Security:
1282
+ - max-age=15552000
1283
+ Content-Length:
1284
+ - '1866'
1285
+ Connection:
1286
+ - Close
1287
+ body:
1288
+ encoding: UTF-8
1289
+ string: "{\"state\":\"GATHERING RESULTS\",\"pendingWarnings\":[],\"pendingErrors\":[],\"histogramBuckets\":[{\"length\":3600000,\"count\":1,\"startTimestamp\":1388808000000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388804400000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388800800000},{\"length\":3600000,\"count\":2,\"startTimestamp\":1388797200000},{\"length\":3600000,\"count\":2,\"startTimestamp\":1388793600000},{\"length\":3600000,\"count\":5,\"startTimestamp\":1388790000000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388786400000},{\"length\":3600000,\"count\":3,\"startTimestamp\":1388782800000},{\"length\":3600000,\"count\":3,\"startTimestamp\":1388779200000},{\"length\":3600000,\"count\":2,\"startTimestamp\":1388775600000},{\"length\":3600000,\"count\":6,\"startTimestamp\":1388772000000},{\"length\":3600000,\"count\":3,\"startTimestamp\":1388768400000},{\"length\":3600000,\"count\":3,\"startTimestamp\":1388764800000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388746800000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388739600000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388732400000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388725200000},{\"length\":3600000,\"count\":3,\"startTimestamp\":1388721600000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388718000000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388710800000},{\"length\":3600000,\"count\":2,\"startTimestamp\":1388707200000},{\"length\":3600000,\"count\":2,\"startTimestamp\":1388703600000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388700000000},{\"length\":3600000,\"count\":2,\"startTimestamp\":1388696400000},{\"length\":3600000,\"count\":5,\"startTimestamp\":1388692800000},{\"length\":3600000,\"count\":6,\"startTimestamp\":1388689200000},{\"length\":3600000,\"count\":11,\"startTimestamp\":1388685600000},{\"length\":3600000,\"count\":13,\"startTimestamp\":1388682000000},{\"length\":3600000,\"count\":2,\"startTimestamp\":1388678400000}],\"messageCount\":86,\"recordCount\":1}"
1290
+ http_version:
1291
+ recorded_at: Wed, 26 Mar 2014 13:50:03 GMT
1292
+ - request:
1293
+ method: get
1294
+ uri: https://api.sumologic.com/api/v1/search/jobs/7526045B667E2F3C
1295
+ body:
1296
+ encoding: US-ASCII
1297
+ string: ''
1298
+ headers:
1299
+ User-Agent:
1300
+ - excon/0.32.1
1301
+ Content-Type:
1302
+ - application/json
1303
+ Accept:
1304
+ - application/json
1305
+ response:
1306
+ status:
1307
+ code: 200
1308
+ message:
1309
+ headers:
1310
+ Content-Type:
1311
+ - application/json
1312
+ Date:
1313
+ - Wed, 26 Mar 2014 13:50:02 GMT
1314
+ Strict-Transport-Security:
1315
+ - max-age=15552000
1316
+ Content-Length:
1317
+ - '1866'
1318
+ Connection:
1319
+ - Close
1320
+ body:
1321
+ encoding: UTF-8
1322
+ string: "{\"state\":\"GATHERING RESULTS\",\"pendingWarnings\":[],\"pendingErrors\":[],\"histogramBuckets\":[{\"length\":3600000,\"count\":1,\"startTimestamp\":1388808000000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388804400000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388800800000},{\"length\":3600000,\"count\":2,\"startTimestamp\":1388797200000},{\"length\":3600000,\"count\":2,\"startTimestamp\":1388793600000},{\"length\":3600000,\"count\":5,\"startTimestamp\":1388790000000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388786400000},{\"length\":3600000,\"count\":3,\"startTimestamp\":1388782800000},{\"length\":3600000,\"count\":3,\"startTimestamp\":1388779200000},{\"length\":3600000,\"count\":2,\"startTimestamp\":1388775600000},{\"length\":3600000,\"count\":6,\"startTimestamp\":1388772000000},{\"length\":3600000,\"count\":3,\"startTimestamp\":1388768400000},{\"length\":3600000,\"count\":3,\"startTimestamp\":1388764800000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388746800000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388739600000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388732400000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388725200000},{\"length\":3600000,\"count\":3,\"startTimestamp\":1388721600000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388718000000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388710800000},{\"length\":3600000,\"count\":2,\"startTimestamp\":1388707200000},{\"length\":3600000,\"count\":2,\"startTimestamp\":1388703600000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388700000000},{\"length\":3600000,\"count\":2,\"startTimestamp\":1388696400000},{\"length\":3600000,\"count\":5,\"startTimestamp\":1388692800000},{\"length\":3600000,\"count\":6,\"startTimestamp\":1388689200000},{\"length\":3600000,\"count\":11,\"startTimestamp\":1388685600000},{\"length\":3600000,\"count\":13,\"startTimestamp\":1388682000000},{\"length\":3600000,\"count\":2,\"startTimestamp\":1388678400000}],\"messageCount\":86,\"recordCount\":1}"
1323
+ http_version:
1324
+ recorded_at: Wed, 26 Mar 2014 13:50:04 GMT
1325
+ - request:
1326
+ method: get
1327
+ uri: https://api.sumologic.com/api/v1/search/jobs/7526045B667E2F3C
1328
+ body:
1329
+ encoding: US-ASCII
1330
+ string: ''
1331
+ headers:
1332
+ User-Agent:
1333
+ - excon/0.32.1
1334
+ Content-Type:
1335
+ - application/json
1336
+ Accept:
1337
+ - application/json
1338
+ response:
1339
+ status:
1340
+ code: 200
1341
+ message:
1342
+ headers:
1343
+ Content-Type:
1344
+ - application/json
1345
+ Date:
1346
+ - Wed, 26 Mar 2014 13:50:03 GMT
1347
+ Strict-Transport-Security:
1348
+ - max-age=15552000
1349
+ Content-Length:
1350
+ - '1866'
1351
+ Connection:
1352
+ - Close
1353
+ body:
1354
+ encoding: UTF-8
1355
+ string: "{\"state\":\"GATHERING RESULTS\",\"pendingWarnings\":[],\"pendingErrors\":[],\"histogramBuckets\":[{\"length\":3600000,\"count\":1,\"startTimestamp\":1388808000000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388804400000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388800800000},{\"length\":3600000,\"count\":2,\"startTimestamp\":1388797200000},{\"length\":3600000,\"count\":2,\"startTimestamp\":1388793600000},{\"length\":3600000,\"count\":5,\"startTimestamp\":1388790000000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388786400000},{\"length\":3600000,\"count\":3,\"startTimestamp\":1388782800000},{\"length\":3600000,\"count\":3,\"startTimestamp\":1388779200000},{\"length\":3600000,\"count\":2,\"startTimestamp\":1388775600000},{\"length\":3600000,\"count\":6,\"startTimestamp\":1388772000000},{\"length\":3600000,\"count\":3,\"startTimestamp\":1388768400000},{\"length\":3600000,\"count\":3,\"startTimestamp\":1388764800000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388746800000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388739600000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388732400000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388725200000},{\"length\":3600000,\"count\":3,\"startTimestamp\":1388721600000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388718000000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388710800000},{\"length\":3600000,\"count\":2,\"startTimestamp\":1388707200000},{\"length\":3600000,\"count\":2,\"startTimestamp\":1388703600000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388700000000},{\"length\":3600000,\"count\":2,\"startTimestamp\":1388696400000},{\"length\":3600000,\"count\":5,\"startTimestamp\":1388692800000},{\"length\":3600000,\"count\":6,\"startTimestamp\":1388689200000},{\"length\":3600000,\"count\":11,\"startTimestamp\":1388685600000},{\"length\":3600000,\"count\":13,\"startTimestamp\":1388682000000},{\"length\":3600000,\"count\":2,\"startTimestamp\":1388678400000}],\"messageCount\":86,\"recordCount\":1}"
1356
+ http_version:
1357
+ recorded_at: Wed, 26 Mar 2014 13:50:04 GMT
1358
+ - request:
1359
+ method: get
1360
+ uri: https://api.sumologic.com/api/v1/search/jobs/7526045B667E2F3C
1361
+ body:
1362
+ encoding: US-ASCII
1363
+ string: ''
1364
+ headers:
1365
+ User-Agent:
1366
+ - excon/0.32.1
1367
+ Content-Type:
1368
+ - application/json
1369
+ Accept:
1370
+ - application/json
1371
+ response:
1372
+ status:
1373
+ code: 200
1374
+ message:
1375
+ headers:
1376
+ Content-Type:
1377
+ - application/json
1378
+ Date:
1379
+ - Wed, 26 Mar 2014 13:50:03 GMT
1380
+ Strict-Transport-Security:
1381
+ - max-age=15552000
1382
+ Content-Length:
1383
+ - '1866'
1384
+ Connection:
1385
+ - Close
1386
+ body:
1387
+ encoding: UTF-8
1388
+ string: "{\"state\":\"GATHERING RESULTS\",\"pendingWarnings\":[],\"pendingErrors\":[],\"histogramBuckets\":[{\"length\":3600000,\"count\":1,\"startTimestamp\":1388808000000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388804400000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388800800000},{\"length\":3600000,\"count\":2,\"startTimestamp\":1388797200000},{\"length\":3600000,\"count\":2,\"startTimestamp\":1388793600000},{\"length\":3600000,\"count\":5,\"startTimestamp\":1388790000000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388786400000},{\"length\":3600000,\"count\":3,\"startTimestamp\":1388782800000},{\"length\":3600000,\"count\":3,\"startTimestamp\":1388779200000},{\"length\":3600000,\"count\":2,\"startTimestamp\":1388775600000},{\"length\":3600000,\"count\":6,\"startTimestamp\":1388772000000},{\"length\":3600000,\"count\":3,\"startTimestamp\":1388768400000},{\"length\":3600000,\"count\":3,\"startTimestamp\":1388764800000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388746800000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388739600000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388732400000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388725200000},{\"length\":3600000,\"count\":3,\"startTimestamp\":1388721600000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388718000000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388710800000},{\"length\":3600000,\"count\":2,\"startTimestamp\":1388707200000},{\"length\":3600000,\"count\":2,\"startTimestamp\":1388703600000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388700000000},{\"length\":3600000,\"count\":2,\"startTimestamp\":1388696400000},{\"length\":3600000,\"count\":5,\"startTimestamp\":1388692800000},{\"length\":3600000,\"count\":6,\"startTimestamp\":1388689200000},{\"length\":3600000,\"count\":11,\"startTimestamp\":1388685600000},{\"length\":3600000,\"count\":13,\"startTimestamp\":1388682000000},{\"length\":3600000,\"count\":2,\"startTimestamp\":1388678400000}],\"messageCount\":86,\"recordCount\":1}"
1389
+ http_version:
1390
+ recorded_at: Wed, 26 Mar 2014 13:50:04 GMT
1391
+ - request:
1392
+ method: get
1393
+ uri: https://api.sumologic.com/api/v1/search/jobs/7526045B667E2F3C
1394
+ body:
1395
+ encoding: US-ASCII
1396
+ string: ''
1397
+ headers:
1398
+ User-Agent:
1399
+ - excon/0.32.1
1400
+ Content-Type:
1401
+ - application/json
1402
+ Accept:
1403
+ - application/json
1404
+ response:
1405
+ status:
1406
+ code: 200
1407
+ message:
1408
+ headers:
1409
+ Content-Type:
1410
+ - application/json
1411
+ Date:
1412
+ - Wed, 26 Mar 2014 13:50:03 GMT
1413
+ Strict-Transport-Security:
1414
+ - max-age=15552000
1415
+ Content-Length:
1416
+ - '1866'
1417
+ Connection:
1418
+ - Close
1419
+ body:
1420
+ encoding: UTF-8
1421
+ string: "{\"state\":\"GATHERING RESULTS\",\"pendingWarnings\":[],\"pendingErrors\":[],\"histogramBuckets\":[{\"length\":3600000,\"count\":1,\"startTimestamp\":1388808000000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388804400000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388800800000},{\"length\":3600000,\"count\":2,\"startTimestamp\":1388797200000},{\"length\":3600000,\"count\":2,\"startTimestamp\":1388793600000},{\"length\":3600000,\"count\":5,\"startTimestamp\":1388790000000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388786400000},{\"length\":3600000,\"count\":3,\"startTimestamp\":1388782800000},{\"length\":3600000,\"count\":3,\"startTimestamp\":1388779200000},{\"length\":3600000,\"count\":2,\"startTimestamp\":1388775600000},{\"length\":3600000,\"count\":6,\"startTimestamp\":1388772000000},{\"length\":3600000,\"count\":3,\"startTimestamp\":1388768400000},{\"length\":3600000,\"count\":3,\"startTimestamp\":1388764800000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388746800000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388739600000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388732400000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388725200000},{\"length\":3600000,\"count\":3,\"startTimestamp\":1388721600000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388718000000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388710800000},{\"length\":3600000,\"count\":2,\"startTimestamp\":1388707200000},{\"length\":3600000,\"count\":2,\"startTimestamp\":1388703600000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388700000000},{\"length\":3600000,\"count\":2,\"startTimestamp\":1388696400000},{\"length\":3600000,\"count\":5,\"startTimestamp\":1388692800000},{\"length\":3600000,\"count\":6,\"startTimestamp\":1388689200000},{\"length\":3600000,\"count\":11,\"startTimestamp\":1388685600000},{\"length\":3600000,\"count\":13,\"startTimestamp\":1388682000000},{\"length\":3600000,\"count\":2,\"startTimestamp\":1388678400000}],\"messageCount\":86,\"recordCount\":1}"
1422
+ http_version:
1423
+ recorded_at: Wed, 26 Mar 2014 13:50:04 GMT
1424
+ - request:
1425
+ method: get
1426
+ uri: https://api.sumologic.com/api/v1/search/jobs/7526045B667E2F3C
1427
+ body:
1428
+ encoding: US-ASCII
1429
+ string: ''
1430
+ headers:
1431
+ User-Agent:
1432
+ - excon/0.32.1
1433
+ Content-Type:
1434
+ - application/json
1435
+ Accept:
1436
+ - application/json
1437
+ response:
1438
+ status:
1439
+ code: 200
1440
+ message:
1441
+ headers:
1442
+ Content-Type:
1443
+ - application/json
1444
+ Date:
1445
+ - Wed, 26 Mar 2014 13:50:03 GMT
1446
+ Strict-Transport-Security:
1447
+ - max-age=15552000
1448
+ Content-Length:
1449
+ - '1866'
1450
+ Connection:
1451
+ - Close
1452
+ body:
1453
+ encoding: UTF-8
1454
+ string: "{\"state\":\"GATHERING RESULTS\",\"pendingWarnings\":[],\"pendingErrors\":[],\"histogramBuckets\":[{\"length\":3600000,\"count\":1,\"startTimestamp\":1388808000000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388804400000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388800800000},{\"length\":3600000,\"count\":2,\"startTimestamp\":1388797200000},{\"length\":3600000,\"count\":2,\"startTimestamp\":1388793600000},{\"length\":3600000,\"count\":5,\"startTimestamp\":1388790000000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388786400000},{\"length\":3600000,\"count\":3,\"startTimestamp\":1388782800000},{\"length\":3600000,\"count\":3,\"startTimestamp\":1388779200000},{\"length\":3600000,\"count\":2,\"startTimestamp\":1388775600000},{\"length\":3600000,\"count\":6,\"startTimestamp\":1388772000000},{\"length\":3600000,\"count\":3,\"startTimestamp\":1388768400000},{\"length\":3600000,\"count\":3,\"startTimestamp\":1388764800000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388746800000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388739600000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388732400000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388725200000},{\"length\":3600000,\"count\":3,\"startTimestamp\":1388721600000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388718000000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388710800000},{\"length\":3600000,\"count\":2,\"startTimestamp\":1388707200000},{\"length\":3600000,\"count\":2,\"startTimestamp\":1388703600000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388700000000},{\"length\":3600000,\"count\":2,\"startTimestamp\":1388696400000},{\"length\":3600000,\"count\":5,\"startTimestamp\":1388692800000},{\"length\":3600000,\"count\":6,\"startTimestamp\":1388689200000},{\"length\":3600000,\"count\":11,\"startTimestamp\":1388685600000},{\"length\":3600000,\"count\":13,\"startTimestamp\":1388682000000},{\"length\":3600000,\"count\":2,\"startTimestamp\":1388678400000}],\"messageCount\":86,\"recordCount\":1}"
1455
+ http_version:
1456
+ recorded_at: Wed, 26 Mar 2014 13:50:04 GMT
1457
+ - request:
1458
+ method: get
1459
+ uri: https://api.sumologic.com/api/v1/search/jobs/7526045B667E2F3C
1460
+ body:
1461
+ encoding: US-ASCII
1462
+ string: ''
1463
+ headers:
1464
+ User-Agent:
1465
+ - excon/0.32.1
1466
+ Content-Type:
1467
+ - application/json
1468
+ Accept:
1469
+ - application/json
1470
+ response:
1471
+ status:
1472
+ code: 200
1473
+ message:
1474
+ headers:
1475
+ Content-Type:
1476
+ - application/json
1477
+ Date:
1478
+ - Wed, 26 Mar 2014 13:50:03 GMT
1479
+ Strict-Transport-Security:
1480
+ - max-age=15552000
1481
+ Content-Length:
1482
+ - '1986'
1483
+ Connection:
1484
+ - Close
1485
+ body:
1486
+ encoding: UTF-8
1487
+ string: "{\"state\":\"GATHERING RESULTS\",\"pendingWarnings\":[],\"pendingErrors\":[],\"histogramBuckets\":[{\"length\":3600000,\"count\":1,\"startTimestamp\":1388808000000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388804400000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388800800000},{\"length\":3600000,\"count\":2,\"startTimestamp\":1388797200000},{\"length\":3600000,\"count\":2,\"startTimestamp\":1388793600000},{\"length\":3600000,\"count\":5,\"startTimestamp\":1388790000000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388786400000},{\"length\":3600000,\"count\":3,\"startTimestamp\":1388782800000},{\"length\":3600000,\"count\":3,\"startTimestamp\":1388779200000},{\"length\":3600000,\"count\":2,\"startTimestamp\":1388775600000},{\"length\":3600000,\"count\":6,\"startTimestamp\":1388772000000},{\"length\":3600000,\"count\":3,\"startTimestamp\":1388768400000},{\"length\":3600000,\"count\":3,\"startTimestamp\":1388764800000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388746800000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388739600000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388732400000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388725200000},{\"length\":3600000,\"count\":3,\"startTimestamp\":1388721600000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388718000000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388710800000},{\"length\":3600000,\"count\":2,\"startTimestamp\":1388707200000},{\"length\":3600000,\"count\":2,\"startTimestamp\":1388703600000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388700000000},{\"length\":3600000,\"count\":2,\"startTimestamp\":1388696400000},{\"length\":3600000,\"count\":5,\"startTimestamp\":1388692800000},{\"length\":3600000,\"count\":6,\"startTimestamp\":1388689200000},{\"length\":3600000,\"count\":11,\"startTimestamp\":1388685600000},{\"length\":3600000,\"count\":13,\"startTimestamp\":1388682000000},{\"length\":3600000,\"count\":2,\"startTimestamp\":1388678400000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388649600000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388642400000}],\"messageCount\":88,\"recordCount\":1}"
1488
+ http_version:
1489
+ recorded_at: Wed, 26 Mar 2014 13:50:05 GMT
1490
+ - request:
1491
+ method: get
1492
+ uri: https://api.sumologic.com/api/v1/search/jobs/7526045B667E2F3C
1493
+ body:
1494
+ encoding: US-ASCII
1495
+ string: ''
1496
+ headers:
1497
+ User-Agent:
1498
+ - excon/0.32.1
1499
+ Content-Type:
1500
+ - application/json
1501
+ Accept:
1502
+ - application/json
1503
+ response:
1504
+ status:
1505
+ code: 200
1506
+ message:
1507
+ headers:
1508
+ Content-Type:
1509
+ - application/json
1510
+ Date:
1511
+ - Wed, 26 Mar 2014 13:50:04 GMT
1512
+ Strict-Transport-Security:
1513
+ - max-age=15552000
1514
+ Content-Length:
1515
+ - '1986'
1516
+ Connection:
1517
+ - Close
1518
+ body:
1519
+ encoding: UTF-8
1520
+ string: "{\"state\":\"GATHERING RESULTS\",\"pendingWarnings\":[],\"pendingErrors\":[],\"histogramBuckets\":[{\"length\":3600000,\"count\":1,\"startTimestamp\":1388808000000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388804400000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388800800000},{\"length\":3600000,\"count\":2,\"startTimestamp\":1388797200000},{\"length\":3600000,\"count\":2,\"startTimestamp\":1388793600000},{\"length\":3600000,\"count\":5,\"startTimestamp\":1388790000000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388786400000},{\"length\":3600000,\"count\":3,\"startTimestamp\":1388782800000},{\"length\":3600000,\"count\":3,\"startTimestamp\":1388779200000},{\"length\":3600000,\"count\":2,\"startTimestamp\":1388775600000},{\"length\":3600000,\"count\":6,\"startTimestamp\":1388772000000},{\"length\":3600000,\"count\":3,\"startTimestamp\":1388768400000},{\"length\":3600000,\"count\":3,\"startTimestamp\":1388764800000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388746800000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388739600000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388732400000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388725200000},{\"length\":3600000,\"count\":3,\"startTimestamp\":1388721600000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388718000000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388710800000},{\"length\":3600000,\"count\":2,\"startTimestamp\":1388707200000},{\"length\":3600000,\"count\":2,\"startTimestamp\":1388703600000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388700000000},{\"length\":3600000,\"count\":2,\"startTimestamp\":1388696400000},{\"length\":3600000,\"count\":5,\"startTimestamp\":1388692800000},{\"length\":3600000,\"count\":6,\"startTimestamp\":1388689200000},{\"length\":3600000,\"count\":11,\"startTimestamp\":1388685600000},{\"length\":3600000,\"count\":13,\"startTimestamp\":1388682000000},{\"length\":3600000,\"count\":2,\"startTimestamp\":1388678400000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388649600000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388642400000}],\"messageCount\":88,\"recordCount\":1}"
1521
+ http_version:
1522
+ recorded_at: Wed, 26 Mar 2014 13:50:05 GMT
1523
+ - request:
1524
+ method: get
1525
+ uri: https://api.sumologic.com/api/v1/search/jobs/7526045B667E2F3C
1526
+ body:
1527
+ encoding: US-ASCII
1528
+ string: ''
1529
+ headers:
1530
+ User-Agent:
1531
+ - excon/0.32.1
1532
+ Content-Type:
1533
+ - application/json
1534
+ Accept:
1535
+ - application/json
1536
+ response:
1537
+ status:
1538
+ code: 200
1539
+ message:
1540
+ headers:
1541
+ Content-Type:
1542
+ - application/json
1543
+ Date:
1544
+ - Wed, 26 Mar 2014 13:50:04 GMT
1545
+ Strict-Transport-Security:
1546
+ - max-age=15552000
1547
+ Content-Length:
1548
+ - '1986'
1549
+ Connection:
1550
+ - Close
1551
+ body:
1552
+ encoding: UTF-8
1553
+ string: "{\"state\":\"GATHERING RESULTS\",\"pendingWarnings\":[],\"pendingErrors\":[],\"histogramBuckets\":[{\"length\":3600000,\"count\":1,\"startTimestamp\":1388808000000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388804400000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388800800000},{\"length\":3600000,\"count\":2,\"startTimestamp\":1388797200000},{\"length\":3600000,\"count\":2,\"startTimestamp\":1388793600000},{\"length\":3600000,\"count\":5,\"startTimestamp\":1388790000000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388786400000},{\"length\":3600000,\"count\":3,\"startTimestamp\":1388782800000},{\"length\":3600000,\"count\":3,\"startTimestamp\":1388779200000},{\"length\":3600000,\"count\":2,\"startTimestamp\":1388775600000},{\"length\":3600000,\"count\":6,\"startTimestamp\":1388772000000},{\"length\":3600000,\"count\":3,\"startTimestamp\":1388768400000},{\"length\":3600000,\"count\":3,\"startTimestamp\":1388764800000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388746800000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388739600000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388732400000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388725200000},{\"length\":3600000,\"count\":3,\"startTimestamp\":1388721600000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388718000000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388710800000},{\"length\":3600000,\"count\":2,\"startTimestamp\":1388707200000},{\"length\":3600000,\"count\":2,\"startTimestamp\":1388703600000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388700000000},{\"length\":3600000,\"count\":2,\"startTimestamp\":1388696400000},{\"length\":3600000,\"count\":5,\"startTimestamp\":1388692800000},{\"length\":3600000,\"count\":6,\"startTimestamp\":1388689200000},{\"length\":3600000,\"count\":11,\"startTimestamp\":1388685600000},{\"length\":3600000,\"count\":13,\"startTimestamp\":1388682000000},{\"length\":3600000,\"count\":2,\"startTimestamp\":1388678400000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388649600000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388642400000}],\"messageCount\":88,\"recordCount\":1}"
1554
+ http_version:
1555
+ recorded_at: Wed, 26 Mar 2014 13:50:05 GMT
1556
+ - request:
1557
+ method: get
1558
+ uri: https://api.sumologic.com/api/v1/search/jobs/7526045B667E2F3C
1559
+ body:
1560
+ encoding: US-ASCII
1561
+ string: ''
1562
+ headers:
1563
+ User-Agent:
1564
+ - excon/0.32.1
1565
+ Content-Type:
1566
+ - application/json
1567
+ Accept:
1568
+ - application/json
1569
+ response:
1570
+ status:
1571
+ code: 200
1572
+ message:
1573
+ headers:
1574
+ Content-Type:
1575
+ - application/json
1576
+ Date:
1577
+ - Wed, 26 Mar 2014 13:50:04 GMT
1578
+ Strict-Transport-Security:
1579
+ - max-age=15552000
1580
+ Content-Length:
1581
+ - '1986'
1582
+ Connection:
1583
+ - Close
1584
+ body:
1585
+ encoding: UTF-8
1586
+ string: "{\"state\":\"GATHERING RESULTS\",\"pendingWarnings\":[],\"pendingErrors\":[],\"histogramBuckets\":[{\"length\":3600000,\"count\":1,\"startTimestamp\":1388808000000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388804400000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388800800000},{\"length\":3600000,\"count\":2,\"startTimestamp\":1388797200000},{\"length\":3600000,\"count\":2,\"startTimestamp\":1388793600000},{\"length\":3600000,\"count\":5,\"startTimestamp\":1388790000000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388786400000},{\"length\":3600000,\"count\":3,\"startTimestamp\":1388782800000},{\"length\":3600000,\"count\":3,\"startTimestamp\":1388779200000},{\"length\":3600000,\"count\":2,\"startTimestamp\":1388775600000},{\"length\":3600000,\"count\":6,\"startTimestamp\":1388772000000},{\"length\":3600000,\"count\":3,\"startTimestamp\":1388768400000},{\"length\":3600000,\"count\":3,\"startTimestamp\":1388764800000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388746800000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388739600000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388732400000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388725200000},{\"length\":3600000,\"count\":3,\"startTimestamp\":1388721600000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388718000000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388710800000},{\"length\":3600000,\"count\":2,\"startTimestamp\":1388707200000},{\"length\":3600000,\"count\":2,\"startTimestamp\":1388703600000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388700000000},{\"length\":3600000,\"count\":2,\"startTimestamp\":1388696400000},{\"length\":3600000,\"count\":5,\"startTimestamp\":1388692800000},{\"length\":3600000,\"count\":6,\"startTimestamp\":1388689200000},{\"length\":3600000,\"count\":11,\"startTimestamp\":1388685600000},{\"length\":3600000,\"count\":13,\"startTimestamp\":1388682000000},{\"length\":3600000,\"count\":2,\"startTimestamp\":1388678400000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388649600000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388642400000}],\"messageCount\":88,\"recordCount\":1}"
1587
+ http_version:
1588
+ recorded_at: Wed, 26 Mar 2014 13:50:05 GMT
1589
+ - request:
1590
+ method: get
1591
+ uri: https://api.sumologic.com/api/v1/search/jobs/7526045B667E2F3C
1592
+ body:
1593
+ encoding: US-ASCII
1594
+ string: ''
1595
+ headers:
1596
+ User-Agent:
1597
+ - excon/0.32.1
1598
+ Content-Type:
1599
+ - application/json
1600
+ Accept:
1601
+ - application/json
1602
+ response:
1603
+ status:
1604
+ code: 200
1605
+ message:
1606
+ headers:
1607
+ Content-Type:
1608
+ - application/json
1609
+ Date:
1610
+ - Wed, 26 Mar 2014 13:50:04 GMT
1611
+ Strict-Transport-Security:
1612
+ - max-age=15552000
1613
+ transfer-encoding:
1614
+ - ''
1615
+ Connection:
1616
+ - Close
1617
+ body:
1618
+ encoding: UTF-8
1619
+ string: "{\"state\":\"GATHERING RESULTS\",\"pendingWarnings\":[],\"pendingErrors\":[],\"histogramBuckets\":[{\"length\":3600000,\"count\":1,\"startTimestamp\":1388808000000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388804400000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388800800000},{\"length\":3600000,\"count\":2,\"startTimestamp\":1388797200000},{\"length\":3600000,\"count\":2,\"startTimestamp\":1388793600000},{\"length\":3600000,\"count\":5,\"startTimestamp\":1388790000000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388786400000},{\"length\":3600000,\"count\":3,\"startTimestamp\":1388782800000},{\"length\":3600000,\"count\":3,\"startTimestamp\":1388779200000},{\"length\":3600000,\"count\":2,\"startTimestamp\":1388775600000},{\"length\":3600000,\"count\":6,\"startTimestamp\":1388772000000},{\"length\":3600000,\"count\":3,\"startTimestamp\":1388768400000},{\"length\":3600000,\"count\":3,\"startTimestamp\":1388764800000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388746800000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388739600000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388732400000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388725200000},{\"length\":3600000,\"count\":3,\"startTimestamp\":1388721600000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388718000000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388710800000},{\"length\":3600000,\"count\":2,\"startTimestamp\":1388707200000},{\"length\":3600000,\"count\":2,\"startTimestamp\":1388703600000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388700000000},{\"length\":3600000,\"count\":2,\"startTimestamp\":1388696400000},{\"length\":3600000,\"count\":5,\"startTimestamp\":1388692800000},{\"length\":3600000,\"count\":6,\"startTimestamp\":1388689200000},{\"length\":3600000,\"count\":11,\"startTimestamp\":1388685600000},{\"length\":3600000,\"count\":13,\"startTimestamp\":1388682000000},{\"length\":3600000,\"count\":2,\"startTimestamp\":1388678400000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388649600000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388642400000}],\"messageCount\":88,\"recordCount\":1}"
1620
+ http_version:
1621
+ recorded_at: Wed, 26 Mar 2014 13:50:05 GMT
1622
+ - request:
1623
+ method: get
1624
+ uri: https://api.sumologic.com/api/v1/search/jobs/7526045B667E2F3C
1625
+ body:
1626
+ encoding: US-ASCII
1627
+ string: ''
1628
+ headers:
1629
+ User-Agent:
1630
+ - excon/0.32.1
1631
+ Content-Type:
1632
+ - application/json
1633
+ Accept:
1634
+ - application/json
1635
+ response:
1636
+ status:
1637
+ code: 200
1638
+ message:
1639
+ headers:
1640
+ Content-Type:
1641
+ - application/json
1642
+ Date:
1643
+ - Wed, 26 Mar 2014 13:50:04 GMT
1644
+ Strict-Transport-Security:
1645
+ - max-age=15552000
1646
+ transfer-encoding:
1647
+ - ''
1648
+ Connection:
1649
+ - Close
1650
+ body:
1651
+ encoding: UTF-8
1652
+ string: "{\"state\":\"GATHERING RESULTS\",\"pendingWarnings\":[],\"pendingErrors\":[],\"histogramBuckets\":[{\"length\":3600000,\"count\":1,\"startTimestamp\":1388808000000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388804400000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388800800000},{\"length\":3600000,\"count\":2,\"startTimestamp\":1388797200000},{\"length\":3600000,\"count\":2,\"startTimestamp\":1388793600000},{\"length\":3600000,\"count\":5,\"startTimestamp\":1388790000000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388786400000},{\"length\":3600000,\"count\":3,\"startTimestamp\":1388782800000},{\"length\":3600000,\"count\":3,\"startTimestamp\":1388779200000},{\"length\":3600000,\"count\":2,\"startTimestamp\":1388775600000},{\"length\":3600000,\"count\":6,\"startTimestamp\":1388772000000},{\"length\":3600000,\"count\":3,\"startTimestamp\":1388768400000},{\"length\":3600000,\"count\":3,\"startTimestamp\":1388764800000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388746800000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388739600000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388732400000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388725200000},{\"length\":3600000,\"count\":3,\"startTimestamp\":1388721600000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388718000000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388710800000},{\"length\":3600000,\"count\":2,\"startTimestamp\":1388707200000},{\"length\":3600000,\"count\":2,\"startTimestamp\":1388703600000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388700000000},{\"length\":3600000,\"count\":2,\"startTimestamp\":1388696400000},{\"length\":3600000,\"count\":5,\"startTimestamp\":1388692800000},{\"length\":3600000,\"count\":6,\"startTimestamp\":1388689200000},{\"length\":3600000,\"count\":11,\"startTimestamp\":1388685600000},{\"length\":3600000,\"count\":13,\"startTimestamp\":1388682000000},{\"length\":3600000,\"count\":2,\"startTimestamp\":1388678400000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388649600000},{\"length\":3600000,\"count\":4,\"startTimestamp\":1388642400000},{\"length\":3600000,\"count\":3,\"startTimestamp\":1388638800000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388635200000}],\"messageCount\":95,\"recordCount\":1}"
1653
+ http_version:
1654
+ recorded_at: Wed, 26 Mar 2014 13:50:05 GMT
1655
+ - request:
1656
+ method: get
1657
+ uri: https://api.sumologic.com/api/v1/search/jobs/7526045B667E2F3C
1658
+ body:
1659
+ encoding: US-ASCII
1660
+ string: ''
1661
+ headers:
1662
+ User-Agent:
1663
+ - excon/0.32.1
1664
+ Content-Type:
1665
+ - application/json
1666
+ Accept:
1667
+ - application/json
1668
+ response:
1669
+ status:
1670
+ code: 200
1671
+ message:
1672
+ headers:
1673
+ Content-Type:
1674
+ - application/json
1675
+ Date:
1676
+ - Wed, 26 Mar 2014 13:50:04 GMT
1677
+ Strict-Transport-Security:
1678
+ - max-age=15552000
1679
+ Content-Length:
1680
+ - '2106'
1681
+ Connection:
1682
+ - Close
1683
+ body:
1684
+ encoding: UTF-8
1685
+ string: "{\"state\":\"GATHERING RESULTS\",\"pendingWarnings\":[],\"pendingErrors\":[],\"histogramBuckets\":[{\"length\":3600000,\"count\":1,\"startTimestamp\":1388808000000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388804400000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388800800000},{\"length\":3600000,\"count\":2,\"startTimestamp\":1388797200000},{\"length\":3600000,\"count\":2,\"startTimestamp\":1388793600000},{\"length\":3600000,\"count\":5,\"startTimestamp\":1388790000000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388786400000},{\"length\":3600000,\"count\":3,\"startTimestamp\":1388782800000},{\"length\":3600000,\"count\":3,\"startTimestamp\":1388779200000},{\"length\":3600000,\"count\":2,\"startTimestamp\":1388775600000},{\"length\":3600000,\"count\":6,\"startTimestamp\":1388772000000},{\"length\":3600000,\"count\":3,\"startTimestamp\":1388768400000},{\"length\":3600000,\"count\":3,\"startTimestamp\":1388764800000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388746800000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388739600000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388732400000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388725200000},{\"length\":3600000,\"count\":3,\"startTimestamp\":1388721600000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388718000000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388710800000},{\"length\":3600000,\"count\":2,\"startTimestamp\":1388707200000},{\"length\":3600000,\"count\":2,\"startTimestamp\":1388703600000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388700000000},{\"length\":3600000,\"count\":2,\"startTimestamp\":1388696400000},{\"length\":3600000,\"count\":5,\"startTimestamp\":1388692800000},{\"length\":3600000,\"count\":6,\"startTimestamp\":1388689200000},{\"length\":3600000,\"count\":11,\"startTimestamp\":1388685600000},{\"length\":3600000,\"count\":13,\"startTimestamp\":1388682000000},{\"length\":3600000,\"count\":2,\"startTimestamp\":1388678400000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388649600000},{\"length\":3600000,\"count\":4,\"startTimestamp\":1388642400000},{\"length\":3600000,\"count\":3,\"startTimestamp\":1388638800000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388635200000}],\"messageCount\":95,\"recordCount\":1}"
1686
+ http_version:
1687
+ recorded_at: Wed, 26 Mar 2014 13:50:06 GMT
1688
+ - request:
1689
+ method: get
1690
+ uri: https://api.sumologic.com/api/v1/search/jobs/7526045B667E2F3C
1691
+ body:
1692
+ encoding: US-ASCII
1693
+ string: ''
1694
+ headers:
1695
+ User-Agent:
1696
+ - excon/0.32.1
1697
+ Content-Type:
1698
+ - application/json
1699
+ Accept:
1700
+ - application/json
1701
+ response:
1702
+ status:
1703
+ code: 200
1704
+ message:
1705
+ headers:
1706
+ Content-Type:
1707
+ - application/json
1708
+ Date:
1709
+ - Wed, 26 Mar 2014 13:50:05 GMT
1710
+ Strict-Transport-Security:
1711
+ - max-age=15552000
1712
+ Content-Length:
1713
+ - '2106'
1714
+ Connection:
1715
+ - Close
1716
+ body:
1717
+ encoding: UTF-8
1718
+ string: "{\"state\":\"GATHERING RESULTS\",\"pendingWarnings\":[],\"pendingErrors\":[],\"histogramBuckets\":[{\"length\":3600000,\"count\":1,\"startTimestamp\":1388808000000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388804400000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388800800000},{\"length\":3600000,\"count\":2,\"startTimestamp\":1388797200000},{\"length\":3600000,\"count\":2,\"startTimestamp\":1388793600000},{\"length\":3600000,\"count\":5,\"startTimestamp\":1388790000000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388786400000},{\"length\":3600000,\"count\":3,\"startTimestamp\":1388782800000},{\"length\":3600000,\"count\":3,\"startTimestamp\":1388779200000},{\"length\":3600000,\"count\":2,\"startTimestamp\":1388775600000},{\"length\":3600000,\"count\":6,\"startTimestamp\":1388772000000},{\"length\":3600000,\"count\":3,\"startTimestamp\":1388768400000},{\"length\":3600000,\"count\":3,\"startTimestamp\":1388764800000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388746800000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388739600000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388732400000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388725200000},{\"length\":3600000,\"count\":3,\"startTimestamp\":1388721600000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388718000000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388710800000},{\"length\":3600000,\"count\":2,\"startTimestamp\":1388707200000},{\"length\":3600000,\"count\":2,\"startTimestamp\":1388703600000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388700000000},{\"length\":3600000,\"count\":2,\"startTimestamp\":1388696400000},{\"length\":3600000,\"count\":5,\"startTimestamp\":1388692800000},{\"length\":3600000,\"count\":6,\"startTimestamp\":1388689200000},{\"length\":3600000,\"count\":11,\"startTimestamp\":1388685600000},{\"length\":3600000,\"count\":13,\"startTimestamp\":1388682000000},{\"length\":3600000,\"count\":2,\"startTimestamp\":1388678400000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388649600000},{\"length\":3600000,\"count\":4,\"startTimestamp\":1388642400000},{\"length\":3600000,\"count\":3,\"startTimestamp\":1388638800000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388635200000}],\"messageCount\":95,\"recordCount\":1}"
1719
+ http_version:
1720
+ recorded_at: Wed, 26 Mar 2014 13:50:06 GMT
1721
+ - request:
1722
+ method: get
1723
+ uri: https://api.sumologic.com/api/v1/search/jobs/7526045B667E2F3C
1724
+ body:
1725
+ encoding: US-ASCII
1726
+ string: ''
1727
+ headers:
1728
+ User-Agent:
1729
+ - excon/0.32.1
1730
+ Content-Type:
1731
+ - application/json
1732
+ Accept:
1733
+ - application/json
1734
+ response:
1735
+ status:
1736
+ code: 200
1737
+ message:
1738
+ headers:
1739
+ Content-Type:
1740
+ - application/json
1741
+ Date:
1742
+ - Wed, 26 Mar 2014 13:50:05 GMT
1743
+ Strict-Transport-Security:
1744
+ - max-age=15552000
1745
+ Content-Length:
1746
+ - '2106'
1747
+ Connection:
1748
+ - Close
1749
+ body:
1750
+ encoding: UTF-8
1751
+ string: "{\"state\":\"GATHERING RESULTS\",\"pendingWarnings\":[],\"pendingErrors\":[],\"histogramBuckets\":[{\"length\":3600000,\"count\":1,\"startTimestamp\":1388808000000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388804400000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388800800000},{\"length\":3600000,\"count\":2,\"startTimestamp\":1388797200000},{\"length\":3600000,\"count\":2,\"startTimestamp\":1388793600000},{\"length\":3600000,\"count\":5,\"startTimestamp\":1388790000000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388786400000},{\"length\":3600000,\"count\":3,\"startTimestamp\":1388782800000},{\"length\":3600000,\"count\":3,\"startTimestamp\":1388779200000},{\"length\":3600000,\"count\":2,\"startTimestamp\":1388775600000},{\"length\":3600000,\"count\":6,\"startTimestamp\":1388772000000},{\"length\":3600000,\"count\":3,\"startTimestamp\":1388768400000},{\"length\":3600000,\"count\":3,\"startTimestamp\":1388764800000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388746800000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388739600000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388732400000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388725200000},{\"length\":3600000,\"count\":3,\"startTimestamp\":1388721600000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388718000000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388710800000},{\"length\":3600000,\"count\":2,\"startTimestamp\":1388707200000},{\"length\":3600000,\"count\":2,\"startTimestamp\":1388703600000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388700000000},{\"length\":3600000,\"count\":2,\"startTimestamp\":1388696400000},{\"length\":3600000,\"count\":5,\"startTimestamp\":1388692800000},{\"length\":3600000,\"count\":6,\"startTimestamp\":1388689200000},{\"length\":3600000,\"count\":11,\"startTimestamp\":1388685600000},{\"length\":3600000,\"count\":13,\"startTimestamp\":1388682000000},{\"length\":3600000,\"count\":2,\"startTimestamp\":1388678400000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388649600000},{\"length\":3600000,\"count\":4,\"startTimestamp\":1388642400000},{\"length\":3600000,\"count\":3,\"startTimestamp\":1388638800000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388635200000}],\"messageCount\":95,\"recordCount\":1}"
1752
+ http_version:
1753
+ recorded_at: Wed, 26 Mar 2014 13:50:06 GMT
1754
+ - request:
1755
+ method: get
1756
+ uri: https://api.sumologic.com/api/v1/search/jobs/7526045B667E2F3C
1757
+ body:
1758
+ encoding: US-ASCII
1759
+ string: ''
1760
+ headers:
1761
+ User-Agent:
1762
+ - excon/0.32.1
1763
+ Content-Type:
1764
+ - application/json
1765
+ Accept:
1766
+ - application/json
1767
+ response:
1768
+ status:
1769
+ code: 200
1770
+ message:
1771
+ headers:
1772
+ Content-Type:
1773
+ - application/json
1774
+ Date:
1775
+ - Wed, 26 Mar 2014 13:50:05 GMT
1776
+ Strict-Transport-Security:
1777
+ - max-age=15552000
1778
+ Content-Length:
1779
+ - '2106'
1780
+ Connection:
1781
+ - Close
1782
+ body:
1783
+ encoding: UTF-8
1784
+ string: "{\"state\":\"GATHERING RESULTS\",\"pendingWarnings\":[],\"pendingErrors\":[],\"histogramBuckets\":[{\"length\":3600000,\"count\":1,\"startTimestamp\":1388808000000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388804400000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388800800000},{\"length\":3600000,\"count\":2,\"startTimestamp\":1388797200000},{\"length\":3600000,\"count\":2,\"startTimestamp\":1388793600000},{\"length\":3600000,\"count\":5,\"startTimestamp\":1388790000000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388786400000},{\"length\":3600000,\"count\":3,\"startTimestamp\":1388782800000},{\"length\":3600000,\"count\":3,\"startTimestamp\":1388779200000},{\"length\":3600000,\"count\":2,\"startTimestamp\":1388775600000},{\"length\":3600000,\"count\":6,\"startTimestamp\":1388772000000},{\"length\":3600000,\"count\":3,\"startTimestamp\":1388768400000},{\"length\":3600000,\"count\":3,\"startTimestamp\":1388764800000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388746800000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388739600000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388732400000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388725200000},{\"length\":3600000,\"count\":3,\"startTimestamp\":1388721600000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388718000000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388710800000},{\"length\":3600000,\"count\":2,\"startTimestamp\":1388707200000},{\"length\":3600000,\"count\":2,\"startTimestamp\":1388703600000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388700000000},{\"length\":3600000,\"count\":2,\"startTimestamp\":1388696400000},{\"length\":3600000,\"count\":5,\"startTimestamp\":1388692800000},{\"length\":3600000,\"count\":6,\"startTimestamp\":1388689200000},{\"length\":3600000,\"count\":11,\"startTimestamp\":1388685600000},{\"length\":3600000,\"count\":13,\"startTimestamp\":1388682000000},{\"length\":3600000,\"count\":2,\"startTimestamp\":1388678400000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388649600000},{\"length\":3600000,\"count\":4,\"startTimestamp\":1388642400000},{\"length\":3600000,\"count\":3,\"startTimestamp\":1388638800000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388635200000}],\"messageCount\":95,\"recordCount\":1}"
1785
+ http_version:
1786
+ recorded_at: Wed, 26 Mar 2014 13:50:06 GMT
1787
+ - request:
1788
+ method: get
1789
+ uri: https://api.sumologic.com/api/v1/search/jobs/7526045B667E2F3C
1790
+ body:
1791
+ encoding: US-ASCII
1792
+ string: ''
1793
+ headers:
1794
+ User-Agent:
1795
+ - excon/0.32.1
1796
+ Content-Type:
1797
+ - application/json
1798
+ Accept:
1799
+ - application/json
1800
+ response:
1801
+ status:
1802
+ code: 200
1803
+ message:
1804
+ headers:
1805
+ Content-Type:
1806
+ - application/json
1807
+ Date:
1808
+ - Wed, 26 Mar 2014 13:50:05 GMT
1809
+ Strict-Transport-Security:
1810
+ - max-age=15552000
1811
+ Content-Length:
1812
+ - '2106'
1813
+ Connection:
1814
+ - Close
1815
+ body:
1816
+ encoding: UTF-8
1817
+ string: "{\"state\":\"GATHERING RESULTS\",\"pendingWarnings\":[],\"pendingErrors\":[],\"histogramBuckets\":[{\"length\":3600000,\"count\":1,\"startTimestamp\":1388808000000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388804400000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388800800000},{\"length\":3600000,\"count\":2,\"startTimestamp\":1388797200000},{\"length\":3600000,\"count\":2,\"startTimestamp\":1388793600000},{\"length\":3600000,\"count\":5,\"startTimestamp\":1388790000000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388786400000},{\"length\":3600000,\"count\":3,\"startTimestamp\":1388782800000},{\"length\":3600000,\"count\":3,\"startTimestamp\":1388779200000},{\"length\":3600000,\"count\":2,\"startTimestamp\":1388775600000},{\"length\":3600000,\"count\":6,\"startTimestamp\":1388772000000},{\"length\":3600000,\"count\":3,\"startTimestamp\":1388768400000},{\"length\":3600000,\"count\":3,\"startTimestamp\":1388764800000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388746800000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388739600000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388732400000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388725200000},{\"length\":3600000,\"count\":3,\"startTimestamp\":1388721600000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388718000000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388710800000},{\"length\":3600000,\"count\":2,\"startTimestamp\":1388707200000},{\"length\":3600000,\"count\":2,\"startTimestamp\":1388703600000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388700000000},{\"length\":3600000,\"count\":2,\"startTimestamp\":1388696400000},{\"length\":3600000,\"count\":5,\"startTimestamp\":1388692800000},{\"length\":3600000,\"count\":6,\"startTimestamp\":1388689200000},{\"length\":3600000,\"count\":11,\"startTimestamp\":1388685600000},{\"length\":3600000,\"count\":13,\"startTimestamp\":1388682000000},{\"length\":3600000,\"count\":2,\"startTimestamp\":1388678400000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388649600000},{\"length\":3600000,\"count\":4,\"startTimestamp\":1388642400000},{\"length\":3600000,\"count\":3,\"startTimestamp\":1388638800000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388635200000}],\"messageCount\":95,\"recordCount\":1}"
1818
+ http_version:
1819
+ recorded_at: Wed, 26 Mar 2014 13:50:06 GMT
1820
+ - request:
1821
+ method: get
1822
+ uri: https://api.sumologic.com/api/v1/search/jobs/7526045B667E2F3C
1823
+ body:
1824
+ encoding: US-ASCII
1825
+ string: ''
1826
+ headers:
1827
+ User-Agent:
1828
+ - excon/0.32.1
1829
+ Content-Type:
1830
+ - application/json
1831
+ Accept:
1832
+ - application/json
1833
+ response:
1834
+ status:
1835
+ code: 200
1836
+ message:
1837
+ headers:
1838
+ Content-Type:
1839
+ - application/json
1840
+ Date:
1841
+ - Wed, 26 Mar 2014 13:50:05 GMT
1842
+ Strict-Transport-Security:
1843
+ - max-age=15552000
1844
+ Content-Length:
1845
+ - '2227'
1846
+ Connection:
1847
+ - Close
1848
+ body:
1849
+ encoding: UTF-8
1850
+ string: "{\"state\":\"GATHERING RESULTS\",\"pendingWarnings\":[],\"pendingErrors\":[],\"histogramBuckets\":[{\"length\":3600000,\"count\":1,\"startTimestamp\":1388808000000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388804400000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388800800000},{\"length\":3600000,\"count\":2,\"startTimestamp\":1388797200000},{\"length\":3600000,\"count\":2,\"startTimestamp\":1388793600000},{\"length\":3600000,\"count\":5,\"startTimestamp\":1388790000000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388786400000},{\"length\":3600000,\"count\":3,\"startTimestamp\":1388782800000},{\"length\":3600000,\"count\":3,\"startTimestamp\":1388779200000},{\"length\":3600000,\"count\":2,\"startTimestamp\":1388775600000},{\"length\":3600000,\"count\":6,\"startTimestamp\":1388772000000},{\"length\":3600000,\"count\":3,\"startTimestamp\":1388768400000},{\"length\":3600000,\"count\":3,\"startTimestamp\":1388764800000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388746800000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388739600000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388732400000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388725200000},{\"length\":3600000,\"count\":3,\"startTimestamp\":1388721600000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388718000000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388710800000},{\"length\":3600000,\"count\":2,\"startTimestamp\":1388707200000},{\"length\":3600000,\"count\":2,\"startTimestamp\":1388703600000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388700000000},{\"length\":3600000,\"count\":2,\"startTimestamp\":1388696400000},{\"length\":3600000,\"count\":5,\"startTimestamp\":1388692800000},{\"length\":3600000,\"count\":6,\"startTimestamp\":1388689200000},{\"length\":3600000,\"count\":11,\"startTimestamp\":1388685600000},{\"length\":3600000,\"count\":13,\"startTimestamp\":1388682000000},{\"length\":3600000,\"count\":2,\"startTimestamp\":1388678400000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388649600000},{\"length\":3600000,\"count\":4,\"startTimestamp\":1388642400000},{\"length\":3600000,\"count\":3,\"startTimestamp\":1388638800000},{\"length\":3600000,\"count\":2,\"startTimestamp\":1388635200000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388624400000},{\"length\":3600000,\"count\":4,\"startTimestamp\":1388620800000}],\"messageCount\":101,\"recordCount\":1}"
1851
+ http_version:
1852
+ recorded_at: Wed, 26 Mar 2014 13:50:06 GMT
1853
+ - request:
1854
+ method: get
1855
+ uri: https://api.sumologic.com/api/v1/search/jobs/7526045B667E2F3C
1856
+ body:
1857
+ encoding: US-ASCII
1858
+ string: ''
1859
+ headers:
1860
+ User-Agent:
1861
+ - excon/0.32.1
1862
+ Content-Type:
1863
+ - application/json
1864
+ Accept:
1865
+ - application/json
1866
+ response:
1867
+ status:
1868
+ code: 200
1869
+ message:
1870
+ headers:
1871
+ Content-Type:
1872
+ - application/json
1873
+ Date:
1874
+ - Wed, 26 Mar 2014 13:50:05 GMT
1875
+ Strict-Transport-Security:
1876
+ - max-age=15552000
1877
+ Content-Length:
1878
+ - '2227'
1879
+ Connection:
1880
+ - Close
1881
+ body:
1882
+ encoding: UTF-8
1883
+ string: "{\"state\":\"GATHERING RESULTS\",\"pendingWarnings\":[],\"pendingErrors\":[],\"histogramBuckets\":[{\"length\":3600000,\"count\":1,\"startTimestamp\":1388808000000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388804400000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388800800000},{\"length\":3600000,\"count\":2,\"startTimestamp\":1388797200000},{\"length\":3600000,\"count\":2,\"startTimestamp\":1388793600000},{\"length\":3600000,\"count\":5,\"startTimestamp\":1388790000000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388786400000},{\"length\":3600000,\"count\":3,\"startTimestamp\":1388782800000},{\"length\":3600000,\"count\":3,\"startTimestamp\":1388779200000},{\"length\":3600000,\"count\":2,\"startTimestamp\":1388775600000},{\"length\":3600000,\"count\":6,\"startTimestamp\":1388772000000},{\"length\":3600000,\"count\":3,\"startTimestamp\":1388768400000},{\"length\":3600000,\"count\":3,\"startTimestamp\":1388764800000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388746800000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388739600000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388732400000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388725200000},{\"length\":3600000,\"count\":3,\"startTimestamp\":1388721600000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388718000000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388710800000},{\"length\":3600000,\"count\":2,\"startTimestamp\":1388707200000},{\"length\":3600000,\"count\":2,\"startTimestamp\":1388703600000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388700000000},{\"length\":3600000,\"count\":2,\"startTimestamp\":1388696400000},{\"length\":3600000,\"count\":5,\"startTimestamp\":1388692800000},{\"length\":3600000,\"count\":6,\"startTimestamp\":1388689200000},{\"length\":3600000,\"count\":11,\"startTimestamp\":1388685600000},{\"length\":3600000,\"count\":13,\"startTimestamp\":1388682000000},{\"length\":3600000,\"count\":2,\"startTimestamp\":1388678400000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388649600000},{\"length\":3600000,\"count\":4,\"startTimestamp\":1388642400000},{\"length\":3600000,\"count\":3,\"startTimestamp\":1388638800000},{\"length\":3600000,\"count\":2,\"startTimestamp\":1388635200000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388624400000},{\"length\":3600000,\"count\":4,\"startTimestamp\":1388620800000}],\"messageCount\":101,\"recordCount\":1}"
1884
+ http_version:
1885
+ recorded_at: Wed, 26 Mar 2014 13:50:07 GMT
1886
+ - request:
1887
+ method: get
1888
+ uri: https://api.sumologic.com/api/v1/search/jobs/7526045B667E2F3C
1889
+ body:
1890
+ encoding: US-ASCII
1891
+ string: ''
1892
+ headers:
1893
+ User-Agent:
1894
+ - excon/0.32.1
1895
+ Content-Type:
1896
+ - application/json
1897
+ Accept:
1898
+ - application/json
1899
+ response:
1900
+ status:
1901
+ code: 200
1902
+ message:
1903
+ headers:
1904
+ Content-Type:
1905
+ - application/json
1906
+ Date:
1907
+ - Wed, 26 Mar 2014 13:50:06 GMT
1908
+ Strict-Transport-Security:
1909
+ - max-age=15552000
1910
+ transfer-encoding:
1911
+ - ''
1912
+ Connection:
1913
+ - Close
1914
+ body:
1915
+ encoding: UTF-8
1916
+ string: "{\"state\":\"GATHERING RESULTS\",\"pendingWarnings\":[],\"pendingErrors\":[],\"histogramBuckets\":[{\"length\":3600000,\"count\":1,\"startTimestamp\":1388808000000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388804400000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388800800000},{\"length\":3600000,\"count\":2,\"startTimestamp\":1388797200000},{\"length\":3600000,\"count\":2,\"startTimestamp\":1388793600000},{\"length\":3600000,\"count\":5,\"startTimestamp\":1388790000000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388786400000},{\"length\":3600000,\"count\":3,\"startTimestamp\":1388782800000},{\"length\":3600000,\"count\":3,\"startTimestamp\":1388779200000},{\"length\":3600000,\"count\":2,\"startTimestamp\":1388775600000},{\"length\":3600000,\"count\":6,\"startTimestamp\":1388772000000},{\"length\":3600000,\"count\":3,\"startTimestamp\":1388768400000},{\"length\":3600000,\"count\":3,\"startTimestamp\":1388764800000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388746800000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388739600000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388732400000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388725200000},{\"length\":3600000,\"count\":3,\"startTimestamp\":1388721600000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388718000000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388710800000},{\"length\":3600000,\"count\":2,\"startTimestamp\":1388707200000},{\"length\":3600000,\"count\":2,\"startTimestamp\":1388703600000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388700000000},{\"length\":3600000,\"count\":2,\"startTimestamp\":1388696400000},{\"length\":3600000,\"count\":5,\"startTimestamp\":1388692800000},{\"length\":3600000,\"count\":6,\"startTimestamp\":1388689200000},{\"length\":3600000,\"count\":11,\"startTimestamp\":1388685600000},{\"length\":3600000,\"count\":13,\"startTimestamp\":1388682000000},{\"length\":3600000,\"count\":2,\"startTimestamp\":1388678400000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388649600000},{\"length\":3600000,\"count\":4,\"startTimestamp\":1388642400000},{\"length\":3600000,\"count\":3,\"startTimestamp\":1388638800000},{\"length\":3600000,\"count\":2,\"startTimestamp\":1388635200000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388624400000},{\"length\":3600000,\"count\":4,\"startTimestamp\":1388620800000}],\"messageCount\":101,\"recordCount\":1}"
1917
+ http_version:
1918
+ recorded_at: Wed, 26 Mar 2014 13:50:07 GMT
1919
+ - request:
1920
+ method: get
1921
+ uri: https://api.sumologic.com/api/v1/search/jobs/7526045B667E2F3C
1922
+ body:
1923
+ encoding: US-ASCII
1924
+ string: ''
1925
+ headers:
1926
+ User-Agent:
1927
+ - excon/0.32.1
1928
+ Content-Type:
1929
+ - application/json
1930
+ Accept:
1931
+ - application/json
1932
+ response:
1933
+ status:
1934
+ code: 200
1935
+ message:
1936
+ headers:
1937
+ Content-Type:
1938
+ - application/json
1939
+ Date:
1940
+ - Wed, 26 Mar 2014 13:50:06 GMT
1941
+ Strict-Transport-Security:
1942
+ - max-age=15552000
1943
+ Content-Length:
1944
+ - '2227'
1945
+ Connection:
1946
+ - Close
1947
+ body:
1948
+ encoding: UTF-8
1949
+ string: "{\"state\":\"GATHERING RESULTS\",\"pendingWarnings\":[],\"pendingErrors\":[],\"histogramBuckets\":[{\"length\":3600000,\"count\":1,\"startTimestamp\":1388808000000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388804400000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388800800000},{\"length\":3600000,\"count\":2,\"startTimestamp\":1388797200000},{\"length\":3600000,\"count\":2,\"startTimestamp\":1388793600000},{\"length\":3600000,\"count\":5,\"startTimestamp\":1388790000000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388786400000},{\"length\":3600000,\"count\":3,\"startTimestamp\":1388782800000},{\"length\":3600000,\"count\":3,\"startTimestamp\":1388779200000},{\"length\":3600000,\"count\":2,\"startTimestamp\":1388775600000},{\"length\":3600000,\"count\":6,\"startTimestamp\":1388772000000},{\"length\":3600000,\"count\":3,\"startTimestamp\":1388768400000},{\"length\":3600000,\"count\":3,\"startTimestamp\":1388764800000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388746800000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388739600000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388732400000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388725200000},{\"length\":3600000,\"count\":3,\"startTimestamp\":1388721600000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388718000000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388710800000},{\"length\":3600000,\"count\":2,\"startTimestamp\":1388707200000},{\"length\":3600000,\"count\":2,\"startTimestamp\":1388703600000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388700000000},{\"length\":3600000,\"count\":2,\"startTimestamp\":1388696400000},{\"length\":3600000,\"count\":5,\"startTimestamp\":1388692800000},{\"length\":3600000,\"count\":6,\"startTimestamp\":1388689200000},{\"length\":3600000,\"count\":11,\"startTimestamp\":1388685600000},{\"length\":3600000,\"count\":13,\"startTimestamp\":1388682000000},{\"length\":3600000,\"count\":2,\"startTimestamp\":1388678400000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388649600000},{\"length\":3600000,\"count\":4,\"startTimestamp\":1388642400000},{\"length\":3600000,\"count\":3,\"startTimestamp\":1388638800000},{\"length\":3600000,\"count\":2,\"startTimestamp\":1388635200000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388624400000},{\"length\":3600000,\"count\":4,\"startTimestamp\":1388620800000}],\"messageCount\":101,\"recordCount\":1}"
1950
+ http_version:
1951
+ recorded_at: Wed, 26 Mar 2014 13:50:07 GMT
1952
+ - request:
1953
+ method: get
1954
+ uri: https://api.sumologic.com/api/v1/search/jobs/7526045B667E2F3C
1955
+ body:
1956
+ encoding: US-ASCII
1957
+ string: ''
1958
+ headers:
1959
+ User-Agent:
1960
+ - excon/0.32.1
1961
+ Content-Type:
1962
+ - application/json
1963
+ Accept:
1964
+ - application/json
1965
+ response:
1966
+ status:
1967
+ code: 200
1968
+ message:
1969
+ headers:
1970
+ Content-Type:
1971
+ - application/json
1972
+ Date:
1973
+ - Wed, 26 Mar 2014 13:50:06 GMT
1974
+ Strict-Transport-Security:
1975
+ - max-age=15552000
1976
+ Content-Length:
1977
+ - '2227'
1978
+ Connection:
1979
+ - Close
1980
+ body:
1981
+ encoding: UTF-8
1982
+ string: "{\"state\":\"GATHERING RESULTS\",\"pendingWarnings\":[],\"pendingErrors\":[],\"histogramBuckets\":[{\"length\":3600000,\"count\":1,\"startTimestamp\":1388808000000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388804400000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388800800000},{\"length\":3600000,\"count\":2,\"startTimestamp\":1388797200000},{\"length\":3600000,\"count\":2,\"startTimestamp\":1388793600000},{\"length\":3600000,\"count\":5,\"startTimestamp\":1388790000000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388786400000},{\"length\":3600000,\"count\":3,\"startTimestamp\":1388782800000},{\"length\":3600000,\"count\":3,\"startTimestamp\":1388779200000},{\"length\":3600000,\"count\":2,\"startTimestamp\":1388775600000},{\"length\":3600000,\"count\":6,\"startTimestamp\":1388772000000},{\"length\":3600000,\"count\":3,\"startTimestamp\":1388768400000},{\"length\":3600000,\"count\":3,\"startTimestamp\":1388764800000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388746800000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388739600000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388732400000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388725200000},{\"length\":3600000,\"count\":3,\"startTimestamp\":1388721600000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388718000000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388710800000},{\"length\":3600000,\"count\":2,\"startTimestamp\":1388707200000},{\"length\":3600000,\"count\":2,\"startTimestamp\":1388703600000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388700000000},{\"length\":3600000,\"count\":2,\"startTimestamp\":1388696400000},{\"length\":3600000,\"count\":5,\"startTimestamp\":1388692800000},{\"length\":3600000,\"count\":6,\"startTimestamp\":1388689200000},{\"length\":3600000,\"count\":11,\"startTimestamp\":1388685600000},{\"length\":3600000,\"count\":13,\"startTimestamp\":1388682000000},{\"length\":3600000,\"count\":2,\"startTimestamp\":1388678400000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388649600000},{\"length\":3600000,\"count\":4,\"startTimestamp\":1388642400000},{\"length\":3600000,\"count\":3,\"startTimestamp\":1388638800000},{\"length\":3600000,\"count\":2,\"startTimestamp\":1388635200000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388624400000},{\"length\":3600000,\"count\":4,\"startTimestamp\":1388620800000}],\"messageCount\":101,\"recordCount\":1}"
1983
+ http_version:
1984
+ recorded_at: Wed, 26 Mar 2014 13:50:07 GMT
1985
+ - request:
1986
+ method: get
1987
+ uri: https://api.sumologic.com/api/v1/search/jobs/7526045B667E2F3C
1988
+ body:
1989
+ encoding: US-ASCII
1990
+ string: ''
1991
+ headers:
1992
+ User-Agent:
1993
+ - excon/0.32.1
1994
+ Content-Type:
1995
+ - application/json
1996
+ Accept:
1997
+ - application/json
1998
+ response:
1999
+ status:
2000
+ code: 200
2001
+ message:
2002
+ headers:
2003
+ Content-Type:
2004
+ - application/json
2005
+ Date:
2006
+ - Wed, 26 Mar 2014 13:50:06 GMT
2007
+ Strict-Transport-Security:
2008
+ - max-age=15552000
2009
+ Content-Length:
2010
+ - '2227'
2011
+ Connection:
2012
+ - Close
2013
+ body:
2014
+ encoding: UTF-8
2015
+ string: "{\"state\":\"GATHERING RESULTS\",\"pendingWarnings\":[],\"pendingErrors\":[],\"histogramBuckets\":[{\"length\":3600000,\"count\":1,\"startTimestamp\":1388808000000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388804400000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388800800000},{\"length\":3600000,\"count\":2,\"startTimestamp\":1388797200000},{\"length\":3600000,\"count\":2,\"startTimestamp\":1388793600000},{\"length\":3600000,\"count\":5,\"startTimestamp\":1388790000000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388786400000},{\"length\":3600000,\"count\":3,\"startTimestamp\":1388782800000},{\"length\":3600000,\"count\":3,\"startTimestamp\":1388779200000},{\"length\":3600000,\"count\":2,\"startTimestamp\":1388775600000},{\"length\":3600000,\"count\":6,\"startTimestamp\":1388772000000},{\"length\":3600000,\"count\":3,\"startTimestamp\":1388768400000},{\"length\":3600000,\"count\":3,\"startTimestamp\":1388764800000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388746800000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388739600000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388732400000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388725200000},{\"length\":3600000,\"count\":3,\"startTimestamp\":1388721600000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388718000000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388710800000},{\"length\":3600000,\"count\":2,\"startTimestamp\":1388707200000},{\"length\":3600000,\"count\":2,\"startTimestamp\":1388703600000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388700000000},{\"length\":3600000,\"count\":2,\"startTimestamp\":1388696400000},{\"length\":3600000,\"count\":5,\"startTimestamp\":1388692800000},{\"length\":3600000,\"count\":6,\"startTimestamp\":1388689200000},{\"length\":3600000,\"count\":11,\"startTimestamp\":1388685600000},{\"length\":3600000,\"count\":13,\"startTimestamp\":1388682000000},{\"length\":3600000,\"count\":2,\"startTimestamp\":1388678400000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388649600000},{\"length\":3600000,\"count\":4,\"startTimestamp\":1388642400000},{\"length\":3600000,\"count\":3,\"startTimestamp\":1388638800000},{\"length\":3600000,\"count\":2,\"startTimestamp\":1388635200000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388624400000},{\"length\":3600000,\"count\":4,\"startTimestamp\":1388620800000}],\"messageCount\":101,\"recordCount\":1}"
2016
+ http_version:
2017
+ recorded_at: Wed, 26 Mar 2014 13:50:07 GMT
2018
+ - request:
2019
+ method: get
2020
+ uri: https://api.sumologic.com/api/v1/search/jobs/7526045B667E2F3C
2021
+ body:
2022
+ encoding: US-ASCII
2023
+ string: ''
2024
+ headers:
2025
+ User-Agent:
2026
+ - excon/0.32.1
2027
+ Content-Type:
2028
+ - application/json
2029
+ Accept:
2030
+ - application/json
2031
+ response:
2032
+ status:
2033
+ code: 200
2034
+ message:
2035
+ headers:
2036
+ Content-Type:
2037
+ - application/json
2038
+ Date:
2039
+ - Wed, 26 Mar 2014 13:50:06 GMT
2040
+ Strict-Transport-Security:
2041
+ - max-age=15552000
2042
+ Content-Length:
2043
+ - '2227'
2044
+ Connection:
2045
+ - Close
2046
+ body:
2047
+ encoding: UTF-8
2048
+ string: "{\"state\":\"GATHERING RESULTS\",\"pendingWarnings\":[],\"pendingErrors\":[],\"histogramBuckets\":[{\"length\":3600000,\"count\":1,\"startTimestamp\":1388808000000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388804400000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388800800000},{\"length\":3600000,\"count\":2,\"startTimestamp\":1388797200000},{\"length\":3600000,\"count\":2,\"startTimestamp\":1388793600000},{\"length\":3600000,\"count\":5,\"startTimestamp\":1388790000000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388786400000},{\"length\":3600000,\"count\":3,\"startTimestamp\":1388782800000},{\"length\":3600000,\"count\":3,\"startTimestamp\":1388779200000},{\"length\":3600000,\"count\":2,\"startTimestamp\":1388775600000},{\"length\":3600000,\"count\":6,\"startTimestamp\":1388772000000},{\"length\":3600000,\"count\":3,\"startTimestamp\":1388768400000},{\"length\":3600000,\"count\":3,\"startTimestamp\":1388764800000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388746800000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388739600000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388732400000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388725200000},{\"length\":3600000,\"count\":3,\"startTimestamp\":1388721600000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388718000000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388710800000},{\"length\":3600000,\"count\":2,\"startTimestamp\":1388707200000},{\"length\":3600000,\"count\":2,\"startTimestamp\":1388703600000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388700000000},{\"length\":3600000,\"count\":2,\"startTimestamp\":1388696400000},{\"length\":3600000,\"count\":5,\"startTimestamp\":1388692800000},{\"length\":3600000,\"count\":6,\"startTimestamp\":1388689200000},{\"length\":3600000,\"count\":11,\"startTimestamp\":1388685600000},{\"length\":3600000,\"count\":13,\"startTimestamp\":1388682000000},{\"length\":3600000,\"count\":2,\"startTimestamp\":1388678400000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388649600000},{\"length\":3600000,\"count\":4,\"startTimestamp\":1388642400000},{\"length\":3600000,\"count\":3,\"startTimestamp\":1388638800000},{\"length\":3600000,\"count\":2,\"startTimestamp\":1388635200000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388624400000},{\"length\":3600000,\"count\":4,\"startTimestamp\":1388620800000}],\"messageCount\":101,\"recordCount\":1}"
2049
+ http_version:
2050
+ recorded_at: Wed, 26 Mar 2014 13:50:07 GMT
2051
+ - request:
2052
+ method: get
2053
+ uri: https://api.sumologic.com/api/v1/search/jobs/7526045B667E2F3C
2054
+ body:
2055
+ encoding: US-ASCII
2056
+ string: ''
2057
+ headers:
2058
+ User-Agent:
2059
+ - excon/0.32.1
2060
+ Content-Type:
2061
+ - application/json
2062
+ Accept:
2063
+ - application/json
2064
+ response:
2065
+ status:
2066
+ code: 200
2067
+ message:
2068
+ headers:
2069
+ Content-Type:
2070
+ - application/json
2071
+ Date:
2072
+ - Wed, 26 Mar 2014 13:50:06 GMT
2073
+ Strict-Transport-Security:
2074
+ - max-age=15552000
2075
+ Content-Length:
2076
+ - '2407'
2077
+ Connection:
2078
+ - Close
2079
+ body:
2080
+ encoding: UTF-8
2081
+ string: "{\"state\":\"GATHERING RESULTS\",\"pendingWarnings\":[],\"pendingErrors\":[],\"histogramBuckets\":[{\"length\":3600000,\"count\":1,\"startTimestamp\":1388808000000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388804400000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388800800000},{\"length\":3600000,\"count\":2,\"startTimestamp\":1388797200000},{\"length\":3600000,\"count\":2,\"startTimestamp\":1388793600000},{\"length\":3600000,\"count\":5,\"startTimestamp\":1388790000000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388786400000},{\"length\":3600000,\"count\":3,\"startTimestamp\":1388782800000},{\"length\":3600000,\"count\":3,\"startTimestamp\":1388779200000},{\"length\":3600000,\"count\":2,\"startTimestamp\":1388775600000},{\"length\":3600000,\"count\":6,\"startTimestamp\":1388772000000},{\"length\":3600000,\"count\":3,\"startTimestamp\":1388768400000},{\"length\":3600000,\"count\":3,\"startTimestamp\":1388764800000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388746800000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388739600000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388732400000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388725200000},{\"length\":3600000,\"count\":3,\"startTimestamp\":1388721600000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388718000000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388710800000},{\"length\":3600000,\"count\":2,\"startTimestamp\":1388707200000},{\"length\":3600000,\"count\":2,\"startTimestamp\":1388703600000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388700000000},{\"length\":3600000,\"count\":2,\"startTimestamp\":1388696400000},{\"length\":3600000,\"count\":5,\"startTimestamp\":1388692800000},{\"length\":3600000,\"count\":6,\"startTimestamp\":1388689200000},{\"length\":3600000,\"count\":11,\"startTimestamp\":1388685600000},{\"length\":3600000,\"count\":13,\"startTimestamp\":1388682000000},{\"length\":3600000,\"count\":2,\"startTimestamp\":1388678400000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388649600000},{\"length\":3600000,\"count\":4,\"startTimestamp\":1388642400000},{\"length\":3600000,\"count\":3,\"startTimestamp\":1388638800000},{\"length\":3600000,\"count\":2,\"startTimestamp\":1388635200000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388624400000},{\"length\":3600000,\"count\":4,\"startTimestamp\":1388620800000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388617200000},{\"length\":3600000,\"count\":2,\"startTimestamp\":1388613600000},{\"length\":3600000,\"count\":7,\"startTimestamp\":1388610000000}],\"messageCount\":111,\"recordCount\":1}"
2082
+ http_version:
2083
+ recorded_at: Wed, 26 Mar 2014 13:50:08 GMT
2084
+ - request:
2085
+ method: get
2086
+ uri: https://api.sumologic.com/api/v1/search/jobs/7526045B667E2F3C
2087
+ body:
2088
+ encoding: US-ASCII
2089
+ string: ''
2090
+ headers:
2091
+ User-Agent:
2092
+ - excon/0.32.1
2093
+ Content-Type:
2094
+ - application/json
2095
+ Accept:
2096
+ - application/json
2097
+ response:
2098
+ status:
2099
+ code: 200
2100
+ message:
2101
+ headers:
2102
+ Content-Type:
2103
+ - application/json
2104
+ Date:
2105
+ - Wed, 26 Mar 2014 13:50:07 GMT
2106
+ Strict-Transport-Security:
2107
+ - max-age=15552000
2108
+ transfer-encoding:
2109
+ - ''
2110
+ Connection:
2111
+ - Close
2112
+ body:
2113
+ encoding: UTF-8
2114
+ string: "{\"state\":\"GATHERING RESULTS\",\"pendingWarnings\":[],\"pendingErrors\":[],\"histogramBuckets\":[{\"length\":3600000,\"count\":1,\"startTimestamp\":1388808000000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388804400000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388800800000},{\"length\":3600000,\"count\":2,\"startTimestamp\":1388797200000},{\"length\":3600000,\"count\":2,\"startTimestamp\":1388793600000},{\"length\":3600000,\"count\":5,\"startTimestamp\":1388790000000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388786400000},{\"length\":3600000,\"count\":3,\"startTimestamp\":1388782800000},{\"length\":3600000,\"count\":3,\"startTimestamp\":1388779200000},{\"length\":3600000,\"count\":2,\"startTimestamp\":1388775600000},{\"length\":3600000,\"count\":6,\"startTimestamp\":1388772000000},{\"length\":3600000,\"count\":3,\"startTimestamp\":1388768400000},{\"length\":3600000,\"count\":3,\"startTimestamp\":1388764800000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388746800000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388739600000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388732400000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388725200000},{\"length\":3600000,\"count\":3,\"startTimestamp\":1388721600000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388718000000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388710800000},{\"length\":3600000,\"count\":2,\"startTimestamp\":1388707200000},{\"length\":3600000,\"count\":2,\"startTimestamp\":1388703600000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388700000000},{\"length\":3600000,\"count\":2,\"startTimestamp\":1388696400000},{\"length\":3600000,\"count\":5,\"startTimestamp\":1388692800000},{\"length\":3600000,\"count\":6,\"startTimestamp\":1388689200000},{\"length\":3600000,\"count\":11,\"startTimestamp\":1388685600000},{\"length\":3600000,\"count\":13,\"startTimestamp\":1388682000000},{\"length\":3600000,\"count\":2,\"startTimestamp\":1388678400000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388649600000},{\"length\":3600000,\"count\":4,\"startTimestamp\":1388642400000},{\"length\":3600000,\"count\":3,\"startTimestamp\":1388638800000},{\"length\":3600000,\"count\":2,\"startTimestamp\":1388635200000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388624400000},{\"length\":3600000,\"count\":4,\"startTimestamp\":1388620800000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388617200000},{\"length\":3600000,\"count\":2,\"startTimestamp\":1388613600000},{\"length\":3600000,\"count\":7,\"startTimestamp\":1388610000000}],\"messageCount\":111,\"recordCount\":1}"
2115
+ http_version:
2116
+ recorded_at: Wed, 26 Mar 2014 13:50:08 GMT
2117
+ - request:
2118
+ method: get
2119
+ uri: https://api.sumologic.com/api/v1/search/jobs/7526045B667E2F3C
2120
+ body:
2121
+ encoding: US-ASCII
2122
+ string: ''
2123
+ headers:
2124
+ User-Agent:
2125
+ - excon/0.32.1
2126
+ Content-Type:
2127
+ - application/json
2128
+ Accept:
2129
+ - application/json
2130
+ response:
2131
+ status:
2132
+ code: 200
2133
+ message:
2134
+ headers:
2135
+ Content-Type:
2136
+ - application/json
2137
+ Date:
2138
+ - Wed, 26 Mar 2014 13:50:07 GMT
2139
+ Strict-Transport-Security:
2140
+ - max-age=15552000
2141
+ transfer-encoding:
2142
+ - ''
2143
+ Connection:
2144
+ - Close
2145
+ body:
2146
+ encoding: UTF-8
2147
+ string: "{\"state\":\"GATHERING RESULTS\",\"pendingWarnings\":[],\"pendingErrors\":[],\"histogramBuckets\":[{\"length\":3600000,\"count\":1,\"startTimestamp\":1388808000000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388804400000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388800800000},{\"length\":3600000,\"count\":2,\"startTimestamp\":1388797200000},{\"length\":3600000,\"count\":2,\"startTimestamp\":1388793600000},{\"length\":3600000,\"count\":5,\"startTimestamp\":1388790000000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388786400000},{\"length\":3600000,\"count\":3,\"startTimestamp\":1388782800000},{\"length\":3600000,\"count\":3,\"startTimestamp\":1388779200000},{\"length\":3600000,\"count\":2,\"startTimestamp\":1388775600000},{\"length\":3600000,\"count\":6,\"startTimestamp\":1388772000000},{\"length\":3600000,\"count\":3,\"startTimestamp\":1388768400000},{\"length\":3600000,\"count\":3,\"startTimestamp\":1388764800000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388746800000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388739600000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388732400000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388725200000},{\"length\":3600000,\"count\":3,\"startTimestamp\":1388721600000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388718000000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388710800000},{\"length\":3600000,\"count\":2,\"startTimestamp\":1388707200000},{\"length\":3600000,\"count\":2,\"startTimestamp\":1388703600000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388700000000},{\"length\":3600000,\"count\":2,\"startTimestamp\":1388696400000},{\"length\":3600000,\"count\":5,\"startTimestamp\":1388692800000},{\"length\":3600000,\"count\":6,\"startTimestamp\":1388689200000},{\"length\":3600000,\"count\":11,\"startTimestamp\":1388685600000},{\"length\":3600000,\"count\":13,\"startTimestamp\":1388682000000},{\"length\":3600000,\"count\":2,\"startTimestamp\":1388678400000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388649600000},{\"length\":3600000,\"count\":4,\"startTimestamp\":1388642400000},{\"length\":3600000,\"count\":3,\"startTimestamp\":1388638800000},{\"length\":3600000,\"count\":2,\"startTimestamp\":1388635200000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388624400000},{\"length\":3600000,\"count\":4,\"startTimestamp\":1388620800000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388617200000},{\"length\":3600000,\"count\":2,\"startTimestamp\":1388613600000},{\"length\":3600000,\"count\":7,\"startTimestamp\":1388610000000}],\"messageCount\":111,\"recordCount\":1}"
2148
+ http_version:
2149
+ recorded_at: Wed, 26 Mar 2014 13:50:08 GMT
2150
+ - request:
2151
+ method: get
2152
+ uri: https://api.sumologic.com/api/v1/search/jobs/7526045B667E2F3C
2153
+ body:
2154
+ encoding: US-ASCII
2155
+ string: ''
2156
+ headers:
2157
+ User-Agent:
2158
+ - excon/0.32.1
2159
+ Content-Type:
2160
+ - application/json
2161
+ Accept:
2162
+ - application/json
2163
+ response:
2164
+ status:
2165
+ code: 200
2166
+ message:
2167
+ headers:
2168
+ Content-Type:
2169
+ - application/json
2170
+ Date:
2171
+ - Wed, 26 Mar 2014 13:50:07 GMT
2172
+ Strict-Transport-Security:
2173
+ - max-age=15552000
2174
+ Content-Length:
2175
+ - '2407'
2176
+ Connection:
2177
+ - Close
2178
+ body:
2179
+ encoding: UTF-8
2180
+ string: "{\"state\":\"GATHERING RESULTS\",\"pendingWarnings\":[],\"pendingErrors\":[],\"histogramBuckets\":[{\"length\":3600000,\"count\":1,\"startTimestamp\":1388808000000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388804400000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388800800000},{\"length\":3600000,\"count\":2,\"startTimestamp\":1388797200000},{\"length\":3600000,\"count\":2,\"startTimestamp\":1388793600000},{\"length\":3600000,\"count\":5,\"startTimestamp\":1388790000000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388786400000},{\"length\":3600000,\"count\":3,\"startTimestamp\":1388782800000},{\"length\":3600000,\"count\":3,\"startTimestamp\":1388779200000},{\"length\":3600000,\"count\":2,\"startTimestamp\":1388775600000},{\"length\":3600000,\"count\":6,\"startTimestamp\":1388772000000},{\"length\":3600000,\"count\":3,\"startTimestamp\":1388768400000},{\"length\":3600000,\"count\":3,\"startTimestamp\":1388764800000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388746800000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388739600000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388732400000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388725200000},{\"length\":3600000,\"count\":3,\"startTimestamp\":1388721600000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388718000000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388710800000},{\"length\":3600000,\"count\":2,\"startTimestamp\":1388707200000},{\"length\":3600000,\"count\":2,\"startTimestamp\":1388703600000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388700000000},{\"length\":3600000,\"count\":2,\"startTimestamp\":1388696400000},{\"length\":3600000,\"count\":5,\"startTimestamp\":1388692800000},{\"length\":3600000,\"count\":6,\"startTimestamp\":1388689200000},{\"length\":3600000,\"count\":11,\"startTimestamp\":1388685600000},{\"length\":3600000,\"count\":13,\"startTimestamp\":1388682000000},{\"length\":3600000,\"count\":2,\"startTimestamp\":1388678400000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388649600000},{\"length\":3600000,\"count\":4,\"startTimestamp\":1388642400000},{\"length\":3600000,\"count\":3,\"startTimestamp\":1388638800000},{\"length\":3600000,\"count\":2,\"startTimestamp\":1388635200000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388624400000},{\"length\":3600000,\"count\":4,\"startTimestamp\":1388620800000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388617200000},{\"length\":3600000,\"count\":2,\"startTimestamp\":1388613600000},{\"length\":3600000,\"count\":7,\"startTimestamp\":1388610000000}],\"messageCount\":111,\"recordCount\":1}"
2181
+ http_version:
2182
+ recorded_at: Wed, 26 Mar 2014 13:50:08 GMT
2183
+ - request:
2184
+ method: get
2185
+ uri: https://api.sumologic.com/api/v1/search/jobs/7526045B667E2F3C
2186
+ body:
2187
+ encoding: US-ASCII
2188
+ string: ''
2189
+ headers:
2190
+ User-Agent:
2191
+ - excon/0.32.1
2192
+ Content-Type:
2193
+ - application/json
2194
+ Accept:
2195
+ - application/json
2196
+ response:
2197
+ status:
2198
+ code: 200
2199
+ message:
2200
+ headers:
2201
+ Content-Type:
2202
+ - application/json
2203
+ Date:
2204
+ - Wed, 26 Mar 2014 13:50:07 GMT
2205
+ Strict-Transport-Security:
2206
+ - max-age=15552000
2207
+ Content-Length:
2208
+ - '2407'
2209
+ Connection:
2210
+ - Close
2211
+ body:
2212
+ encoding: UTF-8
2213
+ string: "{\"state\":\"GATHERING RESULTS\",\"pendingWarnings\":[],\"pendingErrors\":[],\"histogramBuckets\":[{\"length\":3600000,\"count\":1,\"startTimestamp\":1388808000000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388804400000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388800800000},{\"length\":3600000,\"count\":2,\"startTimestamp\":1388797200000},{\"length\":3600000,\"count\":2,\"startTimestamp\":1388793600000},{\"length\":3600000,\"count\":5,\"startTimestamp\":1388790000000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388786400000},{\"length\":3600000,\"count\":3,\"startTimestamp\":1388782800000},{\"length\":3600000,\"count\":3,\"startTimestamp\":1388779200000},{\"length\":3600000,\"count\":2,\"startTimestamp\":1388775600000},{\"length\":3600000,\"count\":6,\"startTimestamp\":1388772000000},{\"length\":3600000,\"count\":3,\"startTimestamp\":1388768400000},{\"length\":3600000,\"count\":3,\"startTimestamp\":1388764800000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388746800000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388739600000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388732400000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388725200000},{\"length\":3600000,\"count\":3,\"startTimestamp\":1388721600000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388718000000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388710800000},{\"length\":3600000,\"count\":2,\"startTimestamp\":1388707200000},{\"length\":3600000,\"count\":2,\"startTimestamp\":1388703600000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388700000000},{\"length\":3600000,\"count\":2,\"startTimestamp\":1388696400000},{\"length\":3600000,\"count\":5,\"startTimestamp\":1388692800000},{\"length\":3600000,\"count\":6,\"startTimestamp\":1388689200000},{\"length\":3600000,\"count\":11,\"startTimestamp\":1388685600000},{\"length\":3600000,\"count\":13,\"startTimestamp\":1388682000000},{\"length\":3600000,\"count\":2,\"startTimestamp\":1388678400000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388649600000},{\"length\":3600000,\"count\":4,\"startTimestamp\":1388642400000},{\"length\":3600000,\"count\":3,\"startTimestamp\":1388638800000},{\"length\":3600000,\"count\":2,\"startTimestamp\":1388635200000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388624400000},{\"length\":3600000,\"count\":4,\"startTimestamp\":1388620800000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388617200000},{\"length\":3600000,\"count\":2,\"startTimestamp\":1388613600000},{\"length\":3600000,\"count\":7,\"startTimestamp\":1388610000000}],\"messageCount\":111,\"recordCount\":1}"
2214
+ http_version:
2215
+ recorded_at: Wed, 26 Mar 2014 13:50:08 GMT
2216
+ - request:
2217
+ method: get
2218
+ uri: https://api.sumologic.com/api/v1/search/jobs/7526045B667E2F3C
2219
+ body:
2220
+ encoding: US-ASCII
2221
+ string: ''
2222
+ headers:
2223
+ User-Agent:
2224
+ - excon/0.32.1
2225
+ Content-Type:
2226
+ - application/json
2227
+ Accept:
2228
+ - application/json
2229
+ response:
2230
+ status:
2231
+ code: 200
2232
+ message:
2233
+ headers:
2234
+ Content-Type:
2235
+ - application/json
2236
+ Date:
2237
+ - Wed, 26 Mar 2014 13:50:07 GMT
2238
+ Strict-Transport-Security:
2239
+ - max-age=15552000
2240
+ Content-Length:
2241
+ - '2407'
2242
+ Connection:
2243
+ - Close
2244
+ body:
2245
+ encoding: UTF-8
2246
+ string: "{\"state\":\"GATHERING RESULTS\",\"pendingWarnings\":[],\"pendingErrors\":[],\"histogramBuckets\":[{\"length\":3600000,\"count\":1,\"startTimestamp\":1388808000000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388804400000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388800800000},{\"length\":3600000,\"count\":2,\"startTimestamp\":1388797200000},{\"length\":3600000,\"count\":2,\"startTimestamp\":1388793600000},{\"length\":3600000,\"count\":5,\"startTimestamp\":1388790000000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388786400000},{\"length\":3600000,\"count\":3,\"startTimestamp\":1388782800000},{\"length\":3600000,\"count\":3,\"startTimestamp\":1388779200000},{\"length\":3600000,\"count\":2,\"startTimestamp\":1388775600000},{\"length\":3600000,\"count\":6,\"startTimestamp\":1388772000000},{\"length\":3600000,\"count\":3,\"startTimestamp\":1388768400000},{\"length\":3600000,\"count\":3,\"startTimestamp\":1388764800000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388746800000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388739600000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388732400000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388725200000},{\"length\":3600000,\"count\":3,\"startTimestamp\":1388721600000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388718000000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388710800000},{\"length\":3600000,\"count\":2,\"startTimestamp\":1388707200000},{\"length\":3600000,\"count\":2,\"startTimestamp\":1388703600000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388700000000},{\"length\":3600000,\"count\":2,\"startTimestamp\":1388696400000},{\"length\":3600000,\"count\":5,\"startTimestamp\":1388692800000},{\"length\":3600000,\"count\":6,\"startTimestamp\":1388689200000},{\"length\":3600000,\"count\":11,\"startTimestamp\":1388685600000},{\"length\":3600000,\"count\":13,\"startTimestamp\":1388682000000},{\"length\":3600000,\"count\":2,\"startTimestamp\":1388678400000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388649600000},{\"length\":3600000,\"count\":4,\"startTimestamp\":1388642400000},{\"length\":3600000,\"count\":3,\"startTimestamp\":1388638800000},{\"length\":3600000,\"count\":2,\"startTimestamp\":1388635200000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388624400000},{\"length\":3600000,\"count\":4,\"startTimestamp\":1388620800000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388617200000},{\"length\":3600000,\"count\":2,\"startTimestamp\":1388613600000},{\"length\":3600000,\"count\":7,\"startTimestamp\":1388610000000}],\"messageCount\":111,\"recordCount\":1}"
2247
+ http_version:
2248
+ recorded_at: Wed, 26 Mar 2014 13:50:08 GMT
2249
+ - request:
2250
+ method: get
2251
+ uri: https://api.sumologic.com/api/v1/search/jobs/7526045B667E2F3C
2252
+ body:
2253
+ encoding: US-ASCII
2254
+ string: ''
2255
+ headers:
2256
+ User-Agent:
2257
+ - excon/0.32.1
2258
+ Content-Type:
2259
+ - application/json
2260
+ Accept:
2261
+ - application/json
2262
+ response:
2263
+ status:
2264
+ code: 200
2265
+ message:
2266
+ headers:
2267
+ Content-Type:
2268
+ - application/json
2269
+ Date:
2270
+ - Wed, 26 Mar 2014 13:50:07 GMT
2271
+ Strict-Transport-Security:
2272
+ - max-age=15552000
2273
+ Content-Length:
2274
+ - '2587'
2275
+ Connection:
2276
+ - Close
2277
+ body:
2278
+ encoding: UTF-8
2279
+ string: "{\"state\":\"GATHERING RESULTS\",\"pendingWarnings\":[],\"pendingErrors\":[],\"histogramBuckets\":[{\"length\":3600000,\"count\":1,\"startTimestamp\":1388808000000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388804400000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388800800000},{\"length\":3600000,\"count\":2,\"startTimestamp\":1388797200000},{\"length\":3600000,\"count\":2,\"startTimestamp\":1388793600000},{\"length\":3600000,\"count\":5,\"startTimestamp\":1388790000000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388786400000},{\"length\":3600000,\"count\":3,\"startTimestamp\":1388782800000},{\"length\":3600000,\"count\":3,\"startTimestamp\":1388779200000},{\"length\":3600000,\"count\":2,\"startTimestamp\":1388775600000},{\"length\":3600000,\"count\":6,\"startTimestamp\":1388772000000},{\"length\":3600000,\"count\":3,\"startTimestamp\":1388768400000},{\"length\":3600000,\"count\":3,\"startTimestamp\":1388764800000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388746800000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388739600000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388732400000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388725200000},{\"length\":3600000,\"count\":3,\"startTimestamp\":1388721600000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388718000000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388710800000},{\"length\":3600000,\"count\":2,\"startTimestamp\":1388707200000},{\"length\":3600000,\"count\":2,\"startTimestamp\":1388703600000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388700000000},{\"length\":3600000,\"count\":2,\"startTimestamp\":1388696400000},{\"length\":3600000,\"count\":5,\"startTimestamp\":1388692800000},{\"length\":3600000,\"count\":6,\"startTimestamp\":1388689200000},{\"length\":3600000,\"count\":11,\"startTimestamp\":1388685600000},{\"length\":3600000,\"count\":13,\"startTimestamp\":1388682000000},{\"length\":3600000,\"count\":2,\"startTimestamp\":1388678400000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388649600000},{\"length\":3600000,\"count\":4,\"startTimestamp\":1388642400000},{\"length\":3600000,\"count\":3,\"startTimestamp\":1388638800000},{\"length\":3600000,\"count\":2,\"startTimestamp\":1388635200000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388624400000},{\"length\":3600000,\"count\":4,\"startTimestamp\":1388620800000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388617200000},{\"length\":3600000,\"count\":2,\"startTimestamp\":1388613600000},{\"length\":3600000,\"count\":7,\"startTimestamp\":1388610000000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388606400000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388599200000},{\"length\":3600000,\"count\":2,\"startTimestamp\":1388595600000}],\"messageCount\":115,\"recordCount\":1}"
2280
+ http_version:
2281
+ recorded_at: Wed, 26 Mar 2014 13:50:12 GMT
2282
+ - request:
2283
+ method: get
2284
+ uri: https://api.sumologic.com/api/v1/search/jobs/7526045B667E2F3C
2285
+ body:
2286
+ encoding: US-ASCII
2287
+ string: ''
2288
+ headers:
2289
+ User-Agent:
2290
+ - excon/0.32.1
2291
+ Content-Type:
2292
+ - application/json
2293
+ Accept:
2294
+ - application/json
2295
+ response:
2296
+ status:
2297
+ code: 200
2298
+ message:
2299
+ headers:
2300
+ Content-Type:
2301
+ - application/json
2302
+ Date:
2303
+ - Wed, 26 Mar 2014 13:50:11 GMT
2304
+ Strict-Transport-Security:
2305
+ - max-age=15552000
2306
+ Content-Length:
2307
+ - '3072'
2308
+ Connection:
2309
+ - Close
2310
+ body:
2311
+ encoding: UTF-8
2312
+ string: "{\"state\":\"DONE GATHERING RESULTS\",\"pendingWarnings\":[],\"pendingErrors\":[],\"histogramBuckets\":[{\"length\":3600000,\"count\":1,\"startTimestamp\":1388808000000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388804400000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388800800000},{\"length\":3600000,\"count\":2,\"startTimestamp\":1388797200000},{\"length\":3600000,\"count\":2,\"startTimestamp\":1388793600000},{\"length\":3600000,\"count\":5,\"startTimestamp\":1388790000000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388786400000},{\"length\":3600000,\"count\":3,\"startTimestamp\":1388782800000},{\"length\":3600000,\"count\":3,\"startTimestamp\":1388779200000},{\"length\":3600000,\"count\":2,\"startTimestamp\":1388775600000},{\"length\":3600000,\"count\":6,\"startTimestamp\":1388772000000},{\"length\":3600000,\"count\":3,\"startTimestamp\":1388768400000},{\"length\":3600000,\"count\":3,\"startTimestamp\":1388764800000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388746800000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388739600000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388732400000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388725200000},{\"length\":3600000,\"count\":3,\"startTimestamp\":1388721600000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388718000000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388710800000},{\"length\":3600000,\"count\":2,\"startTimestamp\":1388707200000},{\"length\":3600000,\"count\":2,\"startTimestamp\":1388703600000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388700000000},{\"length\":3600000,\"count\":2,\"startTimestamp\":1388696400000},{\"length\":3600000,\"count\":5,\"startTimestamp\":1388692800000},{\"length\":3600000,\"count\":6,\"startTimestamp\":1388689200000},{\"length\":3600000,\"count\":11,\"startTimestamp\":1388685600000},{\"length\":3600000,\"count\":13,\"startTimestamp\":1388682000000},{\"length\":3600000,\"count\":2,\"startTimestamp\":1388678400000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388649600000},{\"length\":3600000,\"count\":4,\"startTimestamp\":1388642400000},{\"length\":3600000,\"count\":3,\"startTimestamp\":1388638800000},{\"length\":3600000,\"count\":2,\"startTimestamp\":1388635200000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388624400000},{\"length\":3600000,\"count\":4,\"startTimestamp\":1388620800000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388617200000},{\"length\":3600000,\"count\":2,\"startTimestamp\":1388613600000},{\"length\":3600000,\"count\":7,\"startTimestamp\":1388610000000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388606400000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388599200000},{\"length\":3600000,\"count\":2,\"startTimestamp\":1388595600000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388592000000},{\"length\":3600000,\"count\":2,\"startTimestamp\":1388574000000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388570400000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388566800000},{\"length\":3600000,\"count\":2,\"startTimestamp\":1388563200000},{\"length\":3600000,\"count\":2,\"startTimestamp\":1388559600000},{\"length\":3600000,\"count\":2,\"startTimestamp\":1388556000000},{\"length\":3600000,\"count\":2,\"startTimestamp\":1388552400000}],\"messageCount\":128,\"recordCount\":1}"
2313
+ http_version:
2314
+ recorded_at: Wed, 26 Mar 2014 13:50:13 GMT
2315
+ - request:
2316
+ method: get
2317
+ uri: https://api.sumologic.com/api/v1/search/jobs/7526045B667E2F3C
2318
+ body:
2319
+ encoding: US-ASCII
2320
+ string: ''
2321
+ headers:
2322
+ User-Agent:
2323
+ - excon/0.32.1
2324
+ Content-Type:
2325
+ - application/json
2326
+ Accept:
2327
+ - application/json
2328
+ response:
2329
+ status:
2330
+ code: 200
2331
+ message:
2332
+ headers:
2333
+ Content-Type:
2334
+ - application/json
2335
+ Date:
2336
+ - Wed, 26 Mar 2014 13:50:12 GMT
2337
+ Strict-Transport-Security:
2338
+ - max-age=15552000
2339
+ Content-Length:
2340
+ - '3072'
2341
+ Connection:
2342
+ - Close
2343
+ body:
2344
+ encoding: UTF-8
2345
+ string: "{\"state\":\"DONE GATHERING RESULTS\",\"pendingWarnings\":[],\"pendingErrors\":[],\"histogramBuckets\":[{\"length\":3600000,\"count\":1,\"startTimestamp\":1388808000000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388804400000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388800800000},{\"length\":3600000,\"count\":2,\"startTimestamp\":1388797200000},{\"length\":3600000,\"count\":2,\"startTimestamp\":1388793600000},{\"length\":3600000,\"count\":5,\"startTimestamp\":1388790000000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388786400000},{\"length\":3600000,\"count\":3,\"startTimestamp\":1388782800000},{\"length\":3600000,\"count\":3,\"startTimestamp\":1388779200000},{\"length\":3600000,\"count\":2,\"startTimestamp\":1388775600000},{\"length\":3600000,\"count\":6,\"startTimestamp\":1388772000000},{\"length\":3600000,\"count\":3,\"startTimestamp\":1388768400000},{\"length\":3600000,\"count\":3,\"startTimestamp\":1388764800000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388746800000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388739600000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388732400000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388725200000},{\"length\":3600000,\"count\":3,\"startTimestamp\":1388721600000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388718000000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388710800000},{\"length\":3600000,\"count\":2,\"startTimestamp\":1388707200000},{\"length\":3600000,\"count\":2,\"startTimestamp\":1388703600000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388700000000},{\"length\":3600000,\"count\":2,\"startTimestamp\":1388696400000},{\"length\":3600000,\"count\":5,\"startTimestamp\":1388692800000},{\"length\":3600000,\"count\":6,\"startTimestamp\":1388689200000},{\"length\":3600000,\"count\":11,\"startTimestamp\":1388685600000},{\"length\":3600000,\"count\":13,\"startTimestamp\":1388682000000},{\"length\":3600000,\"count\":2,\"startTimestamp\":1388678400000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388649600000},{\"length\":3600000,\"count\":4,\"startTimestamp\":1388642400000},{\"length\":3600000,\"count\":3,\"startTimestamp\":1388638800000},{\"length\":3600000,\"count\":2,\"startTimestamp\":1388635200000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388624400000},{\"length\":3600000,\"count\":4,\"startTimestamp\":1388620800000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388617200000},{\"length\":3600000,\"count\":2,\"startTimestamp\":1388613600000},{\"length\":3600000,\"count\":7,\"startTimestamp\":1388610000000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388606400000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388599200000},{\"length\":3600000,\"count\":2,\"startTimestamp\":1388595600000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388592000000},{\"length\":3600000,\"count\":2,\"startTimestamp\":1388574000000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388570400000},{\"length\":3600000,\"count\":1,\"startTimestamp\":1388566800000},{\"length\":3600000,\"count\":2,\"startTimestamp\":1388563200000},{\"length\":3600000,\"count\":2,\"startTimestamp\":1388559600000},{\"length\":3600000,\"count\":2,\"startTimestamp\":1388556000000},{\"length\":3600000,\"count\":2,\"startTimestamp\":1388552400000}],\"messageCount\":128,\"recordCount\":1}"
2346
+ http_version:
2347
+ recorded_at: Wed, 26 Mar 2014 13:50:13 GMT
2348
+ recorded_with: VCR 2.8.0