-
Notifications
You must be signed in to change notification settings - Fork 8.2k
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
[ftr] define default FTR services for serverless #161946
[ftr] define default FTR services for serverless #161946
Conversation
@@ -20,7 +20,6 @@ export default async function ({ readConfigFile }: FtrConfigProviderContext) { | |||
...svlSharedConfig.get('esTestCluster.serverArgs'), | |||
// define custom es server here | |||
// API Keys is enabled at the top level | |||
'xpack.security.enabled=true', |
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.
We discussed on zoom, it is actually set to false
for serverless
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.
Lots of thanks @dmlemeshko!! With this now I'm able to setup the default auditbeat data I was looking for :)
💚 Build Succeeded
Metrics [docs]Unknown metric groupsESLint disabled line counts
Total ESLint disabled count
History
To update your PR or re-run it, just comment with: |
Cypress tests were failing with esArchiver service unavailability.
This PR fixes it by adding basic services (es, kibanaServier, esArchive & retry) from
@kbn/ftr-common-functional-services
in shared FTR configuration file. This way all the child config files will have these services pre-loaded.