-
Notifications
You must be signed in to change notification settings - Fork 8.3k
New issue
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
[Logs Onboarding] Adds install shipper step for custom logs #158386
[Logs Onboarding] Adds install shipper step for custom logs #158386
Conversation
- add API to get latest onboarding state
…-ref HEAD~1..HEAD --fix'
…ic-agent-154937' into logs-onboaring-yaml-generator
[Logs onboarding] Generating yaml configuration in server
…ndalone-elastic-agent-154937
…ndalone-elastic-agent-154937
- cleans up some routes
…ndalone-elastic-agent-154937
🤖 GitHub commentsExpand to view the GitHub comments
Just comment with:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for this. The versioned APIs LGTM.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Mappings and hash updates LGTM.
💛 Build succeeded, but was flaky
Failed CI StepsTest Failures
Metrics [docs]Async chunks
Page load bundle
Unknown metric groupsESLint disabled line counts
Total ESLint disabled count
History
To update your PR or re-run it, just comment with: |
.split(':'); | ||
return { | ||
apiKeyId: apiKey[0], | ||
apiKey: apiKey[1], |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Have we discussed this approach with the Kibana security folks to be sure it's blessed? Also: do we have API tests to cover this if platform decides to change anything relating to this?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No we haven't discussed it since earlier today, but it's worth getting some clarification. Currently not covered by tests.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Okay, we should get API test coverage for all of this before shipping.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Issue for API tests: #159451
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you!
Closes #154937
This PR is an extension of #157802 which was reverted because public Api endpoint versioning problems.