-
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
[Fleet Synthetics] Upgrade to 0.10.1 #137667
[Fleet Synthetics] Upgrade to 0.10.1 #137667
Conversation
Pinging @elastic/uptime (Team:uptime) |
@elasticmachine merge upstream |
The docker image used in CI likely needs to be upgraded to include Synthetics 0.10.0. Tests are failing because the package doesn't exist in the dockerized registry. |
See the instructions in the Fleet README to update the docker image used in tests https://github.com/elastic/kibana/tree/main/x-pack/plugins/fleet#bundled-packages |
Pinging @elastic/fleet (Team:Fleet) |
b324dd9
to
e7084f1
Compare
💚 Build Succeeded
Metrics [docs]
History
To update your PR or re-run it, just comment with: cc @shahzad31 |
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.
LGTM
* update to 0.10.1 * fix integeration test * update policy test (cherry picked from commit e5aa1b4)
💚 All backports created successfully
Note: Successful backport PRs will be merged automatically after passing CI. Questions ?Please refer to the Backport tool documentation |
Looks like this PR has a backport PR but it still hasn't been merged. Please merge it ASAP to keep the branches relatively in sync. |
1 similar comment
Looks like this PR has a backport PR but it still hasn't been merged. Please merge it ASAP to keep the branches relatively in sync. |
…137922) * [Fleet Synthetics] Upgrade to 0.10.1 (elastic#137667) * update to 0.10.1 * fix integeration test * update policy test (cherry picked from commit e5aa1b4) * Update config.ts * Update x-pack/test/functional_synthetics/apps/uptime/synthetics_integration.ts * Update x-pack/test/functional/config.base.js * Update x-pack/test/functional/config.base.js * Apply suggestions from code review * [CI] Auto-commit changed files from 'node scripts/precommit_hook.js --ref HEAD~1..HEAD --fix' Co-authored-by: Shahzad <[email protected]> Co-authored-by: Julia Bardi <[email protected]> Co-authored-by: Dominique Clarke <[email protected]>
Summary
Upgrading synthetics package to 0.10.0 for kibana v^8.4.0
Release Note - Breaking
The Elastic Synthetics Integration package 0.10.1 will segment ILM policies for the
synthetics-*
datastreams by dataset. These changes will automatically apply these ILM policy settings to all existingsynthetics-*
datastreams. This includes:synthetics-browser.network-*
synthetics-browser.network-*
synthetics-browser.network-*
synthetics-http-*
synthetics-tcp-*
synthetics-icmp-*
This change will dramatically reduce the data retention period for the
synthetics-browser.screenshot-*
andsynthetics-browser-network
in particular. We've found that that data tends to be quite large in these datasets, with our customers desiring to store this costly data for a period.The new ILM settings will be
Hot phase
Delete phase
TLDR
The important thing to note is that screenshots and network data for browser monitors run via Uptime Monitor Management, Elastic Synthetics Integration, and Heartbeat 8.4.0 will now be deleted after 14 days by default.
More information elastic/uptime#462