Hello,
We just deployed filebeat both Ubuntu 22.04 server and Ubuntu 22.04 desktop.
However, we cannot be able to get Filebeat connect to Elasticsearch.
Both versions of Filebeat and ES is 7.10.1;
When you run;
filebeat -e
You get errors related to GLIBC;
See sample output below;
2022-06-08T08:27:10.938Z INFO instance/beat.go:455 filebeat start running.
runtime/cgo: pthread_create failed: Operation not permitted
runtime/cgo: pthread_create failed: Operation not permitted
SIGABRT: abort
PC=0x7f5df7ae8a7c m=2 sigcode=18446744073709551610
goroutine 0 [idle]:
runtime: unknown pc 0x7f5df7ae8a7c
stack: frame={sp:0x7f5dd0dbc760, fp:0x0} stack=[0x7f5dd05bd1e8,0x7f5dd0dbcde8)
...
...
runtime: unknown pc 0x7f5df7ae8a7c
stack: frame={sp:0x7f5dd0dbc760, fp:0x0} stack=[0x7f5dd05bd1e8,0x7f5dd0dbcde8)
...
...
goroutine 1 [syscall]:
syscall.Syscall(0x4a, 0xd, 0x0, 0x0, 0xc000dd06f0, 0x1cf0379, 0xc000479410)
/usr/local/go/src/syscall/asm_linux_amd64.s:18 +0x5
syscall.Fsync(0xd, 0x1, 0x0)
/usr/local/go/src/syscall/zsyscall_linux_amd64.go:413 +0x40
internal/poll.(*FD).Fsync(0xc000564420, 0x0, 0x0)
/usr/local/go/src/internal/poll/fd_fsync_posix.go:17 +0x92
os.(*File).Sync(0xc000010748, 0x45a0e01, 0xc000476670)
/usr/local/go/src/os/file_posix.go:113 +0x4c
github.com/elastic/beats/v7/libbeat/statestore/backend/memlog.syncFile(0xc000010748, 0x3bc92e0, 0xc000476670)
/go/src/github.com/elastic/beats/libbeat/statestore/backend/memlog/util_other.go:31 +0x2b
github.com/elastic/beats/v7/libbeat/statestore/backend/memlog.writeMetaFile(0xc00055b9b0, 0x23, 0x180, 0x0, 0x0)
/go/src/github.com/elastic/beats/libbeat/statestore/backend/memlog/diskstore.go:657 +0x209
github.com/elastic/beats/v7/libbeat/statestore/backend/memlog.openStore(0xc000476630, 0xc00055b9b0, 0x23, 0xc000000180, 0x1000, 0x203000, 0x41cde40, 0xc000204e60, 0x203000, 0x203000)
/go/src/github.com/elastic/beats/libbeat/statestore/backend/memlog/store.go:70 +0x107
github.com/elastic/beats/v7/libbeat/statestore/backend/memlog.(*Registry).Access(0xc000564300, 0x401fb89, 0x8, 0x0, 0x0, 0x0, 0x0)
/go/src/github.com/elastic/beats/libbeat/statestore/backend/memlog/memlog.go:116 +0x1eb
github.com/elastic/beats/v7/libbeat/statestore.(*Registry).Get(0xc000479290, 0x401fb89, 0x8, 0x0, 0x0, 0x0)
/go/src/github.com/elastic/beats/libbeat/statestore/registry.go:64 +0x1c9
github.com/elastic/beats/v7/filebeat/beater.(*filebeatStore).Access(0xc0004552a0, 0xc000564300, 0x0, 0x0)
/go/src/github.com/elastic/beats/filebeat/beater/store.go:58 +0x40
github.com/elastic/beats/v7/filebeat/registrar.New(0x45a05c0, 0xc0004552a0, 0x45a0600, 0xc000010730, 0x0, 0x6, 0xc00002c440, 0x9)
/go/src/github.com/elastic/beats/filebeat/registrar/registrar.go:77 +0x35
github.com/elastic/beats/v7/filebeat/beater.(*Filebeat).Run(0xc000478ff0, 0xc0001d2000, 0x0, 0x0)
/go/src/github.com/elastic/beats/filebeat/beater/filebeat.go:349 +0x600
github.com/elastic/beats/v7/libbeat/cmd/instance.(*Beat).launch(0xc0001d2000, 0x401fb89, 0x8, 0x401fb89, 0x8, 0x0, 0x0, 0x1, 0x0, 0x0, ...)
/go/src/github.com/elastic/beats/libbeat/cmd/instance/beat.go:461 +0x7d8
github.com/elastic/beats/v7/libbeat/cmd/instance.Run.func1(0x401fb89, 0x8, 0x401fb89, 0x8, 0x0, 0x0, 0xc000dd1c30, 0xc000761a40, 0x0, 0x0)
/go/src/github.com/elastic/beats/libbeat/cmd/instance/beat.go:189 +0x55a
github.com/elastic/beats/v7/libbeat/cmd/instance.Run(0x401fb89, 0x8, 0x401fb89, 0x8, 0x0, 0x0, 0x1, 0x0, 0x0, 0x0, ...)
/go/src/github.com/elastic/beats/libbeat/cmd/instance/beat.go:190 +0x148
github.com/elastic/beats/v7/libbeat/cmd.genRunCmd.func1(0xc000877340, 0xc0008b7b00, 0x0, 0x9)
/go/src/github.com/elastic/beats/libbeat/cmd/run.go:36 +0x9d
github.com/spf13/cobra.(*Command).execute(0xc000877340, 0xc00004e0b0, 0x9, 0x9, 0xc000877340, 0xc00004e0b0)
/go/pkg/mod/github.com/spf13/cobra@v0.0.5/command.go:830 +0x29d
github.com/spf13/cobra.(*Command).ExecuteC(0xc000877340, 0x0, 0xffffffff, 0xc0000a2058)
/go/pkg/mod/github.com/spf13/cobra@v0.0.5/command.go:914 +0x2fb
github.com/spf13/cobra.(*Command).Execute(...)
/go/pkg/mod/github.com/spf13/cobra@v0.0.5/command.go:864
main.main()
/go/src/github.com/elastic/beats/x-pack/filebeat/main.go:22 +0x31
goroutine 16 [chan receive]:
k8s.io/klog.(*loggingT).flushDaemon(0x64d12c0)
/go/pkg/mod/k8s.io/klog@v1.0.0/klog.go:1010 +0x8b
created by k8s.io/klog.init.0
/go/pkg/mod/k8s.io/klog@v1.0.0/klog.go:411 +0xd6
goroutine 20 [select]:
go.opencensus.io/stats/view.(*worker).start(0xc0001505a0)
/go/pkg/mod/go.opencensus.io@v0.22.2/stats/view/worker.go:154 +0x100
created by go.opencensus.io/stats/view.init.0
/go/pkg/mod/go.opencensus.io@v0.22.2/stats/view/worker.go:32 +0x57
goroutine 45 [select]:
github.com/elastic/beats/v7/libbeat/processors/add_cloud_metadata.(*addCloudMetadata).fetchMetadata(0xc000436ba0, 0x0)
/go/src/github.com/elastic/beats/libbeat/processors/add_cloud_metadata/providers.go:160 +0x495
github.com/elastic/beats/v7/libbeat/processors/add_cloud_metadata.(*addCloudMetadata).init.func1()
/go/src/github.com/elastic/beats/libbeat/processors/add_cloud_metadata/add_cloud_metadata.go:87 +0x41
sync.(*Once).doSlow(0xc000436ba0, 0xc0000717b8)
/usr/local/go/src/sync/once.go:66 +0xec
sync.(*Once).Do(...)
/usr/local/go/src/sync/once.go:57
github.com/elastic/beats/v7/libbeat/processors/add_cloud_metadata.(*addCloudMetadata).init(0xc000436ba0)
/go/src/github.com/elastic/beats/libbeat/processors/add_cloud_metadata/add_cloud_metadata.go:86 +0x60
created by github.com/elastic/beats/v7/libbeat/processors/add_cloud_metadata.New
/go/src/github.com/elastic/beats/libbeat/processors/add_cloud_metadata/add_cloud_metadata.go:76 +0x26d
goroutine 51 [select]:
github.com/elastic/beats/v7/libbeat/processors/add_kubernetes_metadata.(*cache).cleanup(0xc000437c50)
/go/src/github.com/elastic/beats/libbeat/processors/add_kubernetes_metadata/cache.go:79 +0x22e
created by github.com/elastic/beats/v7/libbeat/processors/add_kubernetes_metadata.newCache
/go/src/github.com/elastic/beats/libbeat/processors/add_kubernetes_metadata/cache.go:44 +0xc4
goroutine 21 [select]:
net/http.(*Transport).getConn(0xc0003cf7c0, 0xc00048c080, 0x0, 0xc00013a870, 0x4, 0xc000036920, 0x12, 0x0, 0x0, 0x0, ...)
/usr/local/go/src/net/http/transport.go:1350 +0x585
net/http.(*Transport).roundTrip(0xc0003cf7c0, 0xc000488600, 0x3fb9da0, 0xc000080801, 0xc000488600)
/usr/local/go/src/net/http/transport.go:569 +0x76b
net/http.(*Transport).RoundTrip(0xc0003cf7c0, 0xc000488600, 0xc0003cf7c0, 0xc0a03538776174f9, 0xc1987d42)
/usr/local/go/src/net/http/roundtrip.go:17 +0x35
net/http.send(0xc000488500, 0x45a42a0, 0xc0003cf7c0, 0xc0a03538776174f9, 0xc1987d42, 0x64d0ce0, 0xc00011b6b8, 0xc0a03538776174f9, 0x1, 0x0)
/usr/local/go/src/net/http/client.go:252 +0x43e
net/http.(*Client).send(0xc00048a1e0, 0xc000488500, 0xc0a03538776174f9, 0xc1987d42, 0x64d0ce0, 0xc00011b6b8, 0x0, 0x1, 0xc000488400)
/usr/local/go/src/net/http/client.go:176 +0xfa
net/http.(*Client).do(0xc00048a1e0, 0xc000488500, 0x0, 0x0, 0x0)
/usr/local/go/src/net/http/client.go:699 +0x44a
net/http.(*Client).Do(...)
/usr/local/go/src/net/http/client.go:567
github.com/elastic/beats/v7/libbeat/processors/add_cloud_metadata.(*httpMetadataFetcher).fetchRaw(0xc000436750, 0x461dac0, 0xc000117380, 0x45a42a0, 0xc0003cf7c0, 0x0, 0x0, 0x0, 0xb2d05e00, 0xc00013a870, ...)
/go/src/github.com/elastic/beats/libbeat/processors/add_cloud_metadata/http_fetcher.go:100 +0x36a
github.com/elastic/beats/v7/libbeat/processors/add_cloud_metadata.(*httpMetadataFetcher).fetchMetadata(0xc000436750, 0x461dac0, 0xc000117380, 0x45a42a0, 0xc0003cf7c0, 0x0, 0x0, 0x0, 0xb2d05e00, 0x0, ...)
/go/src/github.com/elastic/beats/libbeat/processors/add_cloud_metadata/http_fetcher.go:69 +0x1d7
github.com/elastic/beats/v7/libbeat/processors/add_cloud_metadata.(*addCloudMetadata).fetchMetadata.func2(0x461dac0, 0xc000117380, 0xc0000a2360, 0x45a0c40, 0xc000436750, 0x45a42a0, 0xc0003cf7c0, 0x0, 0x0, 0x0, ...)
/go/src/github.com/elastic/beats/libbeat/processors/add_cloud_metadata/providers.go:154 +0xae
created by github.com/elastic/beats/v7/libbeat/processors/add_cloud_metadata.(*addCloudMetadata).fetchMetadata
/go/src/github.com/elastic/beats/libbeat/processors/add_cloud_metadata/providers.go:151 +0x385
goroutine 22 [select]:
net/http.(*Transport).getConn(0xc0003cf7c0, 0xc00048c0c0, 0x0, 0xc00013a8c0, 0x4, 0xc0000369e0, 0x12, 0x0, 0x0, 0x0, ...)
/usr/local/go/src/net/http/transport.go:1350 +0x585
net/http.(*Transport).roundTrip(0xc0003cf7c0, 0xc000488900, 0x3fb9da0, 0xc000080801, 0xc000488900)
/usr/local/go/src/net/http/transport.go:569 +0x76b
net/http.(*Transport).RoundTrip(0xc0003cf7c0, 0xc000488900, 0xc0003cf7c0, 0xc0a035387764c00e, 0xc19bc859)
/usr/local/go/src/net/http/roundtrip.go:17 +0x35
net/http.send(0xc000488800, 0x45a42a0, 0xc0003cf7c0, 0xc0a035387764c00e, 0xc19bc859, 0x64d0ce0, 0xc00011b6c8, 0xc0a035387764c00e, 0x1, 0x0)
/usr/local/go/src/net/http/client.go:252 +0x43e
net/http.(*Client).send(0xc00048a390, 0xc000488800, 0xc0a035387764c00e, 0xc19bc859, 0x64d0ce0, 0xc00011b6c8, 0x0, 0x1, 0xc000488700)
/usr/local/go/src/net/http/client.go:176 +0xfa
net/http.(*Client).do(0xc00048a390, 0xc000488800, 0x0, 0x0, 0x0)
/usr/local/go/src/net/http/client.go:699 +0x44a
net/http.(*Client).Do(...)
/usr/local/go/src/net/http/client.go:567
github.com/elastic/beats/v7/libbeat/processors/add_cloud_metadata.(*httpMetadataFetcher).fetchRaw(0xc000436870, 0x461dac0, 0xc000117380, 0x45a42a0, 0xc0003cf7c0, 0x0, 0x0, 0x0, 0xb2d05e00, 0xc00013a8c0, ...)
/go/src/github.com/elastic/beats/libbeat/processors/add_cloud_metadata/http_fetcher.go:100 +0x36a
github.com/elastic/beats/v7/libbeat/processors/add_cloud_metadata.(*httpMetadataFetcher).fetchMetadata(0xc000436870, 0x461dac0, 0xc000117380, 0x45a42a0, 0xc0003cf7c0, 0x0, 0x0, 0x0, 0xb2d05e00, 0x0, ...)
/go/src/github.com/elastic/beats/libbeat/processors/add_cloud_metadata/http_fetcher.go:69 +0x1d7
github.com/elastic/beats/v7/libbeat/processors/add_cloud_metadata.(*addCloudMetadata).fetchMetadata.func2(0x461dac0, 0xc000117380, 0xc0000a2360, 0x45a0c40, 0xc000436870, 0x45a42a0, 0xc0003cf7c0, 0x0, 0x0, 0x0, ...)
/go/src/github.com/elastic/beats/libbeat/processors/add_cloud_metadata/providers.go:154 +0xae
created by github.com/elastic/beats/v7/libbeat/processors/add_cloud_metadata.(*addCloudMetadata).fetchMetadata
/go/src/github.com/elastic/beats/libbeat/processors/add_cloud_metadata/providers.go:151 +0x385
goroutine 23 [select]:
net/http.(*Transport).getConn(0xc0003cf7c0, 0xc00048c100, 0x0, 0xc00005ba00, 0x4, 0xc000036aa0, 0x12, 0x0, 0x0, 0x0, ...)
/usr/local/go/src/net/http/transport.go:1350 +0x585
net/http.(*Transport).roundTrip(0xc0003cf7c0, 0xc000488c00, 0x3fb9da0, 0xc000080801, 0xc000488c00)
/usr/local/go/src/net/http/transport.go:569 +0x76b
net/http.(*Transport).RoundTrip(0xc0003cf7c0, 0xc000488c00, 0xc0003cf7c0, 0xc0a035387767febf, 0xc19f070b)
/usr/local/go/src/net/http/roundtrip.go:17 +0x35
net/http.send(0xc000488b00, 0x45a42a0, 0xc0003cf7c0, 0xc0a035387767febf, 0xc19f070b, 0x64d0ce0, 0xc00011b6e0, 0xc0a035387767febf, 0x1, 0x0)
/usr/local/go/src/net/http/client.go:252 +0x43e
net/http.(*Client).send(0xc00048a540, 0xc000488b00, 0xc0a035387767febf, 0xc19f070b, 0x64d0ce0, 0xc00011b6e0, 0x0, 0x1, 0xc000488a00)
/usr/local/go/src/net/http/client.go:176 +0xfa
net/http.(*Client).do(0xc00048a540, 0xc000488b00, 0x0, 0x0, 0x0)
/usr/local/go/src/net/http/client.go:699 +0x44a
net/http.(*Client).Do(...)
/usr/local/go/src/net/http/client.go:567
github.com/elastic/beats/v7/libbeat/processors/add_cloud_metadata.(*httpMetadataFetcher).fetchRaw(0xc000436960, 0x461dac0, 0xc000117380, 0x45a42a0, 0xc0003cf7c0, 0x0, 0x0, 0x0, 0xb2d05e00, 0xc00005ba00, ...)
/go/src/github.com/elastic/beats/libbeat/processors/add_cloud_metadata/http_fetcher.go:100 +0x36a
github.com/elastic/beats/v7/libbeat/processors/add_cloud_metadata.(*httpMetadataFetcher).fetchMetadata(0xc000436960, 0x461dac0, 0xc000117380, 0x45a42a0, 0xc0003cf7c0, 0x0, 0x0, 0x0, 0xb2d05e00, 0x0, ...)
/go/src/github.com/elastic/beats/libbeat/processors/add_cloud_metadata/http_fetcher.go:69 +0x1d7
github.com/elastic/beats/v7/libbeat/processors/add_cloud_metadata.(*addCloudMetadata).fetchMetadata.func2(0x461dac0, 0xc000117380, 0xc0000a2360, 0x45a0c40, 0xc000436960, 0x45a42a0, 0xc0003cf7c0, 0x0, 0x0, 0x0, ...)
/go/src/github.com/elastic/beats/libbeat/processors/add_cloud_metadata/providers.go:154 +0xae
created by github.com/elastic/beats/v7/libbeat/processors/add_cloud_metadata.(*addCloudMetadata).fetchMetadata
/go/src/github.com/elastic/beats/libbeat/processors/add_cloud_metadata/providers.go:151 +0x385
goroutine 24 [select]:
net/http.(*Transport).getConn(0xc0003cf7c0, 0xc00048c140, 0x0, 0xc0001550b0, 0x4, 0xc000036b60, 0x12, 0x0, 0x0, 0x0, ...)
/usr/local/go/src/net/http/transport.go:1350 +0x585
net/http.(*Transport).roundTrip(0xc0003cf7c0, 0xc000488f00, 0x3fb9da0, 0xc000080801, 0xc000488f00)
/usr/local/go/src/net/http/transport.go:569 +0x76b
net/http.(*Transport).RoundTrip(0xc0003cf7c0, 0xc000488f00, 0xc0003cf7c0, 0xc0a03538776b0445, 0xc1a20c93)
/usr/local/go/src/net/http/roundtrip.go:17 +0x35
net/http.send(0xc000488e00, 0x45a42a0, 0xc0003cf7c0, 0xc0a03538776b0445, 0xc1a20c93, 0x64d0ce0, 0xc00011b6f0, 0xc0a03538776b0445, 0x1, 0x0)
/usr/local/go/src/net/http/client.go:252 +0x43e
net/http.(*Client).send(0xc00048a6f0, 0xc000488e00, 0xc0a03538776b0445, 0xc1a20c93, 0x64d0ce0, 0xc00011b6f0, 0x0, 0x1, 0xc000488d00)
/usr/local/go/src/net/http/client.go:176 +0xfa
net/http.(*Client).do(0xc00048a6f0, 0xc000488e00, 0x0, 0x0, 0x0)
/usr/local/go/src/net/http/client.go:699 +0x44a
net/http.(*Client).Do(...)
/usr/local/go/src/net/http/client.go:567
github.com/elastic/beats/v7/libbeat/processors/add_cloud_metadata.(*httpMetadataFetcher).fetchRaw(0xc000436a50, 0x461dac0, 0xc000117380, 0x45a42a0, 0xc0003cf7c0, 0x0, 0x0, 0x0, 0xb2d05e00, 0xc0001550b0, ...)
/go/src/github.com/elastic/beats/libbeat/processors/add_cloud_metadata/http_fetcher.go:100 +0x36a
github.com/elastic/beats/v7/libbeat/processors/add_cloud_metadata.(*httpMetadataFetcher).fetchMetadata(0xc000436a50, 0x461dac0, 0xc000117380, 0x45a42a0, 0xc0003cf7c0, 0x0, 0x0, 0x0, 0xb2d05e00, 0x0, ...)
/go/src/github.com/elastic/beats/libbeat/processors/add_cloud_metadata/http_fetcher.go:69 +0x1d7
github.com/elastic/beats/v7/libbeat/processors/add_cloud_metadata.(*addCloudMetadata).fetchMetadata.func2(0x461dac0, 0xc000117380, 0xc0000a2360, 0x45a0c40, 0xc000436a50, 0x45a42a0, 0xc0003cf7c0, 0x0, 0x0, 0x0, ...)
/go/src/github.com/elastic/beats/libbeat/processors/add_cloud_metadata/providers.go:154 +0xae
created by github.com/elastic/beats/v7/libbeat/processors/add_cloud_metadata.(*addCloudMetadata).fetchMetadata
/go/src/github.com/elastic/beats/libbeat/processors/add_cloud_metadata/providers.go:151 +0x385
goroutine 25 [select]:
net/http.(*Transport).getConn(0xc0003cf7c0, 0xc00048c000, 0x0, 0xc00013a960, 0x4, 0xc000036860, 0x12, 0x0, 0x0, 0x0, ...)
/usr/local/go/src/net/http/transport.go:1350 +0x585
net/http.(*Transport).roundTrip(0xc0003cf7c0, 0xc000488300, 0x3fb9da0, 0xc000080801, 0xc000488300)
/usr/local/go/src/net/http/transport.go:569 +0x76b
net/http.(*Transport).RoundTrip(0xc0003cf7c0, 0xc000488300, 0xc0003cf7c0, 0xc0a03538775b1afc, 0xc192234e)
/usr/local/go/src/net/http/roundtrip.go:17 +0x35
net/http.send(0xc000488200, 0x45a42a0, 0xc0003cf7c0, 0xc0a03538775b1afc, 0xc192234e, 0x64d0ce0, 0xc00011b6a0, 0xc0a03538775b1afc, 0x1, 0x0)
/usr/local/go/src/net/http/client.go:252 +0x43e
net/http.(*Client).send(0xc00048a000, 0xc000488200, 0xc0a03538775b1afc, 0xc192234e, 0x64d0ce0, 0xc00011b6a0, 0x0, 0x1, 0xc000488100)
/usr/local/go/src/net/http/client.go:176 +0xfa
net/http.(*Client).do(0xc00048a000, 0xc000488200, 0x0, 0x0, 0x0)
/usr/local/go/src/net/http/client.go:699 +0x44a
net/http.(*Client).Do(...)
/usr/local/go/src/net/http/client.go:567
github.com/elastic/beats/v7/libbeat/processors/add_cloud_metadata.(*httpMetadataFetcher).fetchRaw(0xc000436b70, 0x461dac0, 0xc000117380, 0x45a42a0, 0xc0003cf7c0, 0x0, 0x0, 0x0, 0xb2d05e00, 0xc00013a960, ...)
/go/src/github.com/elastic/beats/libbeat/processors/add_cloud_metadata/http_fetcher.go:100 +0x36a
github.com/elastic/beats/v7/libbeat/processors/add_cloud_metadata.(*httpMetadataFetcher).fetchMetadata(0xc000436b70, 0x461dac0, 0xc000117380, 0x45a42a0, 0xc0003cf7c0, 0x0, 0x0, 0x0, 0xb2d05e00, 0x0, ...)
/go/src/github.com/elastic/beats/libbeat/processors/add_cloud_metadata/http_fetcher.go:69 +0x1d7
github.com/elastic/beats/v7/libbeat/processors/add_cloud_metadata.(*addCloudMetadata).fetchMetadata.func2(0x461dac0, 0xc000117380, 0xc0000a2360, 0x45a0c40, 0xc000436b70, 0x45a42a0, 0xc0003cf7c0, 0x0, 0x0, 0x0, ...)
/go/src/github.com/elastic/beats/libbeat/processors/add_cloud_metadata/providers.go:154 +0xae
created by github.com/elastic/beats/v7/libbeat/processors/add_cloud_metadata.(*addCloudMetadata).fetchMetadata
/go/src/github.com/elastic/beats/libbeat/processors/add_cloud_metadata/providers.go:151 +0x385
goroutine 26 [IO wait]:
internal/poll.runtime_pollWait(0x7f5dce53df40, 0x77, 0xc0001fca80)
/usr/local/go/src/runtime/netpoll.go:203 +0x55
internal/poll.(*pollDesc).wait(0xc000140518, 0x77, 0x461da00, 0xc000117380, 0xc000140500)
/usr/local/go/src/internal/poll/fd_poll_runtime.go:87 +0x45
internal/poll.(*pollDesc).waitWrite(...)
/usr/local/go/src/internal/poll/fd_poll_runtime.go:96
internal/poll.(*FD).WaitWrite(...)
/usr/local/go/src/internal/poll/fd_unix.go:498
net.(*netFD).connect(0xc000140500, 0x461dac0, 0xc000117380, 0x0, 0x0, 0x45a4820, 0xc0000368c0, 0x0, 0x0, 0x0, ...)
/usr/local/go/src/net/fd_unix.go:152 +0x257
net.(*netFD).dial(0xc000140500, 0x461dac0, 0xc000117380, 0x4633460, 0x0, 0x4633460, 0xc00048a150, 0x0, 0x7f5dcf58f701, 0xc000445410)
/usr/local/go/src/net/sock_posix.go:149 +0xff
net.socket(0x461dac0, 0xc000117380, 0x4017cc7, 0x3, 0x2, 0x1, 0x0, 0x0, 0x4633460, 0x0, ...)
/usr/local/go/src/net/sock_posix.go:70 +0x1c0
net.internetSocket(0x461dac0, 0xc000117380, 0x4017cc7, 0x3, 0x4633460, 0x0, 0x4633460, 0xc00048a150, 0x1, 0x0, ...)
/usr/local/go/src/net/ipsock_posix.go:141 +0x141
net.(*sysDialer).doDialTCP(0xc000140480, 0x461dac0, 0xc000117380, 0x0, 0xc00048a150, 0x3b2f260, 0x64ffcb8, 0x0)
/usr/local/go/src/net/tcpsock_posix.go:65 +0xc2
net.(*sysDialer).dialTCP(0xc000140480, 0x461dac0, 0xc000117380, 0x0, 0xc00048a150, 0x4017b2c, 0x3, 0x10)
/usr/local/go/src/net/tcpsock_posix.go:61 +0xd7
net.(*sysDialer).dialSingle(0xc000140480, 0x461dac0, 0xc000117380, 0x45cf300, 0xc00048a150, 0x0, 0x0, 0x0, 0x0)
/usr/local/go/src/net/dial.go:581 +0x60a
net.(*sysDialer).dialSerial(0xc000140480, 0x461dac0, 0xc000117380, 0xc000762090, 0x1, 0x1, 0x0, 0x0, 0x0, 0x0)
/usr/local/go/src/net/dial.go:549 +0x14f
net.(*Dialer).DialContext(0xc000117320, 0x461dac0, 0xc000117380, 0x4017cc7, 0x3, 0xc000036860, 0x12, 0x0, 0x0, 0x0, ...)
/usr/local/go/src/net/dial.go:426 +0x6d8
net/http.(*Transport).dial(0xc0003cf7c0, 0x461dac0, 0xc000117380, 0x4017cc7, 0x3, 0xc000036860, 0x12, 0x0, 0x0, 0x0, ...)
/usr/local/go/src/net/http/transport.go:1144 +0x1f5
net/http.(*Transport).dialConn(0xc0003cf7c0, 0x461dac0, 0xc000117380, 0x0, 0xc00013a960, 0x4, 0xc000036860, 0x12, 0x0, 0xc000494000, ...)
/usr/local/go/src/net/http/transport.go:1578 +0x19ee
net/http.(*Transport).dialConnFor(0xc0003cf7c0, 0xc00048e000)
/usr/local/go/src/net/http/transport.go:1424 +0xc6
created by net/http.(*Transport).queueForDial
/usr/local/go/src/net/http/transport.go:1393 +0x3fe
goroutine 27 [select]:
net.(*netFD).connect.func2(0x461dac0, 0xc000117380, 0xc000140500, 0xc0000a25a0, 0xc0000a2540)
/usr/local/go/src/net/fd_unix.go:129 +0xba
created by net.(*netFD).connect
/usr/local/go/src/net/fd_unix.go:128 +0x22f
goroutine 28 [IO wait]:
internal/poll.runtime_pollWait(0x7f5dce53de60, 0x77, 0xc0001fcd80)
/usr/local/go/src/runtime/netpoll.go:203 +0x55
internal/poll.(*pollDesc).wait(0xc000140998, 0x77, 0x461da00, 0xc000117380, 0xc000140980)
/usr/local/go/src/internal/poll/fd_poll_runtime.go:87 +0x45
internal/poll.(*pollDesc).waitWrite(...)
/usr/local/go/src/internal/poll/fd_poll_runtime.go:96
internal/poll.(*FD).WaitWrite(...)
/usr/local/go/src/internal/poll/fd_unix.go:498
net.(*netFD).connect(0xc000140980, 0x461dac0, 0xc000117380, 0x0, 0x0, 0x45a4820, 0xc000036980, 0x0, 0x0, 0x0, ...)
/usr/local/go/src/net/fd_unix.go:152 +0x257
net.(*netFD).dial(0xc000140980, 0x461dac0, 0xc000117380, 0x4633460, 0x0, 0x4633460, 0xc00048a300, 0x0, 0x1, 0xc00049d410)
/usr/local/go/src/net/sock_posix.go:149 +0xff
net.socket(0x461dac0, 0xc000117380, 0x4017cc7, 0x3, 0x2, 0x1, 0x0, 0x0, 0x4633460, 0x0, ...)
/usr/local/go/src/net/sock_posix.go:70 +0x1c0
net.internetSocket(0x461dac0, 0xc000117380, 0x4017cc7, 0x3, 0x4633460, 0x0, 0x4633460, 0xc00048a300, 0x1, 0x0, ...)
/usr/local/go/src/net/ipsock_posix.go:141 +0x141
net.(*sysDialer).doDialTCP(0xc000140900, 0x461dac0, 0xc000117380, 0x0, 0xc00048a300, 0x3b2f260, 0x64ffcb8, 0x0)
/usr/local/go/src/net/tcpsock_posix.go:65 +0xc2
net.(*sysDialer).dialTCP(0xc000140900, 0x461dac0, 0xc000117380, 0x0, 0xc00048a300, 0x4017b2c, 0x3, 0x10)
/usr/local/go/src/net/tcpsock_posix.go:61 +0xd7
net.(*sysDialer).dialSingle(0xc000140900, 0x461dac0, 0xc000117380, 0x45cf300, 0xc00048a300, 0x0, 0x0, 0x0, 0x0)
/usr/local/go/src/net/dial.go:581 +0x60a
net.(*sysDialer).dialSerial(0xc000140900, 0x461dac0, 0xc000117380, 0xc0007620e0, 0x1, 0x1, 0x0, 0x0, 0x0, 0x0)
/usr/local/go/src/net/dial.go:549 +0x14f
net.(*Dialer).DialContext(0xc000117320, 0x461dac0, 0xc000117380, 0x4017cc7, 0x3, 0xc000036920, 0x12, 0x0, 0x0, 0x0, ...)
/usr/local/go/src/net/dial.go:426 +0x6d8
net/http.(*Transport).dial(0xc0003cf7c0, 0x461dac0, 0xc000117380, 0x4017cc7, 0x3, 0xc000036920, 0x12, 0x0, 0x0, 0x0, ...)
/usr/local/go/src/net/http/transport.go:1144 +0x1f5
net/http.(*Transport).dialConn(0xc0003cf7c0, 0x461dac0, 0xc000117380, 0x0, 0xc00013a870, 0x4, 0xc000036920, 0x12, 0x0, 0xc000494120, ...)
/usr/local/go/src/net/http/transport.go:1578 +0x19ee
net/http.(*Transport).dialConnFor(0xc0003cf7c0, 0xc00048e0b0)
/usr/local/go/src/net/http/transport.go:1424 +0xc6
created by net/http.(*Transport).queueForDial
/usr/local/go/src/net/http/transport.go:1393 +0x3fe
goroutine 29 [select]:
net.(*netFD).connect.func2(0x461dac0, 0xc000117380, 0xc000140980, 0xc0000a2840, 0xc0000a2720)
/usr/local/go/src/net/fd_unix.go:129 +0xba
created by net.(*netFD).connect
/usr/local/go/src/net/fd_unix.go:128 +0x22f
goroutine 30 [IO wait]:
internal/poll.runtime_pollWait(0x7f5dce53dd80, 0x77, 0xc0001fd080)
/usr/local/go/src/runtime/netpoll.go:203 +0x55
internal/poll.(*pollDesc).wait(0xc000140b98, 0x77, 0x461da00, 0xc000117380, 0xc000140b80)
/usr/local/go/src/internal/poll/fd_poll_runtime.go:87 +0x45
internal/poll.(*pollDesc).waitWrite(...)
/usr/local/go/src/internal/poll/fd_poll_runtime.go:96
internal/poll.(*FD).WaitWrite(...)
/usr/local/go/src/internal/poll/fd_unix.go:498
net.(*netFD).connect(0xc000140b80, 0x461dac0, 0xc000117380, 0x0, 0x0, 0x45a4820, 0xc000036a40, 0x0, 0x0, 0x0, ...)
/usr/local/go/src/net/fd_unix.go:152 +0x257
net.(*netFD).dial(0xc000140b80, 0x461dac0, 0xc000117380, 0x4633460, 0x0, 0x4633460, 0xc00048a4b0, 0x0, 0x1, 0xc000499410)
/usr/local/go/src/net/sock_posix.go:149 +0xff
net.socket(0x461dac0, 0xc000117380, 0x4017cc7, 0x3, 0x2, 0x1, 0x0, 0x0, 0x4633460, 0x0, ...)
/usr/local/go/src/net/sock_posix.go:70 +0x1c0
net.internetSocket(0x461dac0, 0xc000117380, 0x4017cc7, 0x3, 0x4633460, 0x0, 0x4633460, 0xc00048a4b0, 0x1, 0x0, ...)
/usr/local/go/src/net/ipsock_posix.go:141 +0x141
net.(*sysDialer).doDialTCP(0xc000140b00, 0x461dac0, 0xc000117380, 0x0, 0xc00048a4b0, 0x3b2f260, 0x64ffcb8, 0x0)
/usr/local/go/src/net/tcpsock_posix.go:65 +0xc2
net.(*sysDialer).dialTCP(0xc000140b00, 0x461dac0, 0xc000117380, 0x0, 0xc00048a4b0, 0x4017b2c, 0x3, 0x10)
/usr/local/go/src/net/tcpsock_posix.go:61 +0xd7
net.(*sysDialer).dialSingle(0xc000140b00, 0x461dac0, 0xc000117380, 0x45cf300, 0xc00048a4b0, 0x0, 0x0, 0x0, 0x0)
/usr/local/go/src/net/dial.go:581 +0x60a
net.(*sysDialer).dialSerial(0xc000140b00, 0x461dac0, 0xc000117380, 0xc000762150, 0x1, 0x1, 0x0, 0x0, 0x0, 0x0)
/usr/local/go/src/net/dial.go:549 +0x14f
net.(*Dialer).DialContext(0xc000117320, 0x461dac0, 0xc000117380, 0x4017cc7, 0x3, 0xc0000369e0, 0x12, 0x0, 0x0, 0x0, ...)
/usr/local/go/src/net/dial.go:426 +0x6d8
net/http.(*Transport).dial(0xc0003cf7c0, 0x461dac0, 0xc000117380, 0x4017cc7, 0x3, 0xc0000369e0, 0x12, 0x0, 0x0, 0x0, ...)
/usr/local/go/src/net/http/transport.go:1144 +0x1f5
net/http.(*Transport).dialConn(0xc0003cf7c0, 0x461dac0, 0xc000117380, 0x0, 0xc00013a8c0, 0x4, 0xc0000369e0, 0x12, 0x0, 0xc000494240, ...)
/usr/local/go/src/net/http/transport.go:1578 +0x19ee
net/http.(*Transport).dialConnFor(0xc0003cf7c0, 0xc00048e160)
/usr/local/go/src/net/http/transport.go:1424 +0xc6
created by net/http.(*Transport).queueForDial
/usr/local/go/src/net/http/transport.go:1393 +0x3fe
goroutine 31 [select]:
net.(*netFD).connect.func2(0x461dac0, 0xc000117380, 0xc000140b80, 0xc0000a2ae0, 0xc0000a2a80)
/usr/local/go/src/net/fd_unix.go:129 +0xba
created by net.(*netFD).connect
/usr/local/go/src/net/fd_unix.go:128 +0x22f
goroutine 32 [IO wait]:
internal/poll.runtime_pollWait(0x7f5dce53dca0, 0x77, 0xc0001fd380)
/usr/local/go/src/runtime/netpoll.go:203 +0x55
internal/poll.(*pollDesc).wait(0xc000140d98, 0x77, 0x461da00, 0xc000117380, 0xc000140d80)
/usr/local/go/src/internal/poll/fd_poll_runtime.go:87 +0x45
internal/poll.(*pollDesc).waitWrite(...)
/usr/local/go/src/internal/poll/fd_poll_runtime.go:96
internal/poll.(*FD).WaitWrite(...)
/usr/local/go/src/internal/poll/fd_unix.go:498
net.(*netFD).connect(0xc000140d80, 0x461dac0, 0xc000117380, 0x0, 0x0, 0x45a4820, 0xc000036b00, 0x0, 0x0, 0x0, ...)
/usr/local/go/src/net/fd_unix.go:152 +0x257
net.(*netFD).dial(0xc000140d80, 0x461dac0, 0xc000117380, 0x4633460, 0x0, 0x4633460, 0xc00048a660, 0x0, 0x1, 0xc0004d3410)
/usr/local/go/src/net/sock_posix.go:149 +0xff
net.socket(0x461dac0, 0xc000117380, 0x4017cc7, 0x3, 0x2, 0x1, 0x0, 0x0, 0x4633460, 0x0, ...)
/usr/local/go/src/net/sock_posix.go:70 +0x1c0
net.internetSocket(0x461dac0, 0xc000117380, 0x4017cc7, 0x3, 0x4633460, 0x0, 0x4633460, 0xc00048a660, 0x1, 0x0, ...)
/usr/local/go/src/net/ipsock_posix.go:141 +0x141
net.(*sysDialer).doDialTCP(0xc000140d00, 0x461dac0, 0xc000117380, 0x0, 0xc00048a660, 0x3b2f260, 0x64ffcb8, 0x0)
/usr/local/go/src/net/tcpsock_posix.go:65 +0xc2
net.(*sysDialer).dialTCP(0xc000140d00, 0x461dac0, 0xc000117380, 0x0, 0xc00048a660, 0x4017b2c, 0x3, 0x10)
/usr/local/go/src/net/tcpsock_posix.go:61 +0xd7
net.(*sysDialer).dialSingle(0xc000140d00, 0x461dac0, 0xc000117380, 0x45cf300, 0xc00048a660, 0x0, 0x0, 0x0, 0x0)
/usr/local/go/src/net/dial.go:581 +0x60a
net.(*sysDialer).dialSerial(0xc000140d00, 0x461dac0, 0xc000117380, 0xc0007621a0, 0x1, 0x1, 0x0, 0x0, 0x0, 0x0)
/usr/local/go/src/net/dial.go:549 +0x14f
net.(*Dialer).DialContext(0xc000117320, 0x461dac0, 0xc000117380, 0x4017cc7, 0x3, 0xc000036aa0, 0x12, 0x0, 0x0, 0x0, ...)
/usr/local/go/src/net/dial.go:426 +0x6d8
net/http.(*Transport).dial(0xc0003cf7c0, 0x461dac0, 0xc000117380, 0x4017cc7, 0x3, 0xc000036aa0, 0x12, 0x0, 0x0, 0x0, ...)
/usr/local/go/src/net/http/transport.go:1144 +0x1f5
net/http.(*Transport).dialConn(0xc0003cf7c0, 0x461dac0, 0xc000117380, 0x0, 0xc00005ba00, 0x4, 0xc000036aa0, 0x12, 0x0, 0xc000494360, ...)
/usr/local/go/src/net/http/transport.go:1578 +0x19ee
net/http.(*Transport).dialConnFor(0xc0003cf7c0, 0xc00048e210)
/usr/local/go/src/net/http/transport.go:1424 +0xc6
created by net/http.(*Transport).queueForDial
/usr/local/go/src/net/http/transport.go:1393 +0x3fe
goroutine 33 [select]:
net.(*netFD).connect.func2(0x461dac0, 0xc000117380, 0xc000140d80, 0xc0000a2cc0, 0xc0000a2c60)
/usr/local/go/src/net/fd_unix.go:129 +0xba
created by net.(*netFD).connect
/usr/local/go/src/net/fd_unix.go:128 +0x22f
goroutine 66 [IO wait]:
internal/poll.runtime_pollWait(0x7f5dce53dbc0, 0x77, 0xc0001fdb00)
/usr/local/go/src/runtime/netpoll.go:203 +0x55
internal/poll.(*pollDesc).wait(0xc000140f98, 0x77, 0x461da00, 0xc000117380, 0xc000140f80)
/usr/local/go/src/internal/poll/fd_poll_runtime.go:87 +0x45
internal/poll.(*pollDesc).waitWrite(...)
/usr/local/go/src/internal/poll/fd_poll_runtime.go:96
internal/poll.(*FD).WaitWrite(...)
/usr/local/go/src/internal/poll/fd_unix.go:498
net.(*netFD).connect(0xc000140f80, 0x461dac0, 0xc000117380, 0x0, 0x0, 0x45a4820, 0xc000036bc0, 0x0, 0x0, 0x0, ...)
/usr/local/go/src/net/fd_unix.go:152 +0x257
net.(*netFD).dial(0xc000140f80, 0x461dac0, 0xc000117380, 0x4633460, 0x0, 0x4633460, 0xc00048a810, 0x0, 0x1, 0xc0004cf410)
/usr/local/go/src/net/sock_posix.go:149 +0xff
net.socket(0x461dac0, 0xc000117380, 0x4017cc7, 0x3, 0x2, 0x1, 0x0, 0x0, 0x4633460, 0x0, ...)
/usr/local/go/src/net/sock_posix.go:70 +0x1c0
net.internetSocket(0x461dac0, 0xc000117380, 0x4017cc7, 0x3, 0x4633460, 0x0, 0x4633460, 0xc00048a810, 0x1, 0x0, ...)
/usr/local/go/src/net/ipsock_posix.go:141 +0x141
net.(*sysDialer).doDialTCP(0xc000140f00, 0x461dac0, 0xc000117380, 0x0, 0xc00048a810, 0x3b2f260, 0x64ffcb8, 0x0)
/usr/local/go/src/net/tcpsock_posix.go:65 +0xc2
net.(*sysDialer).dialTCP(0xc000140f00, 0x461dac0, 0xc000117380, 0x0, 0xc00048a810, 0x4017b2c, 0x3, 0x10)
/usr/local/go/src/net/tcpsock_posix.go:61 +0xd7
net.(*sysDialer).dialSingle(0xc000140f00, 0x461dac0, 0xc000117380, 0x45cf300, 0xc00048a810, 0x0, 0x0, 0x0, 0x0)
/usr/local/go/src/net/dial.go:581 +0x60a
net.(*sysDialer).dialSerial(0xc000140f00, 0x461dac0, 0xc000117380, 0xc0007621f0, 0x1, 0x1, 0x0, 0x0, 0x0, 0x0)
/usr/local/go/src/net/dial.go:549 +0x14f
net.(*Dialer).DialContext(0xc000117320, 0x461dac0, 0xc000117380, 0x4017cc7, 0x3, 0xc000036b60, 0x12, 0x0, 0x0, 0x0, ...)
/usr/local/go/src/net/dial.go:426 +0x6d8
net/http.(*Transport).dial(0xc0003cf7c0, 0x461dac0, 0xc000117380, 0x4017cc7, 0x3, 0xc000036b60, 0x12, 0x0, 0x0, 0x0, ...)
/usr/local/go/src/net/http/transport.go:1144 +0x1f5
net/http.(*Transport).dialConn(0xc0003cf7c0, 0x461dac0, 0xc000117380, 0x0, 0xc0001550b0, 0x4, 0xc000036b60, 0x12, 0x0, 0xc000494480, ...)
/usr/local/go/src/net/http/transport.go:1578 +0x19ee
net/http.(*Transport).dialConnFor(0xc0003cf7c0, 0xc00048e2c0)
/usr/local/go/src/net/http/transport.go:1424 +0xc6
created by net/http.(*Transport).queueForDial
/usr/local/go/src/net/http/transport.go:1393 +0x3fe
goroutine 67 [select]:
net.(*netFD).connect.func2(0x461dac0, 0xc000117380, 0xc000140f80, 0xc0000a2ea0, 0xc0000a2e40)
/usr/local/go/src/net/fd_unix.go:129 +0xba
created by net.(*netFD).connect
/usr/local/go/src/net/fd_unix.go:128 +0x22f
goroutine 55 [select]:
github.com/elastic/beats/v7/libbeat/publisher/queue/memqueue.(*bufferingEventLoop).run(0xc000125400)
/go/src/github.com/elastic/beats/libbeat/publisher/queue/memqueue/eventloop.go:316 +0x1cf
github.com/elastic/beats/v7/libbeat/publisher/queue/memqueue.NewQueue.func1(0xc0008e7c00, 0x45c8180, 0xc000125400)
/go/src/github.com/elastic/beats/libbeat/publisher/queue/memqueue/broker.go:171 +0x5f
created by github.com/elastic/beats/v7/libbeat/publisher/queue/memqueue.NewQueue
/go/src/github.com/elastic/beats/libbeat/publisher/queue/memqueue/broker.go:169 +0x373
goroutine 56 [select]:
github.com/elastic/beats/v7/libbeat/publisher/queue/memqueue.(*ackLoop).run(0xc0000a1f40)
/go/src/github.com/elastic/beats/libbeat/publisher/queue/memqueue/ackloop.go:60 +0x107
github.com/elastic/beats/v7/libbeat/publisher/queue/memqueue.NewQueue.func2(0xc0008e7c00, 0xc0000a1f40)
/go/src/github.com/elastic/beats/libbeat/publisher/queue/memqueue/broker.go:175 +0x59
created by github.com/elastic/beats/v7/libbeat/publisher/queue/memqueue.NewQueue
/go/src/github.com/elastic/beats/libbeat/publisher/queue/memqueue/broker.go:173 +0x3a2
goroutine 57 [select]:
github.com/elastic/beats/v7/libbeat/publisher/queue/memqueue.(*consumer).Get(0xc0004550a0, 0x32, 0x0, 0x0, 0x0, 0x0)
/go/src/github.com/elastic/beats/libbeat/publisher/queue/memqueue/consume.go:65 +0xe9
github.com/elastic/beats/v7/libbeat/publisher/pipeline.(*eventConsumer).loop(0xc00034f9e0, 0x45c81c0, 0xc0004550a0)
/go/src/github.com/elastic/beats/libbeat/publisher/pipeline/consumer.go:182 +0x19a
github.com/elastic/beats/v7/libbeat/publisher/pipeline.newEventConsumer.func1(0xc00034f9e0, 0x45c81c0, 0xc000455080)
/go/src/github.com/elastic/beats/libbeat/publisher/pipeline/consumer.go:86 +0x6c
created by github.com/elastic/beats/v7/libbeat/publisher/pipeline.newEventConsumer
/go/src/github.com/elastic/beats/libbeat/publisher/pipeline/consumer.go:84 +0x149
goroutine 58 [select]:
github.com/elastic/beats/v7/libbeat/publisher/pipeline.(*retryer).loop(0xc00034fb00)
/go/src/github.com/elastic/beats/libbeat/publisher/pipeline/retry.go:135 +0x250
created by github.com/elastic/beats/v7/libbeat/publisher/pipeline.newRetryer
/go/src/github.com/elastic/beats/libbeat/publisher/pipeline/retry.go:94 +0x158
goroutine 59 [select]:
github.com/elastic/beats/v7/libbeat/publisher/pipeline.(*netClientWorker).run(0xc00034fce0)
/go/src/github.com/elastic/beats/libbeat/publisher/pipeline/output.go:127 +0xd1
created by github.com/elastic/beats/v7/libbeat/publisher/pipeline.makeClientWorker
/go/src/github.com/elastic/beats/libbeat/publisher/pipeline/output.go:79 +0x194
goroutine 60 [runnable]:
github.com/elastic/beats/v7/libbeat/monitoring/report/log.MakeReporter.func1(0xc000479020)
/go/src/github.com/elastic/beats/libbeat/monitoring/report/log/log.go:105
created by github.com/elastic/beats/v7/libbeat/monitoring/report/log.MakeReporter
/go/src/github.com/elastic/beats/libbeat/monitoring/report/log/log.go:105 +0x157
goroutine 61 [syscall]:
os/signal.signal_recv(0x0)
/usr/local/go/src/runtime/sigqueue.go:147 +0x9c fp=0xc00056dfc0 sp=0xc00056df98 pc=0x17196fc
os/signal.loop()
/usr/local/go/src/os/signal/signal_unix.go:23 +0x22 fp=0xc00056dfe0 sp=0xc00056dfc0 pc=0x1f2eb12
created by os/signal.Notify.func1
/usr/local/go/src/os/signal/signal.go:127 +0x44
goroutine 63 [runnable]:
github.com/elastic/beats/v7/libbeat/service.HandleSignals.func1(0xc000564120, 0xc000476520, 0xc000476510, 0xc0001dd780, 0xc000455240)
/go/src/github.com/elastic/beats/libbeat/service/service.go:49
created by github.com/elastic/beats/v7/libbeat/service.HandleSignals
/go/src/github.com/elastic/beats/libbeat/service/service.go:49 +0x172
goroutine 64 [runnable]:
github.com/elastic/beats/v7/libbeat/service.ProcessWindowsControlEvents(0xc000455260)
/go/src/github.com/elastic/beats/libbeat/service/service_unix.go:24
created by github.com/elastic/beats/v7/libbeat/service.HandleSignals
/go/src/github.com/elastic/beats/libbeat/service/service.go:64 +0x1d5
rax 0x0
rbx 0x7f5dd0dbd640
rcx 0x7f5df7ae8a7c
rdx 0x6
rdi 0x832
rsi 0x833
rbp 0x833
rsp 0x7f5dd0dbc760
r8 0x7f5dd0dbc830
r9 0x7fffffff
r10 0x8
r11 0x246
r12 0x6
r13 0x16
r14 0x453ce34
r15 0x0
rip 0x7f5df7ae8a7c
rflags 0x246
cs 0x33
fs 0x0
gs 0x0
On compatibility matrix, I can see Ubuntu 22.04 is not among the OS supported?
is it possible to get Filebeat working on Ubuntu 22.04 for now?
Many thanks