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

Fix fleet-server.reference.yml indentation #3260

Merged
merged 3 commits into from
Feb 9, 2024
Merged
Changes from all 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
100 changes: 50 additions & 50 deletions fleet-server.reference.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,14 +50,14 @@ fleet:
# The id is provided by elastic-agent if fleet-server is supervised by an agent
# It must be explicitly provided if fleet-server runs in stand-alone mode
id: fleet-server-agent-idv
# # version is the version of the elastic-agent instance
# version:
# # specify logging level
# # deprecated: Use the top level logging.* attributes instead.
# logging.level: info
# host:
# id:
# name:
# # version is the version of the elastic-agent instance
# version:
# # specify logging level
# # deprecated: Use the top level logging.* attributes instead.
# logging.level: info
# host:
# id:
# name:

##############################
# Input configuration
Expand All @@ -66,7 +66,7 @@ fleet:
# Provided through the integration settings when running under elastic-agent.
##############################

#inputs:
# inputs:
# - type: fleet-server
# # The policy ID is used by a fleet-server running under elastic-agent
# policy.id: '${FLEET_SERVER_POLICY_ID:fleet-server-policy}'
Expand Down Expand Up @@ -213,52 +213,52 @@ fleet:
# max: 50
# max_body_byte_size: 0
#
# # go runtime limits
# runtime:
# gc_percent: 0
# memory_limit: math.MaxInt64
# # go runtime limits
# runtime:
# gc_percent: 0
# memory_limit: math.MaxInt64
#
# # elasticsearch bulk client config
# bulk:
# flush_interval: 250ms
# flush_threshold_cnt: 2048
# flush_threshold_size: 1048567 # 1MiB
# flush_max_pending: 8
# # elasticsearch bulk client config
# bulk:
# flush_interval: 250ms
# flush_threshold_cnt: 2048
# flush_threshold_size: 1048567 # 1MiB
# flush_max_pending: 8
#
# # gc controls fleet-server index garbage collection operations
# # currently manages actions cleanup
# gc:
# schedule_interval: 1h
# cleanup_after_expired_interval: 30d
# # gc controls fleet-server index garbage collection operations
# # currently manages actions cleanup
# gc:
# schedule_interval: 1h
# cleanup_after_expired_interval: 30d
#
# # instrumentation controls APM tracing
# instrumentation:
# enabled: false
# tls:
# skip_verify: false
# server_certificate: ""
# server_ca: ""
# environment: ""
# api_key: ""
# api_key_path: ""
# secret_token: ""
# secret_token_path: ""
# hosts: []
# global_labels: ""
# transaction_sample_rate: ""
# # instrumentation controls APM tracing
# instrumentation:
# enabled: false
# tls:
# skip_verify: false
# server_certificate: ""
# server_ca: ""
# environment: ""
# api_key: ""
# api_key_path: ""
# secret_token: ""
# secret_token_path: ""
# hosts: []
# global_labels: ""
# transaction_sample_rate: ""
#
# # Add static token values to fleet-server
# static_policy_tokens:
# enabled: false
# policy_tokens:
# - token_key: "value"
# policy_id: "value"
# # Add static token values to fleet-server
# static_policy_tokens:
# enabled: false
# policy_tokens:
# - token_key: "value"
# policy_id: "value"
#
# # configuration for pgp key endpoint
# pgp:
# upstream_url: "https://artifacts.elastic.co/GPG-KEY-elastic-agent"
# # By default dir is the directory containing the fleet-server executable (following symlinks) joined with elastic-agent-upgrade-keys
# dir: ./elastic-agent-upgrade-keys
# # configuration for pgp key endpoint
# pgp:
# upstream_url: "https://artifacts.elastic.co/GPG-KEY-elastic-agent"
# # By default dir is the directory containing the fleet-server executable (following symlinks) joined with elastic-agent-upgrade-keys
# dir: ./elastic-agent-upgrade-keys
# # monitor options are advanced configuration and should not be adjusted is most cases
# monitor:
# fetch_size: 1000 # The number of documents that each monitor may fetch at once
Expand Down