[LOGS Essential] Disable synthetics, uptime and ux for logs essentials !!#222952
Closed
shahzad31 wants to merge 2 commits intoelastic:mainfrom
Closed
[LOGS Essential] Disable synthetics, uptime and ux for logs essentials !!#222952shahzad31 wants to merge 2 commits intoelastic:mainfrom
shahzad31 wants to merge 2 commits intoelastic:mainfrom
Conversation
tonyghiani
requested changes
Jun 6, 2025
Contributor
tonyghiani
left a comment
There was a problem hiding this comment.
Hey @shahzad31, as far as this should take care of disabling most of the plugins functionalities, It would be great to also:
- Verify inbound links/CTAs buttons for these applications are properly handled, checking usages of their locators in the codebase or raw links access to these apps to prevent the users landing on 404 pages.
- Add some smoke e2e tests to assert whether this apps are correctly disabled on the essential tier (you can configure it by setting the right mode in the e2e configuration of your testing tool)
Comment on lines
+10
to
+12
| xpack.legacy_uptime.enabled: false | ||
| # user experience plugin | ||
| xpack.ux.enabled: false |
Contributor
There was a problem hiding this comment.
Important
AFAICT, these settings were already disabled in a Serverless project independently from the tier (see serverless.oblt.yml), why are these set again in this more specific config?
Contributor
Author
There was a problem hiding this comment.
yeah that's good point, i was just testing to make sure, but i will remove it
jloleysens
approved these changes
Jun 10, 2025
Contributor
jloleysens
left a comment
There was a problem hiding this comment.
Overall LG. I'm not sure I see synthetics being disabled though?
Contributor
Author
|
closing in favour of #223030 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Disable synthetics, uptime and ux for logs essentials !!