Skip to content
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

[Elastic Agent] Fix default configuration after enroll #18232

Merged
merged 3 commits into from
May 5, 2020
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion x-pack/elastic-agent/CHANGELOG.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +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

- Generate index name in a format type-dataset-namespace {pull}16903[16903]
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.