Skip to content

Commit

Permalink
[Elastic Agent] Fix default configuration after enroll (#18232)
Browse files Browse the repository at this point in the history
* fix enroll

* changelog

* changelog
  • Loading branch information
michalpristas committed May 5, 2020
1 parent 22c944d commit d7fbc77
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 19 deletions.
1 change: 1 addition & 0 deletions x-pack/elastic-agent/CHANGELOG.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
- Use default output by default {pull}18091[18091]
- Use /tmp for default monitoring endpoint location for libbeat {pull}18131[18131]
- Fix panic and flaky tests for the Agent. {pull}18135[18135]
- Fix default configuration after enroll {pull}18232[18232]

==== New features

Expand Down
36 changes: 18 additions & 18 deletions x-pack/elastic-agent/_meta/elastic-agent.fleet.yml
Original file line number Diff line number Diff line change
@@ -1,27 +1,27 @@
#================================ General =====================================
# ================================ General =====================================
# Beats is configured under Fleet, you can define most settings
# from the Kibana UI. You can update this file to configure the settings that
# are not supported by Fleet.
# management:
# mode: "fleet"
management:
mode: "fleet"

# # Check in frequency configure the time between calls to fleet to retrieve the new configuration.
# #
# # Default is 30s
# #checkin_frequency: 30s
# Check in frequency configure the time between calls to fleet to retrieve the new configuration.
#
# Default is 30s
#checkin_frequency: 30s

# # Add variance between API calls to better distribute the calls.
# #jitter: 5s
# Add variance between API calls to better distribute the calls.
#jitter: 5s

# # The Elastic Agent does Exponential backoff when an error happen.
# #
# #backoff:
# #
# # Initial time to wait before retrying the call.
# # init: 1s
# #
# # Maximum time to wait before retrying the call.
# # max: 10s
# The Elastic Agent does Exponential backoff when an error happen.
#
#backoff:
#
# Initial time to wait before retrying the call.
# init: 1s
#
# Maximum time to wait before retrying the call.
# max: 10s

# download:
# # source of the artifacts, requires elastic like structure and naming of the binaries
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit d7fbc77

Please sign in to comment.