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] Refactors the install elastic agent steps to own component #162600

Merged
merged 3 commits into from
Jul 27, 2023

Conversation

ogupte
Copy link
Contributor

@ogupte ogupte commented Jul 26, 2023

This is required pre-work to implement the the system logs flow: #154929. Both flows will be using the same install steps.

@ogupte ogupte requested a review from a team as a code owner July 26, 2023 21:40
@ogupte ogupte added the v8.10.0 label Jul 26, 2023
@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.
  • /oblt-deploy-serverless : Deploy a serverless Kibana instance using the Observability test environments.
  • run elasticsearch-ci/docs : Re-trigger the docs validation. (use unformatted text in the comment!)

@ogupte ogupte added the release_note:skip Skip the PR/issue when compiling release notes label Jul 26, 2023
@ogupte ogupte requested a review from yngrdyn July 26, 2023 21:41
@kibana-ci
Copy link
Collaborator

💚 Build Succeeded

Metrics [docs]

Module Count

Fewer modules leads to a faster build time

id before after diff
observabilityOnboarding 69 71 +2

Async chunks

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

id before after diff
observabilityOnboarding 100.7KB 101.6KB +841.0B

History

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

Copy link
Contributor

@yngrdyn yngrdyn left a comment

Choose a reason for hiding this comment

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

LGTM

@ogupte ogupte merged commit 7277dba into elastic:main Jul 27, 2023
@kibanamachine kibanamachine added the backport:skip This commit does not require backporting label Jul 27, 2023
@yngrdyn yngrdyn linked an issue Aug 1, 2023 that may be closed by this pull request
ThomThomson pushed a commit to ThomThomson/kibana that referenced this pull request Aug 1, 2023
yngrdyn added a commit that referenced this pull request Aug 4, 2023
…62972)

Closes #154929.

This PR along with #162654,
#162706 and
#162600 completes the work
required for collect system logs.

### Changes
- `ObservabilityOnboardingType` now could be `logFiles | systemLogs`.
This help us to identify (without changing the script) whether we need
to retrieve the yaml configuration for customLogs or for systemLogs.
- Added `generateSystemLogsYml` which generates a specific configuration
for system logs.
- `get_has_logs.ts` was modified so we are querying the proper index
depending on the type of logs.

#### Demo


https://github.com/elastic/kibana/assets/1313018/47eca890-37b2-401e-9e41-67c978ab50ad
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.10.0
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Logs Onboarding] System logs onboarding flow
5 participants