-
Notifications
You must be signed in to change notification settings - Fork 117
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
Set latency preset in the default ES output #1996
Conversation
test integrations |
Created or updated PR in integrations repository to test this version. Check elastic/integrations#10655 |
@@ -125,6 +125,20 @@ xpack.fleet.outputs: | |||
ca_trusted_fingerprint: "${ELASTIC_PACKAGE_CA_TRUSTED_FINGERPRINT}" | |||
is_default: true | |||
is_default_monitoring: true | |||
{{- if semverLessThan $version "8.12.0" }} |
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.
Added support for preset field in Kibana here (Kibana >=8.12)
💛 Build succeeded, but was flaky
Failed CI StepsHistory
cc @mrodm |
test integrations |
Created or updated PR in integrations repository to test this version. Check elastic/integrations#10655 |
Fixes #1956
Set for Elastic Stack versions
>=8.12
the Elasticsearch output presetlatency
as the default value.For Elastic Stack versions
>=8.0 & < 8.12
, those settings thatlatency
preset configures are added directly to the output viaconfig
key.An example of applying this change running system tests with
nginx
package (from elastic-package repo):latency
preset set:balanced
):