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

Ensure cloudbeat is installed with >= 9.x elastic-agent #3016

Closed
wants to merge 6 commits into from

Conversation

kubasobon
Copy link
Member

@kubasobon kubasobon commented Feb 13, 2025

Summary of your changes

Warning

Do not backport this PR to 8.x

Adding --install-servers flag to deployment templates so that cloudbeat is installed in v9.x elastic-agent.

Screenshot/Data

Screenshot 2025-02-13 at 10 36 20

1. Showcasing the new elastic-agent install flag in 9.x

Screenshot 2025-02-13 at 13 55 08

2. Showing installed v9.0.0-beta1 agent

Related Issues

Towards https://github.com/elastic/security-team/issues/11500

@kubasobon kubasobon self-assigned this Feb 13, 2025
f"--non-interactive --url={fleet_url} --enrollment-token={enrollment_token}",
"sudo ./elastic-agent install ",
"--non-interactive --install-servers ",
f"--url={fleet_url} --enrollment-token={enrollment_token}",
Copy link
Member Author

Choose a reason for hiding this comment

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

Had to break the line due to Python's line length limits.

@kubasobon
Copy link
Member Author

Closing in favor of #3017
We need branch from origin for the tests to pass.

Copy link

mergify bot commented Feb 13, 2025

⚠️ The sha of the head commit of this PR conflicts with #3017. Mergify cannot evaluate rules on this PR. ⚠️

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant