We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The agent is not enrolled with no panic errors on agent side
The agent is not enrolled but panic errors are thrown on agent side. See the following stacktrace:
The Elastic Agent is currently in BETA and should not be used in production 2020-07-16T06:33:30.445Z DEBUG kibana/client.go:170 Request method: POST, path: /api/ingest_manager/fleet/agents/enroll panic: runtime error: comparing uncomparable type errors.agentError goroutine 1 [running]: github.com/elastic/beats/v7/x-pack/elastic-agent/pkg/agent/cmd.enroll(0xc00031ade0, 0xc000338c80, 0xc00031ae10, 0xc000275180, 0x2, 0x4, 0xcaff9d, 0x4) /go/src/github.com/elastic/beats/x-pack/elastic-agent/pkg/agent/cmd/enroll.go:125 +0xac7 github.com/elastic/beats/v7/x-pack/elastic-agent/pkg/agent/cmd.newEnrollCommandWithArgs.func1(0xc000338c80, 0xc000275180, 0x2, 0x4) /go/src/github.com/elastic/beats/x-pack/elastic-agent/pkg/agent/cmd/enroll.go:36 +0x6d github.com/spf13/cobra.(*Command).execute(0xc000338c80, 0xc0002750c0, 0x4, 0x4, 0xc000338c80, 0xc0002750c0) /go/pkg/mod/github.com/spf13/[email protected]/command.go:766 +0x29d github.com/spf13/cobra.(*Command).ExecuteC(0xc000338500, 0x6, 0x6, 0xc00031ade0) /go/pkg/mod/github.com/spf13/[email protected]/command.go:852 +0x2ea github.com/spf13/cobra.(*Command).Execute(...) /go/pkg/mod/github.com/spf13/[email protected]/command.go:800 main.main() /go/src/github.com/elastic/beats/x-pack/elastic-agent/main.go:20 +0x138
The text was updated successfully, but these errors were encountered:
Pinging @elastic/ingest-management (Team:Ingest Management)
Sorry, something went wrong.
cc/ @EricDavisX
will take a look thanks for reporting
michalpristas
Successfully merging a pull request may close this issue.
Runtime metadata
Steps to Reproduce:
Expected behavior
The agent is not enrolled with no panic errors on agent side
Actual behavior
The agent is not enrolled but panic errors are thrown on agent side. See the following stacktrace:
Related issues
The text was updated successfully, but these errors were encountered: