Skip to content

Instantly share code, notes, and snippets.

@Shemeikka
Created October 3, 2017 11:58
Show Gist options
  • Save Shemeikka/b690f43ec446445281fa011eeec9d658 to your computer and use it in GitHub Desktop.
Save Shemeikka/b690f43ec446445281fa011eeec9d658 to your computer and use it in GitHub Desktop.
Filebeat 6.0.0-beta2 fatal error log
sh-4.2# e ./filebeat
fatal error: concurrent map read and map write
goroutine 392 [running]:
runtime.throw(0x160e97d, 0x21)
/usr/local/go/src/runtime/panic.go:596 +0x95 fp=0xc4206f88f0 sp=0xc4206f88d0
runtime.mapaccess1_faststr(0x14ad120, 0xc42013fc50, 0xc4202866fb, 0x40, 0x0)
/usr/local/go/src/runtime/hashmap_fast.go:217 +0x4cf fp=0xc4206f8950 sp=0xc4206f88f0
github.com/elastic/beats/libbeat/processors/add_docker_metadata.(*watcher).Container(0xc42013fc80, 0xc4202866fb, 0x40, 0x1460d60)
/go/src/github.com/elastic/beats/libbeat/processors/add_docker_metadata/watcher.go:88 +0x4f fp=0xc4206f8988 sp=0xc4206f8950
github.com/elastic/beats/libbeat/processors/add_docker_metadata.(*addDockerMetadata).Run(0xc4203dd400, 0xc420c82000, 0x0, 0x0, 0x0)
/go/src/github.com/elastic/beats/libbeat/processors/add_docker_metadata/add_docker_metadata.go:102 +0x161 fp=0xc4206f8ad0 sp=0xc4206f8988
github.com/elastic/beats/libbeat/publisher/pipeline.(*program).Run(0xc420278690, 0xc420c82000, 0xc420c82000, 0x0, 0x0)
/go/src/github.com/elastic/beats/libbeat/publisher/pipeline/processor.go:133 +0x86 fp=0xc4206f8b60 sp=0xc4206f8ad0
github.com/elastic/beats/libbeat/publisher/pipeline.(*program).Run(0xc420278630, 0xc420c82000, 0x7f2848e977b8, 0xa8bd30, 0x7f2848f390d0)
/go/src/github.com/elastic/beats/libbeat/publisher/pipeline/processor.go:133 +0x86 fp=0xc4206f8bf0 sp=0xc4206f8b60
github.com/elastic/beats/libbeat/publisher/pipeline.(*client).publish(0xc420155860, 0xed15c3f4c, 0x36d8ab82, 0x1e914a0, 0x0, 0xc4203ce630, 0x15acec0, 0xc420170100)
/go/src/github.com/elastic/beats/libbeat/publisher/pipeline/client.go:67 +0x47c fp=0xc4206f8cd8 sp=0xc4206f8bf0
github.com/elastic/beats/libbeat/publisher/pipeline.(*client).Publish(0xc420155860, 0xed15c3f4c, 0x36d8ab82, 0x1e914a0, 0x0, 0xc4203ce630, 0x15acec0, 0xc420170100)
/go/src/github.com/elastic/beats/libbeat/publisher/pipeline/client.go:46 +0x9c fp=0xc4206f8d30 sp=0xc4206f8cd8
github.com/elastic/beats/filebeat/channel.(*outlet).OnEvent(0xc4202786f0, 0xc4201b4000, 0xc4206f8fb0)
/go/src/github.com/elastic/beats/filebeat/channel/outlet.go:46 +0x179 fp=0xc4206f8f80 sp=0xc4206f8d30
github.com/elastic/beats/filebeat/channel.SubOutlet.func1(0xc420517ca0, 0x1dc6ac0, 0xc4202786f0)
/go/src/github.com/elastic/beats/filebeat/channel/util.go:27 +0x87 fp=0xc4206f8fc8 sp=0xc4206f8f80
runtime.goexit()
/usr/local/go/src/runtime/asm_amd64.s:2197 +0x1 fp=0xc4206f8fd0 sp=0xc4206f8fc8
created by github.com/elastic/beats/filebeat/channel.SubOutlet
/go/src/github.com/elastic/beats/filebeat/channel/util.go:29 +0x12a
goroutine 1 [chan receive, 1533 minutes]:
github.com/elastic/beats/filebeat/beater.(*Filebeat).Run(0xc42000c2c0, 0xc4203681e0, 0x0, 0x0)
/go/src/github.com/elastic/beats/filebeat/beater/filebeat.go:249 +0xce4
github.com/elastic/beats/libbeat/cmd/instance.(*Beat).launch(0xc4203681e0, 0x163b238, 0x0, 0x0)
/go/src/github.com/elastic/beats/libbeat/cmd/instance/beat.go:272 +0x373
github.com/elastic/beats/libbeat/cmd/instance.Run.func1(0x15f918e, 0x8, 0x0, 0x0, 0x163b238, 0xda0af4, 0xc42024ec30)
/go/src/github.com/elastic/beats/libbeat/cmd/instance/beat.go:123 +0x88
github.com/elastic/beats/libbeat/cmd/instance.Run(0x15f918e, 0x8, 0x0, 0x0, 0x163b238, 0x0, 0x0)
/go/src/github.com/elastic/beats/libbeat/cmd/instance/beat.go:124 +0x53
github.com/elastic/beats/libbeat/cmd.genRunCmd.func1(0xc42034ef00, 0x1eaedf8, 0x0, 0x0)
/go/src/github.com/elastic/beats/libbeat/cmd/run.go:19 +0x4e
github.com/elastic/beats/vendor/github.com/spf13/cobra.(*Command).execute(0xc42034ef00, 0xc4200101c0, 0x0, 0x0, 0xc42034ef00, 0xc4200101c0)
/go/src/github.com/elastic/beats/vendor/github.com/spf13/cobra/command.go:651 +0x23a
github.com/elastic/beats/vendor/github.com/spf13/cobra.(*Command).ExecuteC(0xc42034ef00, 0x15f918e, 0x0, 0x0)
/go/src/github.com/elastic/beats/vendor/github.com/spf13/cobra/command.go:726 +0x339
github.com/elastic/beats/vendor/github.com/spf13/cobra.(*Command).Execute(0xc42034ef00, 0xc4200001a0, 0xc4200001a0)
/go/src/github.com/elastic/beats/vendor/github.com/spf13/cobra/command.go:685 +0x2b
main.main()
/go/src/github.com/elastic/beats/filebeat/main.go:18 +0x2f
goroutine 17 [syscall, 1533 minutes, locked to thread]:
runtime.goexit()
/usr/local/go/src/runtime/asm_amd64.s:2197 +0x1
goroutine 9 [syscall, 1533 minutes]:
os/signal.signal_recv(0x163c9f8)
/usr/local/go/src/runtime/sigqueue.go:116 +0x104
os/signal.loop()
/usr/local/go/src/os/signal/signal_unix.go:22 +0x22
created by os/signal.init.1
/usr/local/go/src/os/signal/signal_unix.go:28 +0x41
goroutine 32 [chan receive]:
github.com/elastic/beats/libbeat/logp.logMetrics(0xc420368320)
/go/src/github.com/elastic/beats/libbeat/logp/metrics.go:28 +0x240
created by github.com/elastic/beats/libbeat/logp.Init
/go/src/github.com/elastic/beats/libbeat/logp/logp.go:166 +0x301
goroutine 33 [chan receive, 1533 minutes]:
github.com/elastic/beats/vendor/github.com/elastic/go-lumber/client/v2.(*AsyncClient).ackLoop(0xc420457470)
/go/src/github.com/elastic/beats/vendor/github.com/elastic/go-lumber/client/v2/async.go:149 +0xe7
created by github.com/elastic/beats/vendor/github.com/elastic/go-lumber/client/v2.(*AsyncClient).startACK
/go/src/github.com/elastic/beats/vendor/github.com/elastic/go-lumber/client/v2/async.go:123 +0x95
goroutine 42 [select]:
github.com/elastic/beats/libbeat/publisher/queue/memqueue.(*eventLoop).run(0xc4203e7980)
/go/src/github.com/elastic/beats/libbeat/publisher/queue/memqueue/eventloop.go:50 +0x5a6
github.com/elastic/beats/libbeat/publisher/queue/memqueue.NewBroker.func1(0xc420178620, 0xc4203e7980)
/go/src/github.com/elastic/beats/libbeat/publisher/queue/memqueue/broker.go:132 +0x59
created by github.com/elastic/beats/libbeat/publisher/queue/memqueue.NewBroker
/go/src/github.com/elastic/beats/libbeat/publisher/queue/memqueue/broker.go:133 +0x49f
goroutine 43 [select]:
github.com/elastic/beats/libbeat/publisher/queue/memqueue.(*ackLoop).run(0xc4203ddbc0)
/go/src/github.com/elastic/beats/libbeat/publisher/queue/memqueue/ackloop.go:35 +0x3b2
github.com/elastic/beats/libbeat/publisher/queue/memqueue.NewBroker.func2(0xc420178620, 0xc4203ddbc0)
/go/src/github.com/elastic/beats/libbeat/publisher/queue/memqueue/broker.go:136 +0x59
created by github.com/elastic/beats/libbeat/publisher/queue/memqueue.NewBroker
/go/src/github.com/elastic/beats/libbeat/publisher/queue/memqueue/broker.go:137 +0x4cb
goroutine 44 [select]:
github.com/elastic/beats/libbeat/publisher/pipeline.(*eventConsumer).loop(0xc4202d54a0, 0x1dc7140, 0xc4204577d0)
/go/src/github.com/elastic/beats/libbeat/publisher/pipeline/consumer.go:171 +0x4d5
created by github.com/elastic/beats/libbeat/publisher/pipeline.newEventConsumer
/go/src/github.com/elastic/beats/libbeat/publisher/pipeline/consumer.go:60 +0x1b6
goroutine 45 [select, 1533 minutes]:
github.com/elastic/beats/libbeat/publisher/pipeline.(*retryer).loop(0xc4203ddd00)
/go/src/github.com/elastic/beats/libbeat/publisher/pipeline/retry.go:115 +0x9cd
created by github.com/elastic/beats/libbeat/publisher/pipeline.newRetryer
/go/src/github.com/elastic/beats/libbeat/publisher/pipeline/retry.go:70 +0x173
goroutine 46 [runnable]:
github.com/elastic/beats/libbeat/outputs/logstash.makeLogstashEventEncoder.func1(0x14d3f00, 0xc42045e400, 0x3e3, 0xa66, 0x3e3, 0x0, 0x0)
/go/src/github.com/elastic/beats/libbeat/outputs/logstash/enc.go:10 +0xbe
github.com/elastic/beats/vendor/github.com/elastic/go-lumber/client/v2.(*Client).serialize(0xc4203f45a0, 0x1dc1c80, 0xc4208139e0, 0xc42033e300, 0x17, 0x17, 0x0, 0xa46b82)
/go/src/github.com/elastic/beats/vendor/github.com/elastic/go-lumber/client/v2/client.go:207 +0x64
github.com/elastic/beats/vendor/github.com/elastic/go-lumber/client/v2.(*Client).Send(0xc4203f45a0, 0xc42033e300, 0x17, 0x17, 0x7f2848f37e10, 0x0)
/go/src/github.com/elastic/beats/vendor/github.com/elastic/go-lumber/client/v2/client.go:123 +0x215
github.com/elastic/beats/vendor/github.com/elastic/go-lumber/client/v2.(*AsyncClient).Send(0xc4203f45d0, 0xc4203e1740, 0xc42033e300, 0x17, 0x17, 0x17, 0xc420738380)
/go/src/github.com/elastic/beats/vendor/github.com/elastic/go-lumber/client/v2/async.go:103 +0x6a
github.com/elastic/beats/libbeat/outputs/logstash.(*asyncClient).sendEvents(0xc420456f60, 0xc420813980, 0xc42045e140, 0x17, 0xffb, 0xc421bb2eb0, 0x15fccba)
/go/src/github.com/elastic/beats/libbeat/outputs/logstash/async.go:182 +0x159
github.com/elastic/beats/libbeat/outputs/logstash.(*asyncClient).Publish(0xc420456f60, 0x1dd6a40, 0xc420c82f80, 0x0, 0x0)
/go/src/github.com/elastic/beats/libbeat/outputs/logstash/async.go:135 +0x423
github.com/elastic/beats/libbeat/outputs.(*backoffClient).Publish(0xc42045a900, 0x1dd6a40, 0xc420c82f80, 0x1, 0x0)
/go/src/github.com/elastic/beats/libbeat/outputs/backoff.go:43 +0x4b
github.com/elastic/beats/libbeat/publisher/pipeline.(*netClientWorker).run(0xc4203ddd40)
/go/src/github.com/elastic/beats/libbeat/publisher/pipeline/output.go:90 +0x24b
created by github.com/elastic/beats/libbeat/publisher/pipeline.makeClientWorker
/go/src/github.com/elastic/beats/libbeat/publisher/pipeline/output.go:31 +0xf0
goroutine 47 [select, 1533 minutes, locked to thread]:
runtime.gopark(0x163cb80, 0x0, 0x15f6fc4, 0x6, 0x18, 0x2)
/usr/local/go/src/runtime/proc.go:271 +0x13a
runtime.selectgoImpl(0xc4204f3f50, 0x0, 0x18)
/usr/local/go/src/runtime/select.go:423 +0x1364
runtime.selectgo(0xc4204f3f50)
/usr/local/go/src/runtime/select.go:238 +0x1c
runtime.ensureSigM.func1()
/usr/local/go/src/runtime/signal_unix.go:434 +0x2dd
runtime.goexit()
/usr/local/go/src/runtime/asm_amd64.s:2197 +0x1
goroutine 48 [chan receive, 1533 minutes]:
github.com/elastic/beats/libbeat/service.HandleSignals.func1(0xc420154240, 0xc420010264, 0xc42000c2e0)
/go/src/github.com/elastic/beats/libbeat/service/service.go:32 +0x44
created by github.com/elastic/beats/libbeat/service.HandleSignals
/go/src/github.com/elastic/beats/libbeat/service/service.go:35 +0x125
goroutine 82 [chan receive, 1533 minutes]:
github.com/elastic/beats/filebeat/channel.SubOutlet.func1(0xc42045a5e0, 0x1dc6ac0, 0xc4202786f0)
/go/src/github.com/elastic/beats/filebeat/channel/util.go:26 +0x57
created by github.com/elastic/beats/filebeat/channel.SubOutlet
/go/src/github.com/elastic/beats/filebeat/channel/util.go:29 +0x12a
goroutine 50 [select]:
github.com/elastic/beats/libbeat/publisher/pipeline.(*pipelineEventCB).worker(0xc420158440)
/go/src/github.com/elastic/beats/libbeat/publisher/pipeline/pipeline_ack.go:228 +0x27a
created by github.com/elastic/beats/libbeat/publisher/pipeline.newPipelineEventCB
/go/src/github.com/elastic/beats/libbeat/publisher/pipeline/pipeline_ack.go:179 +0x19d
goroutine 51 [runnable]:
encoding/json.stateInString(0xc4202ec540, 0xc4202ec532, 0x1)
/usr/local/go/src/encoding/json/scanner.go:331 +0x10f
encoding/json.compact(0xc420286210, 0xc42022b2f0, 0x20, 0x25, 0x1, 0x0, 0x0)
/usr/local/go/src/encoding/json/indent.go:39 +0x338
encoding/json.marshalerEncoder(0xc420286210, 0x15e7040, 0xc42422da40, 0x199, 0x100)
/usr/local/go/src/encoding/json/encode.go:454 +0x1f2
encoding/json.(*structEncoder).encode(0xc42013f140, 0xc420286210, 0x15acec0, 0xc42422da00, 0x199, 0x100)
/usr/local/go/src/encoding/json/encode.go:645 +0x253
encoding/json.(*structEncoder).(encoding/json.encode)-fm(0xc420286210, 0x15acec0, 0xc42422da00, 0x199, 0x15a0100)
/usr/local/go/src/encoding/json/encode.go:659 +0x64
encoding/json.(*arrayEncoder).encode(0xc420148088, 0xc420286210, 0x14486e0, 0xc42045a060, 0x97, 0xa40100)
/usr/local/go/src/encoding/json/encode.go:767 +0xf5
encoding/json.(*arrayEncoder).(encoding/json.encode)-fm(0xc420286210, 0x14486e0, 0xc42045a060, 0x97, 0xc420340100)
/usr/local/go/src/encoding/json/encode.go:774 +0x64
encoding/json.(*sliceEncoder).encode(0xc420148090, 0xc420286210, 0x14486e0, 0xc42045a060, 0x97, 0x1440100)
/usr/local/go/src/encoding/json/encode.go:741 +0xc1
encoding/json.(*sliceEncoder).(encoding/json.encode)-fm(0xc420286210, 0x14486e0, 0xc42045a060, 0x97, 0xc420450100)
/usr/local/go/src/encoding/json/encode.go:753 +0x64
encoding/json.(*encodeState).reflectValue(0xc420286210, 0x14486e0, 0xc42045a060, 0x97, 0x100)
/usr/local/go/src/encoding/json/encode.go:323 +0x82
encoding/json.(*encodeState).marshal(0xc420286210, 0x14486e0, 0xc42045a060, 0xc4204f0100, 0x0, 0x0)
/usr/local/go/src/encoding/json/encode.go:296 +0xb8
encoding/json.(*Encoder).Encode(0xc4204f2e00, 0x14486e0, 0xc42045a060, 0xc42045a060, 0xc420bf0008)
/usr/local/go/src/encoding/json/stream.go:193 +0x8e
github.com/elastic/beats/filebeat/registrar.(*Registrar).writeRegistry(0xc420166050, 0x9, 0x16200e2)
/go/src/github.com/elastic/beats/filebeat/registrar/registrar.go:216 +0x347
github.com/elastic/beats/filebeat/registrar.(*Registrar).onEvents(0xc420166050, 0xc420100a00, 0x5, 0x5)
/go/src/github.com/elastic/beats/filebeat/registrar/registrar.go:175 +0x1b2
github.com/elastic/beats/filebeat/registrar.(*Registrar).Run(0xc420166050)
/go/src/github.com/elastic/beats/filebeat/registrar/registrar.go:158 +0x182
created by github.com/elastic/beats/filebeat/registrar.(*Registrar).Start
/go/src/github.com/elastic/beats/filebeat/registrar/registrar.go:139 +0xf2
goroutine 55 [runnable]:
github.com/elastic/beats/libbeat/processors/add_docker_metadata.(*watcher).watch(0xc42013fc80)
/go/src/github.com/elastic/beats/libbeat/processors/add_docker_metadata/watcher.go:146 +0x74e
created by github.com/elastic/beats/libbeat/processors/add_docker_metadata.(*watcher).Start
/go/src/github.com/elastic/beats/libbeat/processors/add_docker_metadata/watcher.go:116 +0x380
goroutine 53 [select, 1533 minutes]:
net/http.(*persistConn).readLoop(0xc42018b0e0)
/usr/local/go/src/net/http/transport.go:1599 +0x9ec
created by net/http.(*Transport).dialConn
/usr/local/go/src/net/http/transport.go:1117 +0xa35
goroutine 54 [select, 1533 minutes]:
net/http.(*persistConn).writeLoop(0xc42018b0e0)
/usr/local/go/src/net/http/transport.go:1704 +0x43a
created by net/http.(*Transport).dialConn
/usr/local/go/src/net/http/transport.go:1118 +0xa5a
goroutine 59 [select]:
github.com/elastic/beats/libbeat/publisher/pipeline.(*gapCountACK).ackLoop(0xc4201556f0)
/go/src/github.com/elastic/beats/libbeat/publisher/pipeline/acker.go:121 +0x26d
created by github.com/elastic/beats/libbeat/publisher/pipeline.(*gapCountACK).init
/go/src/github.com/elastic/beats/libbeat/publisher/pipeline/acker.go:109 +0x1a4
goroutine 60 [chan receive, 1533 minutes]:
github.com/elastic/beats/filebeat/channel.CloseOnSignal.func1(0xc420154780, 0x1dc6ac0, 0xc4202786f0)
/go/src/github.com/elastic/beats/filebeat/channel/util.go:83 +0x40
created by github.com/elastic/beats/filebeat/channel.CloseOnSignal
/go/src/github.com/elastic/beats/filebeat/channel/util.go:85 +0x76
goroutine 61 [chan receive, 250 minutes]:
github.com/elastic/beats/filebeat/channel.SubOutlet.func1(0xc4203e2b80, 0x1dc6ac0, 0xc4202786f0)
/go/src/github.com/elastic/beats/filebeat/channel/util.go:26 +0x57
created by github.com/elastic/beats/filebeat/channel.SubOutlet
/go/src/github.com/elastic/beats/filebeat/channel/util.go:29 +0x12a
goroutine 62 [chan receive, 1533 minutes]:
github.com/elastic/beats/filebeat/channel.CloseOnSignal.func1(0xc4201541e0, 0x1dc6b00, 0xc4203e2b80)
/go/src/github.com/elastic/beats/filebeat/channel/util.go:83 +0x40
created by github.com/elastic/beats/filebeat/channel.CloseOnSignal
/go/src/github.com/elastic/beats/filebeat/channel/util.go:85 +0x76
goroutine 63 [chan receive, 1533 minutes]:
github.com/elastic/beats/filebeat/channel.SubOutlet.func1(0xc4203e3820, 0x1dc6ac0, 0xc4202786f0)
/go/src/github.com/elastic/beats/filebeat/channel/util.go:26 +0x57
created by github.com/elastic/beats/filebeat/channel.SubOutlet
/go/src/github.com/elastic/beats/filebeat/channel/util.go:29 +0x12a
goroutine 64 [chan receive, 1533 minutes]:
github.com/elastic/beats/filebeat/channel.CloseOnSignal.func1(0xc420155bc0, 0x1dc6b00, 0xc4203e3820)
/go/src/github.com/elastic/beats/filebeat/channel/util.go:83 +0x40
created by github.com/elastic/beats/filebeat/channel.CloseOnSignal
/go/src/github.com/elastic/beats/filebeat/channel/util.go:85 +0x76
goroutine 65 [select]:
github.com/elastic/beats/filebeat/prospector.(*Prospector).Run(0xc420154a20)
/go/src/github.com/elastic/beats/filebeat/prospector/prospector.go:135 +0x18c
github.com/elastic/beats/filebeat/prospector.(*Prospector).Start.func1(0xc4202cdb10, 0xc420154a20)
/go/src/github.com/elastic/beats/filebeat/prospector/prospector.go:120 +0x5b
created by github.com/elastic/beats/filebeat/prospector.(*Prospector).Start
/go/src/github.com/elastic/beats/filebeat/prospector/prospector.go:121 +0x163
goroutine 66 [chan receive, 1533 minutes]:
github.com/elastic/beats/filebeat/beater.waitChannel.func1()
/go/src/github.com/elastic/beats/filebeat/beater/signalwait.go:62 +0x3f
github.com/elastic/beats/filebeat/beater.(*signalWait).Add.func1(0xc4202cdb90, 0xc4200105d0)
/go/src/github.com/elastic/beats/filebeat/beater/signalwait.go:35 +0x27
created by github.com/elastic/beats/filebeat/beater.(*signalWait).Add
/go/src/github.com/elastic/beats/filebeat/beater/signalwait.go:38 +0x52
goroutine 67 [IO wait]:
net.runtime_pollWait(0x7f2848ea9e50, 0x72, 0x4)
/usr/local/go/src/runtime/netpoll.go:164 +0x59
net.(*pollDesc).wait(0xc4200564c8, 0x72, 0x1dc5b40, 0x1dbeba8)
/usr/local/go/src/net/fd_poll_runtime.go:75 +0x38
net.(*pollDesc).waitRead(0xc4200564c8, 0xc420235000, 0x1000)
/usr/local/go/src/net/fd_poll_runtime.go:80 +0x34
net.(*netFD).Read(0xc420056460, 0xc420235000, 0x1000, 0x1000, 0x0, 0x1dc5b40, 0x1dbeba8)
/usr/local/go/src/net/fd_unix.go:250 +0x1b7
net.(*conn).Read(0xc4201480f8, 0xc420235000, 0x1000, 0x1000, 0x0, 0x0, 0x0)
/usr/local/go/src/net/net.go:181 +0x70
net/http.(*persistConn).Read(0xc42018b0e0, 0xc420235000, 0x1000, 0x1000, 0xc4202f9978, 0xa47dad, 0xc4201c4048)
/usr/local/go/src/net/http/transport.go:1316 +0x14b
bufio.(*Reader).fill(0xc420155080)
/usr/local/go/src/bufio/bufio.go:97 +0x117
bufio.(*Reader).ReadSlice(0xc420155080, 0xa47e0a, 0xc4201e3ef0, 0x0, 0xc4202f9a58, 0xa494ae, 0xc4201e3ef0)
/usr/local/go/src/bufio/bufio.go:338 +0xbb
net/http/internal.readChunkLine(0xc420155080, 0xc4202f9a58, 0xc420233400, 0xa8be70, 0xc420233400, 0xc420ff8b40)
/usr/local/go/src/net/http/internal/chunked.go:122 +0x34
net/http/internal.(*chunkedReader).beginChunk(0xc4203f4090)
/usr/local/go/src/net/http/internal/chunked.go:48 +0x32
net/http/internal.(*chunkedReader).Read(0xc4203f4090, 0xc4205e8001, 0x5ff, 0x5ff, 0x163cca8, 0x0, 0xcd53ed)
/usr/local/go/src/net/http/internal/chunked.go:93 +0x128
net/http.(*body).readLocked(0xc4201c2000, 0xc4205e8001, 0x5ff, 0x5ff, 0xa6126b, 0xc420016220, 0xc420ff8b40)
/usr/local/go/src/net/http/transfer.go:761 +0x61
net/http.(*body).Read(0xc4201c2000, 0xc4205e8001, 0x5ff, 0x5ff, 0x0, 0x0, 0x0)
/usr/local/go/src/net/http/transfer.go:753 +0xfd
net/http.(*bodyEOFSignal).Read(0xc4201c2040, 0xc4205e8001, 0x5ff, 0x5ff, 0x0, 0x0, 0x0)
/usr/local/go/src/net/http/transport.go:2035 +0xe9
encoding/json.(*Decoder).refill(0xc4201c4000, 0xa, 0x9)
/usr/local/go/src/encoding/json/stream.go:152 +0x109
encoding/json.(*Decoder).readValue(0xc4201c4000, 0x0, 0x0, 0xa473d8)
/usr/local/go/src/encoding/json/stream.go:128 +0x1ca
encoding/json.(*Decoder).Decode(0xc4201c4000, 0x142d180, 0xc420bee360, 0x0, 0x0)
/usr/local/go/src/encoding/json/stream.go:57 +0x85
github.com/elastic/beats/vendor/github.com/docker/docker/client.(*Client).Events.func1(0xc420014360, 0xc420170a80, 0xc4202cdba0, 0xa, 0x0, 0x0, 0xc4203cfa70, 0xc4200143c0, 0x7f2848ea8f10, 0xc420158740, ...)
/go/src/github.com/elastic/beats/vendor/github.com/docker/docker/client/events.go:54 +0x293
created by github.com/elastic/beats/vendor/github.com/docker/docker/client.(*Client).Events
/go/src/github.com/elastic/beats/vendor/github.com/docker/docker/client/events.go:67 +0x11d
goroutine 635 [chan receive, 257 minutes]:
github.com/elastic/beats/filebeat/channel.SubOutlet.func1(0xc42045b080, 0x1dc6ac0, 0xc4202786f0)
/go/src/github.com/elastic/beats/filebeat/channel/util.go:26 +0x57
created by github.com/elastic/beats/filebeat/channel.SubOutlet
/go/src/github.com/elastic/beats/filebeat/channel/util.go:29 +0x12a
goroutine 85 [chan receive, 1533 minutes]:
github.com/elastic/beats/filebeat/channel.SubOutlet.func1(0xc42045b560, 0x1dc6ac0, 0xc4202786f0)
/go/src/github.com/elastic/beats/filebeat/channel/util.go:26 +0x57
created by github.com/elastic/beats/filebeat/channel.SubOutlet
/go/src/github.com/elastic/beats/filebeat/channel/util.go:29 +0x12a
goroutine 88 [chan receive, 258 minutes]:
github.com/elastic/beats/filebeat/channel.SubOutlet.func1(0xc42045bfc0, 0x1dc6ac0, 0xc4202786f0)
/go/src/github.com/elastic/beats/filebeat/channel/util.go:26 +0x57
created by github.com/elastic/beats/filebeat/channel.SubOutlet
/go/src/github.com/elastic/beats/filebeat/channel/util.go:29 +0x12a
goroutine 364 [select]:
github.com/elastic/beats/filebeat/harvester/reader.(*Timeout).Next(0xc420617500, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xc420814167, ...)
/go/src/github.com/elastic/beats/filebeat/harvester/reader/timeout.go:60 +0x228
github.com/elastic/beats/filebeat/harvester/reader.(*Multiline).readNext(0xc420bec6c0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...)
/go/src/github.com/elastic/beats/filebeat/harvester/reader/multiline.go:146 +0x73
github.com/elastic/beats/filebeat/harvester/reader.(*Multiline).Next(0xc420bec6c0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xa5, ...)
/go/src/github.com/elastic/beats/filebeat/harvester/reader/multiline.go:114 +0x62
github.com/elastic/beats/filebeat/harvester/reader.(*Limit).Next(0xc42076a160, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xed15c02c2, ...)
/go/src/github.com/elastic/beats/filebeat/harvester/reader/limit.go:17 +0x66
github.com/elastic/beats/filebeat/prospector/log.(*Harvester).Run(0xc4201886c0, 0x0, 0x0)
/go/src/github.com/elastic/beats/filebeat/prospector/log/harvester.go:216 +0x279
github.com/elastic/beats/filebeat/harvester.(*Registry).Start.func1(0xc4203dd580, 0x1dca580, 0xc4201886c0)
/go/src/github.com/elastic/beats/filebeat/harvester/registry.go:80 +0x95
created by github.com/elastic/beats/filebeat/harvester.(*Registry).Start
/go/src/github.com/elastic/beats/filebeat/harvester/registry.go:84 +0xc5
goroutine 551 [select, 258 minutes]:
github.com/elastic/beats/filebeat/prospector/log.(*Harvester).Run.func2(0xc4205b66c0)
/go/src/github.com/elastic/beats/filebeat/prospector/log/harvester.go:195 +0x182
created by github.com/elastic/beats/filebeat/prospector/log.(*Harvester).Run
/go/src/github.com/elastic/beats/filebeat/prospector/log/harvester.go:205 +0x16f
goroutine 91 [chan receive, 1533 minutes]:
github.com/elastic/beats/filebeat/channel.SubOutlet.func1(0xc420212a20, 0x1dc6ac0, 0xc4202786f0)
/go/src/github.com/elastic/beats/filebeat/channel/util.go:26 +0x57
created by github.com/elastic/beats/filebeat/channel.SubOutlet
/go/src/github.com/elastic/beats/filebeat/channel/util.go:29 +0x12a
goroutine 16 [chan receive, 1529 minutes]:
github.com/elastic/beats/filebeat/channel.SubOutlet.func1(0xc4201e5c00, 0x1dc6ac0, 0xc4202786f0)
/go/src/github.com/elastic/beats/filebeat/channel/util.go:26 +0x57
created by github.com/elastic/beats/filebeat/channel.SubOutlet
/go/src/github.com/elastic/beats/filebeat/channel/util.go:29 +0x12a
goroutine 570 [select]:
github.com/elastic/beats/filebeat/prospector/log.(*Log).wait(0xc420141650)
/go/src/github.com/elastic/beats/filebeat/prospector/log/log.go:151 +0x131
github.com/elastic/beats/filebeat/prospector/log.(*Log).Read(0xc420141650, 0xc4204ca000, 0x4000, 0x4000, 0x4000, 0x4000, 0xc4206f5bc8)
/go/src/github.com/elastic/beats/filebeat/prospector/log/log.go:86 +0x26c
github.com/elastic/beats/filebeat/harvester/reader.(*Line).advance(0xc420192070, 0x158f2c0, 0x30)
/go/src/github.com/elastic/beats/filebeat/harvester/reader/line.go:109 +0x102
github.com/elastic/beats/filebeat/harvester/reader.(*Line).Next(0xc420192070, 0x4, 0x0, 0x0, 0x158f2c0, 0xc420067620, 0xc420bf3320)
/go/src/github.com/elastic/beats/filebeat/harvester/reader/line.go:55 +0x35
github.com/elastic/beats/filebeat/harvester/reader.Encode.Next(0xc420192070, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xa3bb34, ...)
/go/src/github.com/elastic/beats/filebeat/harvester/reader/encode.go:30 +0x5e
github.com/elastic/beats/filebeat/harvester/reader.(*JSON).Next(0xc4203e2020, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...)
/go/src/github.com/elastic/beats/filebeat/harvester/reader/json.go:77 +0x66
github.com/elastic/beats/filebeat/harvester/reader.(*StripNewline).Next(0xc420816000, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...)
/go/src/github.com/elastic/beats/filebeat/harvester/reader/strip_newline.go:16 +0x66
github.com/elastic/beats/filebeat/harvester/reader.(*Timeout).Next.func1(0xc4214f8000)
/go/src/github.com/elastic/beats/filebeat/harvester/reader/timeout.go:51 +0x52
created by github.com/elastic/beats/filebeat/harvester/reader.(*Timeout).Next
/go/src/github.com/elastic/beats/filebeat/harvester/reader/timeout.go:57 +0x24b
goroutine 325 [chan receive, 384 minutes]:
github.com/elastic/beats/filebeat/channel.SubOutlet.func1(0xc4203e2600, 0x1dc6ac0, 0xc4202786f0)
/go/src/github.com/elastic/beats/filebeat/channel/util.go:26 +0x57
created by github.com/elastic/beats/filebeat/channel.SubOutlet
/go/src/github.com/elastic/beats/filebeat/channel/util.go:29 +0x12a
goroutine 147 [chan receive]:
github.com/elastic/beats/vendor/github.com/elastic/go-lumber/client/v2.(*AsyncClient).ackLoop(0xc4203f45d0)
/go/src/github.com/elastic/beats/vendor/github.com/elastic/go-lumber/client/v2/async.go:149 +0xe7
created by github.com/elastic/beats/vendor/github.com/elastic/go-lumber/client/v2.(*AsyncClient).startACK
/go/src/github.com/elastic/beats/vendor/github.com/elastic/go-lumber/client/v2/async.go:123 +0x95
goroutine 314 [chan receive, 371 minutes]:
github.com/elastic/beats/filebeat/channel.SubOutlet.func1(0xc42091e800, 0x1dc6ac0, 0xc4202786f0)
/go/src/github.com/elastic/beats/filebeat/channel/util.go:26 +0x57
created by github.com/elastic/beats/filebeat/channel.SubOutlet
/go/src/github.com/elastic/beats/filebeat/channel/util.go:29 +0x12a
goroutine 94 [chan receive, 1533 minutes]:
github.com/elastic/beats/filebeat/channel.SubOutlet.func1(0xc42045a000, 0x1dc6ac0, 0xc4202786f0)
/go/src/github.com/elastic/beats/filebeat/channel/util.go:26 +0x57
created by github.com/elastic/beats/filebeat/channel.SubOutlet
/go/src/github.com/elastic/beats/filebeat/channel/util.go:29 +0x12a
goroutine 328 [chan receive, 384 minutes]:
github.com/elastic/beats/filebeat/channel.SubOutlet.func1(0xc42038f700, 0x1dc6ac0, 0xc4202786f0)
/go/src/github.com/elastic/beats/filebeat/channel/util.go:26 +0x57
created by github.com/elastic/beats/filebeat/channel.SubOutlet
/go/src/github.com/elastic/beats/filebeat/channel/util.go:29 +0x12a
goroutine 524 [chan receive, 269 minutes]:
github.com/elastic/beats/filebeat/channel.SubOutlet.func1(0xc42076a880, 0x1dc6ac0, 0xc4202786f0)
/go/src/github.com/elastic/beats/filebeat/channel/util.go:26 +0x57
created by github.com/elastic/beats/filebeat/channel.SubOutlet
/go/src/github.com/elastic/beats/filebeat/channel/util.go:29 +0x12a
goroutine 691 [chan receive, 257 minutes]:
github.com/elastic/beats/filebeat/channel.SubOutlet.func1(0xc42019d780, 0x1dc6ac0, 0xc4202786f0)
/go/src/github.com/elastic/beats/filebeat/channel/util.go:26 +0x57
created by github.com/elastic/beats/filebeat/channel.SubOutlet
/go/src/github.com/elastic/beats/filebeat/channel/util.go:29 +0x12a
goroutine 149 [chan receive, 1533 minutes]:
github.com/elastic/beats/filebeat/channel.SubOutlet.func1(0xc4203e2280, 0x1dc6ac0, 0xc4202786f0)
/go/src/github.com/elastic/beats/filebeat/channel/util.go:26 +0x57
created by github.com/elastic/beats/filebeat/channel.SubOutlet
/go/src/github.com/elastic/beats/filebeat/channel/util.go:29 +0x12a
goroutine 152 [chan receive, 1533 minutes]:
github.com/elastic/beats/filebeat/channel.SubOutlet.func1(0xc4203e3040, 0x1dc6ac0, 0xc4202786f0)
/go/src/github.com/elastic/beats/filebeat/channel/util.go:26 +0x57
created by github.com/elastic/beats/filebeat/channel.SubOutlet
/go/src/github.com/elastic/beats/filebeat/channel/util.go:29 +0x12a
goroutine 413 [chan receive, 384 minutes]:
github.com/elastic/beats/filebeat/channel.SubOutlet.func1(0xc4202da7c0, 0x1dc6ac0, 0xc4202786f0)
/go/src/github.com/elastic/beats/filebeat/channel/util.go:26 +0x57
created by github.com/elastic/beats/filebeat/channel.SubOutlet
/go/src/github.com/elastic/beats/filebeat/channel/util.go:29 +0x12a
goroutine 155 [chan receive, 1533 minutes]:
github.com/elastic/beats/filebeat/channel.SubOutlet.func1(0xc4203e3e60, 0x1dc6ac0, 0xc4202786f0)
/go/src/github.com/elastic/beats/filebeat/channel/util.go:26 +0x57
created by github.com/elastic/beats/filebeat/channel.SubOutlet
/go/src/github.com/elastic/beats/filebeat/channel/util.go:29 +0x12a
goroutine 71 [chan receive, 1533 minutes]:
github.com/elastic/beats/filebeat/channel.SubOutlet.func1(0xc4201621c0, 0x1dc6ac0, 0xc4202786f0)
/go/src/github.com/elastic/beats/filebeat/channel/util.go:26 +0x57
created by github.com/elastic/beats/filebeat/channel.SubOutlet
/go/src/github.com/elastic/beats/filebeat/channel/util.go:29 +0x12a
goroutine 164 [chan receive, 1533 minutes]:
github.com/elastic/beats/filebeat/channel.SubOutlet.func1(0xc4202da200, 0x1dc6ac0, 0xc4202786f0)
/go/src/github.com/elastic/beats/filebeat/channel/util.go:26 +0x57
created by github.com/elastic/beats/filebeat/channel.SubOutlet
/go/src/github.com/elastic/beats/filebeat/channel/util.go:29 +0x12a
goroutine 335 [chan receive, 371 minutes]:
github.com/elastic/beats/filebeat/channel.SubOutlet.func1(0xc42076b820, 0x1dc6ac0, 0xc4202786f0)
/go/src/github.com/elastic/beats/filebeat/channel/util.go:26 +0x57
created by github.com/elastic/beats/filebeat/channel.SubOutlet
/go/src/github.com/elastic/beats/filebeat/channel/util.go:29 +0x12a
goroutine 167 [chan receive, 1533 minutes]:
github.com/elastic/beats/filebeat/channel.SubOutlet.func1(0xc42045a440, 0x1dc6ac0, 0xc4202786f0)
/go/src/github.com/elastic/beats/filebeat/channel/util.go:26 +0x57
created by github.com/elastic/beats/filebeat/channel.SubOutlet
/go/src/github.com/elastic/beats/filebeat/channel/util.go:29 +0x12a
goroutine 541 [chan receive, 305 minutes]:
github.com/elastic/beats/filebeat/channel.SubOutlet.func1(0xc42019d0c0, 0x1dc6ac0, 0xc4202786f0)
/go/src/github.com/elastic/beats/filebeat/channel/util.go:26 +0x57
created by github.com/elastic/beats/filebeat/channel.SubOutlet
/go/src/github.com/elastic/beats/filebeat/channel/util.go:29 +0x12a
goroutine 170 [chan receive, 1529 minutes]:
github.com/elastic/beats/filebeat/channel.SubOutlet.func1(0xc42045b1a0, 0x1dc6ac0, 0xc4202786f0)
/go/src/github.com/elastic/beats/filebeat/channel/util.go:26 +0x57
created by github.com/elastic/beats/filebeat/channel.SubOutlet
/go/src/github.com/elastic/beats/filebeat/channel/util.go:29 +0x12a
goroutine 317 [chan receive, 384 minutes]:
github.com/elastic/beats/filebeat/channel.SubOutlet.func1(0xc42091f2a0, 0x1dc6ac0, 0xc4202786f0)
/go/src/github.com/elastic/beats/filebeat/channel/util.go:26 +0x57
created by github.com/elastic/beats/filebeat/channel.SubOutlet
/go/src/github.com/elastic/beats/filebeat/channel/util.go:29 +0x12a
goroutine 638 [chan receive, 258 minutes]:
github.com/elastic/beats/filebeat/channel.SubOutlet.func1(0xc42045bc00, 0x1dc6ac0, 0xc4202786f0)
/go/src/github.com/elastic/beats/filebeat/channel/util.go:26 +0x57
created by github.com/elastic/beats/filebeat/channel.SubOutlet
/go/src/github.com/elastic/beats/filebeat/channel/util.go:29 +0x12a
goroutine 281 [chan receive]:
github.com/elastic/beats/filebeat/channel.SubOutlet.func1(0xc4201e4940, 0x1dc6ac0, 0xc4202786f0)
/go/src/github.com/elastic/beats/filebeat/channel/util.go:26 +0x57
created by github.com/elastic/beats/filebeat/channel.SubOutlet
/go/src/github.com/elastic/beats/filebeat/channel/util.go:29 +0x12a
goroutine 579 [select]:
github.com/elastic/beats/filebeat/harvester/reader.(*Timeout).Next(0xc420616800, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xc4216b0180, ...)
/go/src/github.com/elastic/beats/filebeat/harvester/reader/timeout.go:60 +0x228
github.com/elastic/beats/filebeat/harvester/reader.(*Multiline).readNext(0xc420bec0c0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...)
/go/src/github.com/elastic/beats/filebeat/harvester/reader/multiline.go:146 +0x73
github.com/elastic/beats/filebeat/harvester/reader.(*Multiline).Next(0xc420bec0c0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xa5, ...)
/go/src/github.com/elastic/beats/filebeat/harvester/reader/multiline.go:114 +0x62
github.com/elastic/beats/filebeat/harvester/reader.(*Limit).Next(0xc42091e8c0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xed15c02c2, ...)
/go/src/github.com/elastic/beats/filebeat/harvester/reader/limit.go:17 +0x66
github.com/elastic/beats/filebeat/prospector/log.(*Harvester).Run(0xc4203df440, 0x0, 0x0)
/go/src/github.com/elastic/beats/filebeat/prospector/log/harvester.go:216 +0x279
github.com/elastic/beats/filebeat/harvester.(*Registry).Start.func1(0xc4203dd580, 0x1dca580, 0xc4203df440)
/go/src/github.com/elastic/beats/filebeat/harvester/registry.go:80 +0x95
created by github.com/elastic/beats/filebeat/harvester.(*Registry).Start
/go/src/github.com/elastic/beats/filebeat/harvester/registry.go:84 +0xc5
goroutine 116 [chan receive, 1533 minutes]:
github.com/elastic/beats/filebeat/channel.SubOutlet.func1(0xc4205381e0, 0x1dc6ac0, 0xc4202786f0)
/go/src/github.com/elastic/beats/filebeat/channel/util.go:26 +0x57
created by github.com/elastic/beats/filebeat/channel.SubOutlet
/go/src/github.com/elastic/beats/filebeat/channel/util.go:29 +0x12a
goroutine 139 [chan receive, 1533 minutes]:
github.com/elastic/beats/filebeat/channel.SubOutlet.func1(0xc4203e35a0, 0x1dc6ac0, 0xc4202786f0)
/go/src/github.com/elastic/beats/filebeat/channel/util.go:26 +0x57
created by github.com/elastic/beats/filebeat/channel.SubOutlet
/go/src/github.com/elastic/beats/filebeat/channel/util.go:29 +0x12a
goroutine 142 [chan receive, 1533 minutes]:
github.com/elastic/beats/filebeat/channel.SubOutlet.func1(0xc420250260, 0x1dc6ac0, 0xc4202786f0)
/go/src/github.com/elastic/beats/filebeat/channel/util.go:26 +0x57
created by github.com/elastic/beats/filebeat/channel.SubOutlet
/go/src/github.com/elastic/beats/filebeat/channel/util.go:29 +0x12a
goroutine 145 [chan receive, 1533 minutes]:
github.com/elastic/beats/filebeat/channel.SubOutlet.func1(0xc420251720, 0x1dc6ac0, 0xc4202786f0)
/go/src/github.com/elastic/beats/filebeat/channel/util.go:26 +0x57
created by github.com/elastic/beats/filebeat/channel.SubOutlet
/go/src/github.com/elastic/beats/filebeat/channel/util.go:29 +0x12a
goroutine 588 [chan receive, 255 minutes]:
github.com/elastic/beats/filebeat/channel.SubOutlet.func1(0xc420251380, 0x1dc6ac0, 0xc4202786f0)
/go/src/github.com/elastic/beats/filebeat/channel/util.go:26 +0x57
created by github.com/elastic/beats/filebeat/channel.SubOutlet
/go/src/github.com/elastic/beats/filebeat/channel/util.go:29 +0x12a
goroutine 395 [chan receive]:
github.com/elastic/beats/filebeat/channel.SubOutlet.func1(0xc4202503e0, 0x1dc6ac0, 0xc4202786f0)
/go/src/github.com/elastic/beats/filebeat/channel/util.go:26 +0x57
created by github.com/elastic/beats/filebeat/channel.SubOutlet
/go/src/github.com/elastic/beats/filebeat/channel/util.go:29 +0x12a
goroutine 552 [chan send]:
github.com/elastic/beats/filebeat/harvester/reader.(*Timeout).Next.func1(0xc420145040)
/go/src/github.com/elastic/beats/filebeat/harvester/reader/timeout.go:52 +0xfe
created by github.com/elastic/beats/filebeat/harvester/reader.(*Timeout).Next
/go/src/github.com/elastic/beats/filebeat/harvester/reader/timeout.go:57 +0x24b
goroutine 196 [chan receive, 1533 minutes]:
github.com/elastic/beats/filebeat/channel.SubOutlet.func1(0xc4201e4a60, 0x1dc6ac0, 0xc4202786f0)
/go/src/github.com/elastic/beats/filebeat/channel/util.go:26 +0x57
created by github.com/elastic/beats/filebeat/channel.SubOutlet
/go/src/github.com/elastic/beats/filebeat/channel/util.go:29 +0x12a
goroutine 389 [chan receive, 306 minutes]:
github.com/elastic/beats/filebeat/channel.SubOutlet.func1(0xc42019d180, 0x1dc6ac0, 0xc4202786f0)
/go/src/github.com/elastic/beats/filebeat/channel/util.go:26 +0x57
created by github.com/elastic/beats/filebeat/channel.SubOutlet
/go/src/github.com/elastic/beats/filebeat/channel/util.go:29 +0x12a
goroutine 576 [chan receive, 257 minutes]:
github.com/elastic/beats/filebeat/channel.SubOutlet.func1(0xc4202138c0, 0x1dc6ac0, 0xc4202786f0)
/go/src/github.com/elastic/beats/filebeat/channel/util.go:26 +0x57
created by github.com/elastic/beats/filebeat/channel.SubOutlet
/go/src/github.com/elastic/beats/filebeat/channel/util.go:29 +0x12a
goroutine 199 [chan receive, 1533 minutes]:
github.com/elastic/beats/filebeat/channel.SubOutlet.func1(0xc42022de00, 0x1dc6ac0, 0xc4202786f0)
/go/src/github.com/elastic/beats/filebeat/channel/util.go:26 +0x57
created by github.com/elastic/beats/filebeat/channel.SubOutlet
/go/src/github.com/elastic/beats/filebeat/channel/util.go:29 +0x12a
goroutine 650 [chan receive, 257 minutes]:
github.com/elastic/beats/filebeat/channel.SubOutlet.func1(0xc420453360, 0x1dc6ac0, 0xc4202786f0)
/go/src/github.com/elastic/beats/filebeat/channel/util.go:26 +0x57
created by github.com/elastic/beats/filebeat/channel.SubOutlet
/go/src/github.com/elastic/beats/filebeat/channel/util.go:29 +0x12a
goroutine 653 [chan receive, 257 minutes]:
github.com/elastic/beats/filebeat/channel.SubOutlet.func1(0xc420453ee0, 0x1dc6ac0, 0xc4202786f0)
/go/src/github.com/elastic/beats/filebeat/channel/util.go:26 +0x57
created by github.com/elastic/beats/filebeat/channel.SubOutlet
/go/src/github.com/elastic/beats/filebeat/channel/util.go:29 +0x12a
goroutine 202 [chan receive, 1533 minutes]:
github.com/elastic/beats/filebeat/channel.SubOutlet.func1(0xc420516c80, 0x1dc6ac0, 0xc4202786f0)
/go/src/github.com/elastic/beats/filebeat/channel/util.go:26 +0x57
created by github.com/elastic/beats/filebeat/channel.SubOutlet
/go/src/github.com/elastic/beats/filebeat/channel/util.go:29 +0x12a
goroutine 416 [chan receive, 384 minutes]:
github.com/elastic/beats/filebeat/channel.SubOutlet.func1(0xc42045b6e0, 0x1dc6ac0, 0xc4202786f0)
/go/src/github.com/elastic/beats/filebeat/channel/util.go:26 +0x57
created by github.com/elastic/beats/filebeat/channel.SubOutlet
/go/src/github.com/elastic/beats/filebeat/channel/util.go:29 +0x12a
goroutine 626 [chan receive, 257 minutes]:
github.com/elastic/beats/filebeat/channel.SubOutlet.func1(0xc420662b20, 0x1dc6ac0, 0xc4202786f0)
/go/src/github.com/elastic/beats/filebeat/channel/util.go:26 +0x57
created by github.com/elastic/beats/filebeat/channel.SubOutlet
/go/src/github.com/elastic/beats/filebeat/channel/util.go:29 +0x12a
goroutine 119 [chan receive, 1533 minutes]:
github.com/elastic/beats/filebeat/channel.SubOutlet.func1(0xc420538400, 0x1dc6ac0, 0xc4202786f0)
/go/src/github.com/elastic/beats/filebeat/channel/util.go:26 +0x57
created by github.com/elastic/beats/filebeat/channel.SubOutlet
/go/src/github.com/elastic/beats/filebeat/channel/util.go:29 +0x12a
goroutine 122 [chan receive, 1533 minutes]:
github.com/elastic/beats/filebeat/channel.SubOutlet.func1(0xc420539680, 0x1dc6ac0, 0xc4202786f0)
/go/src/github.com/elastic/beats/filebeat/channel/util.go:26 +0x57
created by github.com/elastic/beats/filebeat/channel.SubOutlet
/go/src/github.com/elastic/beats/filebeat/channel/util.go:29 +0x12a
goroutine 173 [chan receive, 1529 minutes]:
github.com/elastic/beats/filebeat/channel.SubOutlet.func1(0xc4200bf800, 0x1dc6ac0, 0xc4202786f0)
/go/src/github.com/elastic/beats/filebeat/channel/util.go:26 +0x57
created by github.com/elastic/beats/filebeat/channel.SubOutlet
/go/src/github.com/elastic/beats/filebeat/channel/util.go:29 +0x12a
goroutine 555 [chan receive, 257 minutes]:
github.com/elastic/beats/filebeat/channel.SubOutlet.func1(0xc4205161c0, 0x1dc6ac0, 0xc4202786f0)
/go/src/github.com/elastic/beats/filebeat/channel/util.go:26 +0x57
created by github.com/elastic/beats/filebeat/channel.SubOutlet
/go/src/github.com/elastic/beats/filebeat/channel/util.go:29 +0x12a
goroutine 176 [chan receive, 1533 minutes]:
github.com/elastic/beats/filebeat/channel.SubOutlet.func1(0xc42076a620, 0x1dc6ac0, 0xc4202786f0)
/go/src/github.com/elastic/beats/filebeat/channel/util.go:26 +0x57
created by github.com/elastic/beats/filebeat/channel.SubOutlet
/go/src/github.com/elastic/beats/filebeat/channel/util.go:29 +0x12a
goroutine 227 [chan receive, 1533 minutes]:
github.com/elastic/beats/filebeat/channel.SubOutlet.func1(0xc42076b080, 0x1dc6ac0, 0xc4202786f0)
/go/src/github.com/elastic/beats/filebeat/channel/util.go:26 +0x57
created by github.com/elastic/beats/filebeat/channel.SubOutlet
/go/src/github.com/elastic/beats/filebeat/channel/util.go:29 +0x12a
goroutine 408 [chan receive, 306 minutes]:
github.com/elastic/beats/filebeat/channel.SubOutlet.func1(0xc42022dc80, 0x1dc6ac0, 0xc4202786f0)
/go/src/github.com/elastic/beats/filebeat/channel/util.go:26 +0x57
created by github.com/elastic/beats/filebeat/channel.SubOutlet
/go/src/github.com/elastic/beats/filebeat/channel/util.go:29 +0x12a
goroutine 656 [chan receive, 257 minutes]:
github.com/elastic/beats/filebeat/channel.SubOutlet.func1(0xc42019cce0, 0x1dc6ac0, 0xc4202786f0)
/go/src/github.com/elastic/beats/filebeat/channel/util.go:26 +0x57
created by github.com/elastic/beats/filebeat/channel.SubOutlet
/go/src/github.com/elastic/beats/filebeat/channel/util.go:29 +0x12a
goroutine 230 [chan receive, 1533 minutes]:
github.com/elastic/beats/filebeat/channel.SubOutlet.func1(0xc42076bae0, 0x1dc6ac0, 0xc4202786f0)
/go/src/github.com/elastic/beats/filebeat/channel/util.go:26 +0x57
created by github.com/elastic/beats/filebeat/channel.SubOutlet
/go/src/github.com/elastic/beats/filebeat/channel/util.go:29 +0x12a
goroutine 419 [chan receive, 384 minutes]:
github.com/elastic/beats/filebeat/channel.SubOutlet.func1(0xc4205161a0, 0x1dc6ac0, 0xc4202786f0)
/go/src/github.com/elastic/beats/filebeat/channel/util.go:26 +0x57
created by github.com/elastic/beats/filebeat/channel.SubOutlet
/go/src/github.com/elastic/beats/filebeat/channel/util.go:29 +0x12a
goroutine 591 [chan receive, 257 minutes]:
github.com/elastic/beats/filebeat/channel.SubOutlet.func1(0xc4200be860, 0x1dc6ac0, 0xc4202786f0)
/go/src/github.com/elastic/beats/filebeat/channel/util.go:26 +0x57
created by github.com/elastic/beats/filebeat/channel.SubOutlet
/go/src/github.com/elastic/beats/filebeat/channel/util.go:29 +0x12a
goroutine 233 [chan receive, 1530 minutes]:
github.com/elastic/beats/filebeat/channel.SubOutlet.func1(0xc4205d0540, 0x1dc6ac0, 0xc4202786f0)
/go/src/github.com/elastic/beats/filebeat/channel/util.go:26 +0x57
created by github.com/elastic/beats/filebeat/channel.SubOutlet
/go/src/github.com/elastic/beats/filebeat/channel/util.go:29 +0x12a
goroutine 597 [chan receive, 257 minutes]:
github.com/elastic/beats/filebeat/channel.SubOutlet.func1(0xc420452c60, 0x1dc6ac0, 0xc4202786f0)
/go/src/github.com/elastic/beats/filebeat/channel/util.go:26 +0x57
created by github.com/elastic/beats/filebeat/channel.SubOutlet
/go/src/github.com/elastic/beats/filebeat/channel/util.go:29 +0x12a
goroutine 554 [select]:
github.com/elastic/beats/filebeat/harvester/reader.(*Timeout).Next(0xc4214f8000, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xc42081a527, ...)
/go/src/github.com/elastic/beats/filebeat/harvester/reader/timeout.go:60 +0x228
github.com/elastic/beats/filebeat/harvester/reader.(*Multiline).readNext(0xc42081a000, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...)
/go/src/github.com/elastic/beats/filebeat/harvester/reader/multiline.go:146 +0x73
github.com/elastic/beats/filebeat/harvester/reader.(*Multiline).Next(0xc42081a000, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xa5, ...)
/go/src/github.com/elastic/beats/filebeat/harvester/reader/multiline.go:114 +0x62
github.com/elastic/beats/filebeat/harvester/reader.(*Limit).Next(0xc4203e2060, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xed15c02cc, ...)
/go/src/github.com/elastic/beats/filebeat/harvester/reader/limit.go:17 +0x66
github.com/elastic/beats/filebeat/prospector/log.(*Harvester).Run(0xc4205b6240, 0x0, 0x0)
/go/src/github.com/elastic/beats/filebeat/prospector/log/harvester.go:216 +0x279
github.com/elastic/beats/filebeat/harvester.(*Registry).Start.func1(0xc4203dd580, 0x1dca580, 0xc4205b6240)
/go/src/github.com/elastic/beats/filebeat/harvester/registry.go:80 +0x95
created by github.com/elastic/beats/filebeat/harvester.(*Registry).Start
/go/src/github.com/elastic/beats/filebeat/harvester/registry.go:84 +0xc5
goroutine 212 [chan receive, 1533 minutes]:
github.com/elastic/beats/filebeat/channel.SubOutlet.func1(0xc42000c0a0, 0x1dc6ac0, 0xc4202786f0)
/go/src/github.com/elastic/beats/filebeat/channel/util.go:26 +0x57
created by github.com/elastic/beats/filebeat/channel.SubOutlet
/go/src/github.com/elastic/beats/filebeat/channel/util.go:29 +0x12a
goroutine 271 [chan receive, 1525 minutes]:
github.com/elastic/beats/filebeat/channel.SubOutlet.func1(0xc4203e3b60, 0x1dc6ac0, 0xc4202786f0)
/go/src/github.com/elastic/beats/filebeat/channel/util.go:26 +0x57
created by github.com/elastic/beats/filebeat/channel.SubOutlet
/go/src/github.com/elastic/beats/filebeat/channel/util.go:29 +0x12a
goroutine 215 [chan receive, 1533 minutes]:
github.com/elastic/beats/filebeat/channel.SubOutlet.func1(0xc420146f20, 0x1dc6ac0, 0xc4202786f0)
/go/src/github.com/elastic/beats/filebeat/channel/util.go:26 +0x57
created by github.com/elastic/beats/filebeat/channel.SubOutlet
/go/src/github.com/elastic/beats/filebeat/channel/util.go:29 +0x12a
goroutine 218 [chan receive, 1533 minutes]:
github.com/elastic/beats/filebeat/channel.SubOutlet.func1(0xc420147e40, 0x1dc6ac0, 0xc4202786f0)
/go/src/github.com/elastic/beats/filebeat/channel/util.go:26 +0x57
created by github.com/elastic/beats/filebeat/channel.SubOutlet
/go/src/github.com/elastic/beats/filebeat/channel/util.go:29 +0x12a
goroutine 221 [chan receive, 1533 minutes]:
github.com/elastic/beats/filebeat/channel.SubOutlet.func1(0xc4203e2fa0, 0x1dc6ac0, 0xc4202786f0)
/go/src/github.com/elastic/beats/filebeat/channel/util.go:26 +0x57
created by github.com/elastic/beats/filebeat/channel.SubOutlet
/go/src/github.com/elastic/beats/filebeat/channel/util.go:29 +0x12a
goroutine 224 [chan receive, 1533 minutes]:
github.com/elastic/beats/filebeat/channel.SubOutlet.func1(0xc4200bf420, 0x1dc6ac0, 0xc4202786f0)
/go/src/github.com/elastic/beats/filebeat/channel/util.go:26 +0x57
created by github.com/elastic/beats/filebeat/channel.SubOutlet
/go/src/github.com/elastic/beats/filebeat/channel/util.go:29 +0x12a
goroutine 259 [chan receive, 1533 minutes]:
github.com/elastic/beats/filebeat/channel.SubOutlet.func1(0xc42038f3c0, 0x1dc6ac0, 0xc4202786f0)
/go/src/github.com/elastic/beats/filebeat/channel/util.go:26 +0x57
created by github.com/elastic/beats/filebeat/channel.SubOutlet
/go/src/github.com/elastic/beats/filebeat/channel/util.go:29 +0x12a
goroutine 262 [chan receive, 1530 minutes]:
github.com/elastic/beats/filebeat/channel.SubOutlet.func1(0xc4201631e0, 0x1dc6ac0, 0xc4202786f0)
/go/src/github.com/elastic/beats/filebeat/channel/util.go:26 +0x57
created by github.com/elastic/beats/filebeat/channel.SubOutlet
/go/src/github.com/elastic/beats/filebeat/channel/util.go:29 +0x12a
goroutine 632 [chan receive, 258 minutes]:
github.com/elastic/beats/filebeat/channel.SubOutlet.func1(0xc42045a080, 0x1dc6ac0, 0xc4202786f0)
/go/src/github.com/elastic/beats/filebeat/channel/util.go:26 +0x57
created by github.com/elastic/beats/filebeat/channel.SubOutlet
/go/src/github.com/elastic/beats/filebeat/channel/util.go:29 +0x12a
goroutine 580 [chan receive, 255 minutes]:
github.com/elastic/beats/filebeat/channel.SubOutlet.func1(0xc42091e8e0, 0x1dc6ac0, 0xc4202786f0)
/go/src/github.com/elastic/beats/filebeat/channel/util.go:26 +0x57
created by github.com/elastic/beats/filebeat/channel.SubOutlet
/go/src/github.com/elastic/beats/filebeat/channel/util.go:29 +0x12a
goroutine 405 [chan receive, 306 minutes]:
github.com/elastic/beats/filebeat/channel.SubOutlet.func1(0xc42022caa0, 0x1dc6ac0, 0xc4202786f0)
/go/src/github.com/elastic/beats/filebeat/channel/util.go:26 +0x57
created by github.com/elastic/beats/filebeat/channel.SubOutlet
/go/src/github.com/elastic/beats/filebeat/channel/util.go:29 +0x12a
goroutine 265 [chan receive, 1530 minutes]:
github.com/elastic/beats/filebeat/channel.SubOutlet.func1(0xc42052a7e0, 0x1dc6ac0, 0xc4202786f0)
/go/src/github.com/elastic/beats/filebeat/channel/util.go:26 +0x57
created by github.com/elastic/beats/filebeat/channel.SubOutlet
/go/src/github.com/elastic/beats/filebeat/channel/util.go:29 +0x12a
goroutine 641 [chan receive, 257 minutes]:
github.com/elastic/beats/filebeat/channel.SubOutlet.func1(0xc4203e2ca0, 0x1dc6ac0, 0xc4202786f0)
/go/src/github.com/elastic/beats/filebeat/channel/util.go:26 +0x57
created by github.com/elastic/beats/filebeat/channel.SubOutlet
/go/src/github.com/elastic/beats/filebeat/channel/util.go:29 +0x12a
goroutine 394 [select]:
github.com/elastic/beats/filebeat/channel.(*subOutlet).OnEvent(0xc420517ca0, 0xc4201b4000, 0xc4203e0240)
/go/src/github.com/elastic/beats/filebeat/channel/util.go:53 +0x1ef
github.com/elastic/beats/filebeat/harvester.(*Forwarder).Send(0xc420337fd0, 0xc4201b4000, 0x0, 0x0)
/go/src/github.com/elastic/beats/filebeat/harvester/forwarder.go:33 +0x41
github.com/elastic/beats/filebeat/prospector/log.(*Harvester).sendEvent(0xc4205b66c0, 0xc4201b4000, 0xc42089dcf8)
/go/src/github.com/elastic/beats/filebeat/prospector/log/harvester.go:319 +0x80
github.com/elastic/beats/filebeat/prospector/log.(*Harvester).Run(0xc4205b66c0, 0x0, 0x0)
/go/src/github.com/elastic/beats/filebeat/prospector/log/harvester.go:290 +0x462
github.com/elastic/beats/filebeat/harvester.(*Registry).Start.func1(0xc4203dd580, 0x1dca580, 0xc4205b66c0)
/go/src/github.com/elastic/beats/filebeat/harvester/registry.go:80 +0x95
created by github.com/elastic/beats/filebeat/harvester.(*Registry).Start
/go/src/github.com/elastic/beats/filebeat/harvester/registry.go:84 +0xc5
goroutine 186 [chan receive, 1533 minutes]:
github.com/elastic/beats/filebeat/channel.SubOutlet.func1(0xc420452bc0, 0x1dc6ac0, 0xc4202786f0)
/go/src/github.com/elastic/beats/filebeat/channel/util.go:26 +0x57
created by github.com/elastic/beats/filebeat/channel.SubOutlet
/go/src/github.com/elastic/beats/filebeat/channel/util.go:29 +0x12a
goroutine 279 [select, 258 minutes]:
github.com/elastic/beats/filebeat/prospector/log.(*Harvester).Run.func2(0xc4205b6900)
/go/src/github.com/elastic/beats/filebeat/prospector/log/harvester.go:195 +0x182
created by github.com/elastic/beats/filebeat/prospector/log.(*Harvester).Run
/go/src/github.com/elastic/beats/filebeat/prospector/log/harvester.go:205 +0x16f
goroutine 81 [chan receive, 1533 minutes]:
github.com/elastic/beats/filebeat/channel.SubOutlet.func1(0xc42076b320, 0x1dc6ac0, 0xc4202786f0)
/go/src/github.com/elastic/beats/filebeat/channel/util.go:26 +0x57
created by github.com/elastic/beats/filebeat/channel.SubOutlet
/go/src/github.com/elastic/beats/filebeat/channel/util.go:29 +0x12a
goroutine 311 [chan receive, 1501 minutes]:
github.com/elastic/beats/filebeat/channel.SubOutlet.func1(0xc420663d00, 0x1dc6ac0, 0xc4202786f0)
/go/src/github.com/elastic/beats/filebeat/channel/util.go:26 +0x57
created by github.com/elastic/beats/filebeat/channel.SubOutlet
/go/src/github.com/elastic/beats/filebeat/channel/util.go:29 +0x12a
goroutine 546 [chan receive, 271 minutes]:
github.com/elastic/beats/filebeat/channel.SubOutlet.func1(0xc42045a340, 0x1dc6ac0, 0xc4202786f0)
/go/src/github.com/elastic/beats/filebeat/channel/util.go:26 +0x57
created by github.com/elastic/beats/filebeat/channel.SubOutlet
/go/src/github.com/elastic/beats/filebeat/channel/util.go:29 +0x12a
goroutine 292 [chan receive, 1533 minutes]:
github.com/elastic/beats/filebeat/channel.SubOutlet.func1(0xc42052a280, 0x1dc6ac0, 0xc4202786f0)
/go/src/github.com/elastic/beats/filebeat/channel/util.go:26 +0x57
created by github.com/elastic/beats/filebeat/channel.SubOutlet
/go/src/github.com/elastic/beats/filebeat/channel/util.go:29 +0x12a
goroutine 295 [chan receive, 1533 minutes]:
github.com/elastic/beats/filebeat/channel.SubOutlet.func1(0xc42052afa0, 0x1dc6ac0, 0xc4202786f0)
/go/src/github.com/elastic/beats/filebeat/channel/util.go:26 +0x57
created by github.com/elastic/beats/filebeat/channel.SubOutlet
/go/src/github.com/elastic/beats/filebeat/channel/util.go:29 +0x12a
goroutine 530 [chan receive, 367 minutes]:
github.com/elastic/beats/filebeat/channel.SubOutlet.func1(0xc4201e5de0, 0x1dc6ac0, 0xc4202786f0)
/go/src/github.com/elastic/beats/filebeat/channel/util.go:26 +0x57
created by github.com/elastic/beats/filebeat/channel.SubOutlet
/go/src/github.com/elastic/beats/filebeat/channel/util.go:29 +0x12a
goroutine 298 [chan receive, 1533 minutes]:
github.com/elastic/beats/filebeat/channel.SubOutlet.func1(0xc42052bd80, 0x1dc6ac0, 0xc4202786f0)
/go/src/github.com/elastic/beats/filebeat/channel/util.go:26 +0x57
created by github.com/elastic/beats/filebeat/channel.SubOutlet
/go/src/github.com/elastic/beats/filebeat/channel/util.go:29 +0x12a
goroutine 301 [chan receive, 1530 minutes]:
github.com/elastic/beats/filebeat/channel.SubOutlet.func1(0xc4201468a0, 0x1dc6ac0, 0xc4202786f0)
/go/src/github.com/elastic/beats/filebeat/channel/util.go:26 +0x57
created by github.com/elastic/beats/filebeat/channel.SubOutlet
/go/src/github.com/elastic/beats/filebeat/channel/util.go:29 +0x12a
goroutine 320 [chan receive, 306 minutes]:
github.com/elastic/beats/filebeat/channel.SubOutlet.func1(0xc42091fd20, 0x1dc6ac0, 0xc4202786f0)
/go/src/github.com/elastic/beats/filebeat/channel/util.go:26 +0x57
created by github.com/elastic/beats/filebeat/channel.SubOutlet
/go/src/github.com/elastic/beats/filebeat/channel/util.go:29 +0x12a
goroutine 304 [chan receive, 1533 minutes]:
github.com/elastic/beats/filebeat/channel.SubOutlet.func1(0xc420147a60, 0x1dc6ac0, 0xc4202786f0)
/go/src/github.com/elastic/beats/filebeat/channel/util.go:26 +0x57
created by github.com/elastic/beats/filebeat/channel.SubOutlet
/go/src/github.com/elastic/beats/filebeat/channel/util.go:29 +0x12a
goroutine 367 [chan receive, 258 minutes]:
github.com/elastic/beats/filebeat/channel.SubOutlet.func1(0xc420662060, 0x1dc6ac0, 0xc4202786f0)
/go/src/github.com/elastic/beats/filebeat/channel/util.go:26 +0x57
created by github.com/elastic/beats/filebeat/channel.SubOutlet
/go/src/github.com/elastic/beats/filebeat/channel/util.go:29 +0x12a
goroutine 307 [chan receive, 1533 minutes]:
github.com/elastic/beats/filebeat/channel.SubOutlet.func1(0xc4202517c0, 0x1dc6ac0, 0xc4202786f0)
/go/src/github.com/elastic/beats/filebeat/channel/util.go:26 +0x57
created by github.com/elastic/beats/filebeat/channel.SubOutlet
/go/src/github.com/elastic/beats/filebeat/channel/util.go:29 +0x12a
goroutine 578 [chan receive, 258 minutes]:
github.com/elastic/beats/filebeat/channel.CloseOnSignal.func1(0xc420546360, 0x1dc6b00, 0xc4201e4940)
/go/src/github.com/elastic/beats/filebeat/channel/util.go:83 +0x40
created by github.com/elastic/beats/filebeat/channel.CloseOnSignal
/go/src/github.com/elastic/beats/filebeat/channel/util.go:85 +0x76
goroutine 594 [chan receive, 258 minutes]:
github.com/elastic/beats/filebeat/channel.SubOutlet.func1(0xc4204521c0, 0x1dc6ac0, 0xc4202786f0)
/go/src/github.com/elastic/beats/filebeat/channel/util.go:26 +0x57
created by github.com/elastic/beats/filebeat/channel.SubOutlet
/go/src/github.com/elastic/beats/filebeat/channel/util.go:29 +0x12a
goroutine 573 [chan receive, 258 minutes]:
github.com/elastic/beats/filebeat/channel.SubOutlet.func1(0xc420212c80, 0x1dc6ac0, 0xc4202786f0)
/go/src/github.com/elastic/beats/filebeat/channel/util.go:26 +0x57
created by github.com/elastic/beats/filebeat/channel.SubOutlet
/go/src/github.com/elastic/beats/filebeat/channel/util.go:29 +0x12a
goroutine 538 [chan receive, 306 minutes]:
github.com/elastic/beats/filebeat/channel.SubOutlet.func1(0xc42019df80, 0x1dc6ac0, 0xc4202786f0)
/go/src/github.com/elastic/beats/filebeat/channel/util.go:26 +0x57
created by github.com/elastic/beats/filebeat/channel.SubOutlet
/go/src/github.com/elastic/beats/filebeat/channel/util.go:29 +0x12a
goroutine 338 [chan receive, 1533 minutes]:
github.com/elastic/beats/filebeat/channel.SubOutlet.func1(0xc42091f7c0, 0x1dc6ac0, 0xc4202786f0)
/go/src/github.com/elastic/beats/filebeat/channel/util.go:26 +0x57
created by github.com/elastic/beats/filebeat/channel.SubOutlet
/go/src/github.com/elastic/beats/filebeat/channel/util.go:29 +0x12a
goroutine 644 [chan receive, 257 minutes]:
github.com/elastic/beats/filebeat/channel.SubOutlet.func1(0xc4203e3b00, 0x1dc6ac0, 0xc4202786f0)
/go/src/github.com/elastic/beats/filebeat/channel/util.go:26 +0x57
created by github.com/elastic/beats/filebeat/channel.SubOutlet
/go/src/github.com/elastic/beats/filebeat/channel/util.go:29 +0x12a
goroutine 253 [chan receive, 1533 minutes]:
github.com/elastic/beats/filebeat/channel.SubOutlet.func1(0xc4205d1720, 0x1dc6ac0, 0xc4202786f0)
/go/src/github.com/elastic/beats/filebeat/channel/util.go:26 +0x57
created by github.com/elastic/beats/filebeat/channel.SubOutlet
/go/src/github.com/elastic/beats/filebeat/channel/util.go:29 +0x12a
goroutine 354 [chan receive, 1533 minutes]:
github.com/elastic/beats/filebeat/channel.SubOutlet.func1(0xc4202504a0, 0x1dc6ac0, 0xc4202786f0)
/go/src/github.com/elastic/beats/filebeat/channel/util.go:26 +0x57
created by github.com/elastic/beats/filebeat/channel.SubOutlet
/go/src/github.com/elastic/beats/filebeat/channel/util.go:29 +0x12a
goroutine 647 [chan receive, 257 minutes]:
github.com/elastic/beats/filebeat/channel.SubOutlet.func1(0xc4204527a0, 0x1dc6ac0, 0xc4202786f0)
/go/src/github.com/elastic/beats/filebeat/channel/util.go:26 +0x57
created by github.com/elastic/beats/filebeat/channel.SubOutlet
/go/src/github.com/elastic/beats/filebeat/channel/util.go:29 +0x12a
goroutine 562 [select]:
github.com/elastic/beats/filebeat/prospector/log.(*Log).wait(0xc420103490)
/go/src/github.com/elastic/beats/filebeat/prospector/log/log.go:151 +0x131
github.com/elastic/beats/filebeat/prospector/log.(*Log).Read(0xc420103490, 0xc4219ce000, 0x4000, 0x4000, 0x4000, 0x4000, 0xc4208f1bc8)
/go/src/github.com/elastic/beats/filebeat/prospector/log/log.go:86 +0x26c
github.com/elastic/beats/filebeat/harvester/reader.(*Line).advance(0xc420103570, 0x158f2c0, 0x30)
/go/src/github.com/elastic/beats/filebeat/harvester/reader/line.go:109 +0x102
github.com/elastic/beats/filebeat/harvester/reader.(*Line).Next(0xc420103570, 0x4, 0x0, 0x0, 0x158f2c0, 0xc4208a5bf0, 0xc4205c9680)
/go/src/github.com/elastic/beats/filebeat/harvester/reader/line.go:55 +0x35
github.com/elastic/beats/filebeat/harvester/reader.Encode.Next(0xc420103570, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xc42040d7c0, ...)
/go/src/github.com/elastic/beats/filebeat/harvester/reader/encode.go:30 +0x5e
github.com/elastic/beats/filebeat/harvester/reader.(*JSON).Next(0xc420251960, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...)
/go/src/github.com/elastic/beats/filebeat/harvester/reader/json.go:77 +0x66
github.com/elastic/beats/filebeat/harvester/reader.(*StripNewline).Next(0xc420143bb0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...)
/go/src/github.com/elastic/beats/filebeat/harvester/reader/strip_newline.go:16 +0x66
github.com/elastic/beats/filebeat/harvester/reader.(*Timeout).Next.func1(0xc4201458c0)
/go/src/github.com/elastic/beats/filebeat/harvester/reader/timeout.go:51 +0x52
created by github.com/elastic/beats/filebeat/harvester/reader.(*Timeout).Next
/go/src/github.com/elastic/beats/filebeat/harvester/reader/timeout.go:57 +0x24b
goroutine 422 [chan receive, 384 minutes]:
github.com/elastic/beats/filebeat/channel.SubOutlet.func1(0xc420516d20, 0x1dc6ac0, 0xc4202786f0)
/go/src/github.com/elastic/beats/filebeat/channel/util.go:26 +0x57
created by github.com/elastic/beats/filebeat/channel.SubOutlet
/go/src/github.com/elastic/beats/filebeat/channel/util.go:29 +0x12a
goroutine 400 [select]:
github.com/elastic/beats/filebeat/harvester/reader.(*Timeout).Next(0xc4201458c0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xc420bec5e7, ...)
/go/src/github.com/elastic/beats/filebeat/harvester/reader/timeout.go:60 +0x228
github.com/elastic/beats/filebeat/harvester/reader.(*Multiline).readNext(0xc4201fc480, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...)
/go/src/github.com/elastic/beats/filebeat/harvester/reader/multiline.go:146 +0x73
github.com/elastic/beats/filebeat/harvester/reader.(*Multiline).Next(0xc4201fc480, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xa5, ...)
/go/src/github.com/elastic/beats/filebeat/harvester/reader/multiline.go:114 +0x62
github.com/elastic/beats/filebeat/harvester/reader.(*Limit).Next(0xc4202519a0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xed15c02c2, ...)
/go/src/github.com/elastic/beats/filebeat/harvester/reader/limit.go:17 +0x66
github.com/elastic/beats/filebeat/prospector/log.(*Harvester).Run(0xc4205b6b40, 0x0, 0x0)
/go/src/github.com/elastic/beats/filebeat/prospector/log/harvester.go:216 +0x279
github.com/elastic/beats/filebeat/harvester.(*Registry).Start.func1(0xc4203dd580, 0x1dca580, 0xc4205b6b40)
/go/src/github.com/elastic/beats/filebeat/harvester/registry.go:80 +0x95
created by github.com/elastic/beats/filebeat/harvester.(*Registry).Start
/go/src/github.com/elastic/beats/filebeat/harvester/registry.go:84 +0xc5
goroutine 401 [select, 258 minutes]:
github.com/elastic/beats/filebeat/prospector/log.(*Harvester).Run.func2(0xc4205b6b40)
/go/src/github.com/elastic/beats/filebeat/prospector/log/harvester.go:195 +0x182
created by github.com/elastic/beats/filebeat/prospector/log.(*Harvester).Run
/go/src/github.com/elastic/beats/filebeat/prospector/log/harvester.go:205 +0x16f
goroutine 425 [chan receive, 384 minutes]:
github.com/elastic/beats/filebeat/channel.SubOutlet.func1(0xc4205178e0, 0x1dc6ac0, 0xc4202786f0)
/go/src/github.com/elastic/beats/filebeat/channel/util.go:26 +0x57
created by github.com/elastic/beats/filebeat/channel.SubOutlet
/go/src/github.com/elastic/beats/filebeat/channel/util.go:29 +0x12a
goroutine 569 [select, 258 minutes]:
github.com/elastic/beats/filebeat/prospector/log.(*Harvester).Run.func2(0xc4205b6240)
/go/src/github.com/elastic/beats/filebeat/prospector/log/harvester.go:195 +0x182
created by github.com/elastic/beats/filebeat/prospector/log.(*Harvester).Run
/go/src/github.com/elastic/beats/filebeat/prospector/log/harvester.go:205 +0x16f
goroutine 428 [chan receive, 384 minutes]:
github.com/elastic/beats/filebeat/channel.SubOutlet.func1(0xc42091e7a0, 0x1dc6ac0, 0xc4202786f0)
/go/src/github.com/elastic/beats/filebeat/channel/util.go:26 +0x57
created by github.com/elastic/beats/filebeat/channel.SubOutlet
/go/src/github.com/elastic/beats/filebeat/channel/util.go:29 +0x12a
goroutine 431 [chan receive, 384 minutes]:
github.com/elastic/beats/filebeat/channel.SubOutlet.func1(0xc42091f360, 0x1dc6ac0, 0xc4202786f0)
/go/src/github.com/elastic/beats/filebeat/channel/util.go:26 +0x57
created by github.com/elastic/beats/filebeat/channel.SubOutlet
/go/src/github.com/elastic/beats/filebeat/channel/util.go:29 +0x12a
goroutine 434 [chan receive, 384 minutes]:
github.com/elastic/beats/filebeat/channel.SubOutlet.func1(0xc42091ff20, 0x1dc6ac0, 0xc4202786f0)
/go/src/github.com/elastic/beats/filebeat/channel/util.go:26 +0x57
created by github.com/elastic/beats/filebeat/channel.SubOutlet
/go/src/github.com/elastic/beats/filebeat/channel/util.go:29 +0x12a
goroutine 437 [chan receive, 384 minutes]:
github.com/elastic/beats/filebeat/channel.SubOutlet.func1(0xc42022df80, 0x1dc6ac0, 0xc4202786f0)
/go/src/github.com/elastic/beats/filebeat/channel/util.go:26 +0x57
created by github.com/elastic/beats/filebeat/channel.SubOutlet
/go/src/github.com/elastic/beats/filebeat/channel/util.go:29 +0x12a
goroutine 563 [select, 258 minutes]:
github.com/elastic/beats/filebeat/prospector/log.(*Harvester).Run.func2(0xc4203df440)
/go/src/github.com/elastic/beats/filebeat/prospector/log/harvester.go:195 +0x182
created by github.com/elastic/beats/filebeat/prospector/log.(*Harvester).Run
/go/src/github.com/elastic/beats/filebeat/prospector/log/harvester.go:205 +0x16f
goroutine 564 [select]:
github.com/elastic/beats/filebeat/prospector/log.(*Log).wait(0xc4201c8f50)
/go/src/github.com/elastic/beats/filebeat/prospector/log/log.go:151 +0x131
github.com/elastic/beats/filebeat/prospector/log.(*Log).Read(0xc4201c8f50, 0xc420c76000, 0x4000, 0x4000, 0x4000, 0x4000, 0xa47dad)
/go/src/github.com/elastic/beats/filebeat/prospector/log/log.go:86 +0x26c
github.com/elastic/beats/filebeat/harvester/reader.(*Line).advance(0xc4201c8fc0, 0x158f2c0, 0xc4206f3c68)
/go/src/github.com/elastic/beats/filebeat/harvester/reader/line.go:109 +0x102
github.com/elastic/beats/filebeat/harvester/reader.(*Line).Next(0xc4201c8fc0, 0x4, 0xa47d0f, 0xc4206f3cd0, 0xc4227ca000, 0xa8be70, 0xc4227ca000)
/go/src/github.com/elastic/beats/filebeat/harvester/reader/line.go:55 +0x35
github.com/elastic/beats/filebeat/harvester/reader.Encode.Next(0xc4201c8fc0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xa3bb34, ...)
/go/src/github.com/elastic/beats/filebeat/harvester/reader/encode.go:30 +0x5e
github.com/elastic/beats/filebeat/harvester/reader.(*JSON).Next(0xc42091e880, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...)
/go/src/github.com/elastic/beats/filebeat/harvester/reader/json.go:77 +0x66
github.com/elastic/beats/filebeat/harvester/reader.(*StripNewline).Next(0xc4203f1110, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...)
/go/src/github.com/elastic/beats/filebeat/harvester/reader/strip_newline.go:16 +0x66
github.com/elastic/beats/filebeat/harvester/reader.(*Timeout).Next.func1(0xc420616800)
/go/src/github.com/elastic/beats/filebeat/harvester/reader/timeout.go:51 +0x52
created by github.com/elastic/beats/filebeat/harvester/reader.(*Timeout).Next
/go/src/github.com/elastic/beats/filebeat/harvester/reader/timeout.go:57 +0x24b
goroutine 440 [chan receive, 384 minutes]:
github.com/elastic/beats/filebeat/channel.SubOutlet.func1(0xc4203e2d40, 0x1dc6ac0, 0xc4202786f0)
/go/src/github.com/elastic/beats/filebeat/channel/util.go:26 +0x57
created by github.com/elastic/beats/filebeat/channel.SubOutlet
/go/src/github.com/elastic/beats/filebeat/channel/util.go:29 +0x12a
goroutine 398 [chan receive]:
github.com/elastic/beats/filebeat/channel.SubOutlet.func1(0xc420250e60, 0x1dc6ac0, 0xc4202786f0)
/go/src/github.com/elastic/beats/filebeat/channel/util.go:26 +0x57
created by github.com/elastic/beats/filebeat/channel.SubOutlet
/go/src/github.com/elastic/beats/filebeat/channel/util.go:29 +0x12a
goroutine 443 [chan receive, 384 minutes]:
github.com/elastic/beats/filebeat/channel.SubOutlet.func1(0xc4203e3fe0, 0x1dc6ac0, 0xc4202786f0)
/go/src/github.com/elastic/beats/filebeat/channel/util.go:26 +0x57
created by github.com/elastic/beats/filebeat/channel.SubOutlet
/go/src/github.com/elastic/beats/filebeat/channel/util.go:29 +0x12a
goroutine 446 [chan receive, 384 minutes]:
github.com/elastic/beats/filebeat/channel.SubOutlet.func1(0xc420662a00, 0x1dc6ac0, 0xc4202786f0)
/go/src/github.com/elastic/beats/filebeat/channel/util.go:26 +0x57
created by github.com/elastic/beats/filebeat/channel.SubOutlet
/go/src/github.com/elastic/beats/filebeat/channel/util.go:29 +0x12a
goroutine 449 [chan receive, 384 minutes]:
github.com/elastic/beats/filebeat/channel.SubOutlet.func1(0xc420663460, 0x1dc6ac0, 0xc4202786f0)
/go/src/github.com/elastic/beats/filebeat/channel/util.go:26 +0x57
created by github.com/elastic/beats/filebeat/channel.SubOutlet
/go/src/github.com/elastic/beats/filebeat/channel/util.go:29 +0x12a
goroutine 397 [select]:
github.com/elastic/beats/filebeat/harvester/reader.(*Timeout).Next(0xc4201454c0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xc42081a227, ...)
/go/src/github.com/elastic/beats/filebeat/harvester/reader/timeout.go:60 +0x228
github.com/elastic/beats/filebeat/harvester/reader.(*Multiline).readNext(0xc4201fc240, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...)
/go/src/github.com/elastic/beats/filebeat/harvester/reader/multiline.go:146 +0x73
github.com/elastic/beats/filebeat/harvester/reader.(*Multiline).Next(0xc4201fc240, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xa5, ...)
/go/src/github.com/elastic/beats/filebeat/harvester/reader/multiline.go:114 +0x62
github.com/elastic/beats/filebeat/harvester/reader.(*Limit).Next(0xc420250e40, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xed15c02c2, ...)
/go/src/github.com/elastic/beats/filebeat/harvester/reader/limit.go:17 +0x66
github.com/elastic/beats/filebeat/prospector/log.(*Harvester).Run(0xc4205b6900, 0x0, 0x0)
/go/src/github.com/elastic/beats/filebeat/prospector/log/harvester.go:216 +0x279
github.com/elastic/beats/filebeat/harvester.(*Registry).Start.func1(0xc4203dd580, 0x1dca580, 0xc4205b6900)
/go/src/github.com/elastic/beats/filebeat/harvester/registry.go:80 +0x95
created by github.com/elastic/beats/filebeat/harvester.(*Registry).Start
/go/src/github.com/elastic/beats/filebeat/harvester/registry.go:84 +0xc5
goroutine 517 [chan receive, 356 minutes]:
github.com/elastic/beats/filebeat/channel.SubOutlet.func1(0xc42091f300, 0x1dc6ac0, 0xc4202786f0)
/go/src/github.com/elastic/beats/filebeat/channel/util.go:26 +0x57
created by github.com/elastic/beats/filebeat/channel.SubOutlet
/go/src/github.com/elastic/beats/filebeat/channel/util.go:29 +0x12a
goroutine 452 [chan receive, 384 minutes]:
github.com/elastic/beats/filebeat/channel.SubOutlet.func1(0xc420663ee0, 0x1dc6ac0, 0xc4202786f0)
/go/src/github.com/elastic/beats/filebeat/channel/util.go:26 +0x57
created by github.com/elastic/beats/filebeat/channel.SubOutlet
/go/src/github.com/elastic/beats/filebeat/channel/util.go:29 +0x12a
goroutine 396 [chan receive, 258 minutes]:
github.com/elastic/beats/filebeat/channel.CloseOnSignal.func1(0xc4205c1bc0, 0x1dc6b00, 0xc4202503e0)
/go/src/github.com/elastic/beats/filebeat/channel/util.go:83 +0x40
created by github.com/elastic/beats/filebeat/channel.CloseOnSignal
/go/src/github.com/elastic/beats/filebeat/channel/util.go:85 +0x76
goroutine 455 [chan receive, 384 minutes]:
github.com/elastic/beats/filebeat/channel.SubOutlet.func1(0xc4205d0960, 0x1dc6ac0, 0xc4202786f0)
/go/src/github.com/elastic/beats/filebeat/channel/util.go:26 +0x57
created by github.com/elastic/beats/filebeat/channel.SubOutlet
/go/src/github.com/elastic/beats/filebeat/channel/util.go:29 +0x12a
goroutine 566 [select, 258 minutes]:
github.com/elastic/beats/filebeat/prospector/log.(*Harvester).Run.func2(0xc4201886c0)
/go/src/github.com/elastic/beats/filebeat/prospector/log/harvester.go:195 +0x182
created by github.com/elastic/beats/filebeat/prospector/log.(*Harvester).Run
/go/src/github.com/elastic/beats/filebeat/prospector/log/harvester.go:205 +0x16f
goroutine 567 [select]:
github.com/elastic/beats/filebeat/prospector/log.(*Log).wait(0xc42030f030)
/go/src/github.com/elastic/beats/filebeat/prospector/log/log.go:151 +0x131
github.com/elastic/beats/filebeat/prospector/log.(*Log).Read(0xc42030f030, 0xc42034a000, 0x4000, 0x4000, 0x4000, 0x4000, 0xc4206f1bc8)
/go/src/github.com/elastic/beats/filebeat/prospector/log/log.go:86 +0x26c
github.com/elastic/beats/filebeat/harvester/reader.(*Line).advance(0xc42030f0a0, 0x158f2c0, 0x30)
/go/src/github.com/elastic/beats/filebeat/harvester/reader/line.go:109 +0x102
github.com/elastic/beats/filebeat/harvester/reader.(*Line).Next(0xc42030f0a0, 0x4, 0x0, 0x0, 0x158f2c0, 0xc420434990, 0xc4205d25a0)
/go/src/github.com/elastic/beats/filebeat/harvester/reader/line.go:55 +0x35
github.com/elastic/beats/filebeat/harvester/reader.Encode.Next(0xc42030f0a0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xc4201f6000, ...)
/go/src/github.com/elastic/beats/filebeat/harvester/reader/encode.go:30 +0x5e
github.com/elastic/beats/filebeat/harvester/reader.(*JSON).Next(0xc42076a120, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...)
/go/src/github.com/elastic/beats/filebeat/harvester/reader/json.go:77 +0x66
github.com/elastic/beats/filebeat/harvester/reader.(*StripNewline).Next(0xc4200f5b60, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...)
/go/src/github.com/elastic/beats/filebeat/harvester/reader/strip_newline.go:16 +0x66
github.com/elastic/beats/filebeat/harvester/reader.(*Timeout).Next.func1(0xc420617500)
/go/src/github.com/elastic/beats/filebeat/harvester/reader/timeout.go:51 +0x52
created by github.com/elastic/beats/filebeat/harvester/reader.(*Timeout).Next
/go/src/github.com/elastic/beats/filebeat/harvester/reader/timeout.go:57 +0x24b
goroutine 458 [chan receive, 371 minutes]:
github.com/elastic/beats/filebeat/channel.SubOutlet.func1(0xc4205d1580, 0x1dc6ac0, 0xc4202786f0)
/go/src/github.com/elastic/beats/filebeat/channel/util.go:26 +0x57
created by github.com/elastic/beats/filebeat/channel.SubOutlet
/go/src/github.com/elastic/beats/filebeat/channel/util.go:29 +0x12a
goroutine 461 [chan receive, 384 minutes]:
github.com/elastic/beats/filebeat/channel.SubOutlet.func1(0xc42076a000, 0x1dc6ac0, 0xc4202786f0)
/go/src/github.com/elastic/beats/filebeat/channel/util.go:26 +0x57
created by github.com/elastic/beats/filebeat/channel.SubOutlet
/go/src/github.com/elastic/beats/filebeat/channel/util.go:29 +0x12a
goroutine 583 [chan receive]:
github.com/elastic/beats/filebeat/channel.SubOutlet.func1(0xc42091f520, 0x1dc6ac0, 0xc4202786f0)
/go/src/github.com/elastic/beats/filebeat/channel/util.go:26 +0x57
created by github.com/elastic/beats/filebeat/channel.SubOutlet
/go/src/github.com/elastic/beats/filebeat/channel/util.go:29 +0x12a
goroutine 464 [chan receive, 384 minutes]:
github.com/elastic/beats/filebeat/channel.SubOutlet.func1(0xc42076aa80, 0x1dc6ac0, 0xc4202786f0)
/go/src/github.com/elastic/beats/filebeat/channel/util.go:26 +0x57
created by github.com/elastic/beats/filebeat/channel.SubOutlet
/go/src/github.com/elastic/beats/filebeat/channel/util.go:29 +0x12a
goroutine 629 [chan receive, 257 minutes]:
github.com/elastic/beats/filebeat/channel.SubOutlet.func1(0xc4206635a0, 0x1dc6ac0, 0xc4202786f0)
/go/src/github.com/elastic/beats/filebeat/channel/util.go:26 +0x57
created by github.com/elastic/beats/filebeat/channel.SubOutlet
/go/src/github.com/elastic/beats/filebeat/channel/util.go:29 +0x12a
goroutine 467 [chan receive, 384 minutes]:
github.com/elastic/beats/filebeat/channel.SubOutlet.func1(0xc42076b520, 0x1dc6ac0, 0xc4202786f0)
/go/src/github.com/elastic/beats/filebeat/channel/util.go:26 +0x57
created by github.com/elastic/beats/filebeat/channel.SubOutlet
/go/src/github.com/elastic/beats/filebeat/channel/util.go:29 +0x12a
goroutine 470 [chan receive, 384 minutes]:
github.com/elastic/beats/filebeat/channel.SubOutlet.func1(0xc42076bfa0, 0x1dc6ac0, 0xc4202786f0)
/go/src/github.com/elastic/beats/filebeat/channel/util.go:26 +0x57
created by github.com/elastic/beats/filebeat/channel.SubOutlet
/go/src/github.com/elastic/beats/filebeat/channel/util.go:29 +0x12a
goroutine 399 [chan receive, 258 minutes]:
github.com/elastic/beats/filebeat/channel.CloseOnSignal.func1(0xc4205c1ec0, 0x1dc6b00, 0xc420250e60)
/go/src/github.com/elastic/beats/filebeat/channel/util.go:83 +0x40
created by github.com/elastic/beats/filebeat/channel.CloseOnSignal
/go/src/github.com/elastic/beats/filebeat/channel/util.go:85 +0x76
goroutine 492 [chan receive, 306 minutes]:
github.com/elastic/beats/filebeat/channel.SubOutlet.func1(0xc42045bd80, 0x1dc6ac0, 0xc4202786f0)
/go/src/github.com/elastic/beats/filebeat/channel/util.go:26 +0x57
created by github.com/elastic/beats/filebeat/channel.SubOutlet
/go/src/github.com/elastic/beats/filebeat/channel/util.go:29 +0x12a
goroutine 495 [chan receive, 306 minutes]:
github.com/elastic/beats/filebeat/channel.SubOutlet.func1(0xc42091ebe0, 0x1dc6ac0, 0xc4202786f0)
/go/src/github.com/elastic/beats/filebeat/channel/util.go:26 +0x57
created by github.com/elastic/beats/filebeat/channel.SubOutlet
/go/src/github.com/elastic/beats/filebeat/channel/util.go:29 +0x12a
goroutine 584 [chan receive, 258 minutes]:
github.com/elastic/beats/filebeat/channel.CloseOnSignal.func1(0xc4210a0600, 0x1dc6b00, 0xc42091f520)
/go/src/github.com/elastic/beats/filebeat/channel/util.go:83 +0x40
created by github.com/elastic/beats/filebeat/channel.CloseOnSignal
/go/src/github.com/elastic/beats/filebeat/channel/util.go:85 +0x76
goroutine 393 [chan receive, 258 minutes]:
github.com/elastic/beats/filebeat/channel.CloseOnSignal.func1(0xc4205c18c0, 0x1dc6b00, 0xc420517ca0)
/go/src/github.com/elastic/beats/filebeat/channel/util.go:83 +0x40
created by github.com/elastic/beats/filebeat/channel.CloseOnSignal
/go/src/github.com/elastic/beats/filebeat/channel/util.go:85 +0x76
goroutine 585 [chan receive, 257 minutes]:
github.com/elastic/beats/filebeat/channel.SubOutlet.func1(0xc420517d40, 0x1dc6ac0, 0xc4202786f0)
/go/src/github.com/elastic/beats/filebeat/channel/util.go:26 +0x57
created by github.com/elastic/beats/filebeat/channel.SubOutlet
/go/src/github.com/elastic/beats/filebeat/channel/util.go:29 +0x12a
goroutine 507 [chan receive, 384 minutes]:
github.com/elastic/beats/filebeat/channel.SubOutlet.func1(0xc421057480, 0x1dc6ac0, 0xc4202786f0)
/go/src/github.com/elastic/beats/filebeat/channel/util.go:26 +0x57
created by github.com/elastic/beats/filebeat/channel.SubOutlet
/go/src/github.com/elastic/beats/filebeat/channel/util.go:29 +0x12a
goroutine 280 [runnable]:
github.com/elastic/beats/filebeat/prospector/log.(*Log).wait(0xc420102380)
/go/src/github.com/elastic/beats/filebeat/prospector/log/log.go:151 +0x131
github.com/elastic/beats/filebeat/prospector/log.(*Log).Read(0xc420102380, 0xc4202d0000, 0x4000, 0x4000, 0x4000, 0x4000, 0xc4209bbbc8)
/go/src/github.com/elastic/beats/filebeat/prospector/log/log.go:86 +0x26c
github.com/elastic/beats/filebeat/harvester/reader.(*Line).advance(0xc420102460, 0x158f2c0, 0x30)
/go/src/github.com/elastic/beats/filebeat/harvester/reader/line.go:109 +0x102
github.com/elastic/beats/filebeat/harvester/reader.(*Line).Next(0xc420102460, 0x4, 0x0, 0x0, 0x158f2c0, 0xc420066d80, 0xc421090120)
/go/src/github.com/elastic/beats/filebeat/harvester/reader/line.go:55 +0x35
github.com/elastic/beats/filebeat/harvester/reader.Encode.Next(0xc420102460, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xa3bb34, ...)
/go/src/github.com/elastic/beats/filebeat/harvester/reader/encode.go:30 +0x5e
github.com/elastic/beats/filebeat/harvester/reader.(*JSON).Next(0xc420250e00, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...)
/go/src/github.com/elastic/beats/filebeat/harvester/reader/json.go:77 +0x66
github.com/elastic/beats/filebeat/harvester/reader.(*StripNewline).Next(0xc42045dc00, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...)
/go/src/github.com/elastic/beats/filebeat/harvester/reader/strip_newline.go:16 +0x66
github.com/elastic/beats/filebeat/harvester/reader.(*Timeout).Next.func1(0xc4201454c0)
/go/src/github.com/elastic/beats/filebeat/harvester/reader/timeout.go:51 +0x52
created by github.com/elastic/beats/filebeat/harvester/reader.(*Timeout).Next
/go/src/github.com/elastic/beats/filebeat/harvester/reader/timeout.go:57 +0x24b
goroutine 510 [chan receive, 384 minutes]:
github.com/elastic/beats/filebeat/channel.SubOutlet.func1(0xc421057f20, 0x1dc6ac0, 0xc4202786f0)
/go/src/github.com/elastic/beats/filebeat/channel/util.go:26 +0x57
created by github.com/elastic/beats/filebeat/channel.SubOutlet
/go/src/github.com/elastic/beats/filebeat/channel/util.go:29 +0x12a
goroutine 346 [chan receive]:
github.com/elastic/beats/filebeat/channel.SubOutlet.func1(0xc42045ab20, 0x1dc6ac0, 0xc4202786f0)
/go/src/github.com/elastic/beats/filebeat/channel/util.go:26 +0x57
created by github.com/elastic/beats/filebeat/channel.SubOutlet
/go/src/github.com/elastic/beats/filebeat/channel/util.go:29 +0x12a
goroutine 347 [chan receive, 258 minutes]:
github.com/elastic/beats/filebeat/channel.CloseOnSignal.func1(0xc420548cc0, 0x1dc6b00, 0xc42045ab20)
/go/src/github.com/elastic/beats/filebeat/channel/util.go:83 +0x40
created by github.com/elastic/beats/filebeat/channel.CloseOnSignal
/go/src/github.com/elastic/beats/filebeat/channel/util.go:85 +0x76
goroutine 662 [chan receive, 257 minutes]:
github.com/elastic/beats/filebeat/channel.SubOutlet.func1(0xc42019dbc0, 0x1dc6ac0, 0xc4202786f0)
/go/src/github.com/elastic/beats/filebeat/channel/util.go:26 +0x57
created by github.com/elastic/beats/filebeat/channel.SubOutlet
/go/src/github.com/elastic/beats/filebeat/channel/util.go:29 +0x12a
goroutine 665 [chan receive, 257 minutes]:
github.com/elastic/beats/filebeat/channel.SubOutlet.func1(0xc42076aba0, 0x1dc6ac0, 0xc4202786f0)
/go/src/github.com/elastic/beats/filebeat/channel/util.go:26 +0x57
created by github.com/elastic/beats/filebeat/channel.SubOutlet
/go/src/github.com/elastic/beats/filebeat/channel/util.go:29 +0x12a
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment