Skip to content
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

Merged

Conversation

yngrdyn
Copy link
Contributor

@yngrdyn yngrdyn commented May 24, 2023

Closes #154937

This PR is an extension of #157802 which was reverted because public Api endpoint versioning problems.

Screenshot 2023-05-15 at 5 02 29 PM

ogupte and others added 25 commits May 15, 2023 16:59
…ic-agent-154937' into logs-onboaring-yaml-generator
[Logs onboarding] Generating yaml configuration in server
@yngrdyn yngrdyn requested review from a team as code owners May 24, 2023 15:00
@apmmachine
Copy link
Contributor

🤖 GitHub comments

Expand to view the GitHub comments

Just comment with:

  • /oblt-deploy : Deploy a Kibana instance using the Observability test environments.
  • run elasticsearch-ci/docs : Re-trigger the docs validation. (use unformatted text in the comment!)

@yngrdyn yngrdyn added the release_note:skip Skip the PR/issue when compiling release notes label May 24, 2023
Copy link
Contributor

@ogupte ogupte left a 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.

Copy link
Contributor

@TinaHeiligers TinaHeiligers left a 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.

@kibana-ci
Copy link
Collaborator

💛 Build succeeded, but was flaky

Failed CI Steps

Test Failures

  • [job] [logs] FTR Configs #50 / machine learning - short tests model management trained models for ML power user with imported models stops deployment of the imported model pt_tiny_zero_shot

Metrics [docs]

Async chunks

Total size of all lazy-loaded chunks that will be downloaded as the user navigates the app

id before after diff
observabilityOnboarding 35.8KB 36.2KB +462.0B

Page load bundle

Size of the bundles that are downloaded on every page load. Target size is below 100kb

id before after diff
observabilityOnboarding 4.4KB 4.4KB +50.0B
Unknown metric groups

ESLint disabled line counts

id before after diff
enterpriseSearch 19 21 +2
securitySolution 398 402 +4
total +6

Total ESLint disabled count

id before after diff
enterpriseSearch 20 22 +2
securitySolution 478 482 +4
total +6

History

To update your PR or re-run it, just comment with:
@elasticmachine merge upstream

@ogupte ogupte merged commit b2f0f4e into elastic:main May 25, 2023
@kibanamachine kibanamachine added v8.9.0 backport:skip This commit does not require backporting labels May 25, 2023
.split(':');
return {
apiKeyId: apiKey[0],
apiKey: apiKey[1],
Copy link
Member

@sorenlouv sorenlouv Jun 8, 2023

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?

Copy link
Contributor

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.

Copy link
Member

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.

Copy link
Contributor

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

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport:skip This commit does not require backporting release_note:skip Skip the PR/issue when compiling release notes v8.9.0
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Logs Onboarding] Install shipper: Standalone Elastic Agent
7 participants