Log raw events and errors containing events to a separate file #14158
Annotations
10 errors and 3 warnings
golangci-lint:
libbeat/cmd/instance/beat.go#L201
SA1019: rand.Seed has been deprecated since Go 1.20 and an alternative has been available since Go 1.0: As of Go 1.20 there is no reason to call Seed with a random value. Programs that call Seed with a known value to get a specific sequence of results should use New(NewSource(seed)) to obtain a local random generator. (staticcheck)
|
golangci-lint:
libbeat/cmd/test/output.go#L55
use of `fmt.Printf` forbidden by pattern `fmt.Print.*` (forbidigo)
|
golangci-lint:
libbeat/outputs/elasticsearch/client_integration_test.go#L25
SA1019: "io/ioutil" has been deprecated since Go 1.19: As of Go 1.16, the same functionality is now provided by package [io] or package [os], and those implementations should be preferred in new code. See the specific function documentation for details. (staticcheck)
|
golangci-lint:
libbeat/outputs/elasticsearch/client_integration_test.go#L88
Error return value of `client.conn.Delete` is not checked (errcheck)
|
golangci-lint:
libbeat/outputs/elasticsearch/client_integration_test.go#L134
Error return value of `client.conn.Delete` is not checked (errcheck)
|
golangci-lint:
libbeat/outputs/elasticsearch/client_integration_test.go#L170
Error return value of `client.conn.DeletePipeline` is not checked (errcheck)
|
golangci-lint:
libbeat/outputs/elasticsearch/client_integration_test.go#L220
Error return value of `client.conn.Delete` is not checked (errcheck)
|
golangci-lint:
libbeat/outputs/elasticsearch/client_integration_test.go#L315
Error return value of `client.conn.DeletePipeline` is not checked (errcheck)
|
golangci-lint:
libbeat/outputs/elasticsearch/client_integration_test.go#L446
Error return value of `client.Connect` is not checked (errcheck)
|
golangci-lint:
libbeat/outputs/elasticsearch/client_integration_test.go#L489
func `startTestProxy` is unused (unused)
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-go@v3, golangci/golangci-lint-action@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Post golangci-lint
Unexpected input(s) 'skip-go-installation', valid inputs are ['version', 'args', 'working-directory', 'github-token', 'only-new-issues', 'skip-cache', 'skip-pkg-cache', 'skip-build-cache', 'install-mode']
|
golangci-lint
Unexpected input(s) 'skip-go-installation', valid inputs are ['version', 'args', 'working-directory', 'github-token', 'only-new-issues', 'skip-cache', 'skip-pkg-cache', 'skip-build-cache', 'install-mode']
|
The logs for this run have expired and are no longer available.
Loading