forked from elastic/fleet-server
-
Notifications
You must be signed in to change notification settings - Fork 0
/
fleet-server.yml
61 lines (57 loc) · 1.62 KB
/
fleet-server.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
output:
elasticsearch:
hosts: '${ELASTICSEARCH_HOSTS:localhost:9200}'
username: '${ELASTICSEARCH_USERNAME:elastic}'
password: '${ELASTICSEARCH_PASSWORD:changeme}'
#service_token: 'token' # comment out username/password when this is set
fleet:
agent:
id: 1e4954ce-af37-4731-9f4a-407b08e69e42
logging:
level: '${LOG_LEVEL:DEBUG}'
# Input config provided by the Elastic Agent for the server
#inputs:
# - type: fleet-server
# server:
# host: localhost
# port: 8220
# cache:
# num_counters: 500000 # 10x times expected count
# max_cost: 50 * 1024 * 1024 # 50MiB cache size
# timeouts:
# checkin_long_poll: 300s # long poll timeout
# profiler:
# enabled: true # enable profiler
# limits:
# policy_throttle: 100ms
# max_connetions: 150
# checkin_limit:
# interval: 100ms
# burst: 25
# max: 100
# artifact_limit:
# interval: 10ms
# burst: 5
# max: 10
# ack_limit:
# interval: 10ms
# burst: 20
# max: 10
# enroll_limit:
# interval: 50ms
# burst: 10
# max: 8
# ssl:
# enabled: true
# certificate: /creds/cert.pem
# key: /creds/key.pem
logging:
to_stderr: true # Force the logging output to stderr
#level: trace
# Enables the stats endpoint under http://localhost:5601 by default.
# Additional stats can be found under http://127.0.0.1:5066/stats and http://127.0.0.1:5066/state
http.enabled: true
#http.host: http://127.0.0.1
#http.port: 5601
#http.named_pipe.user:
#http.named_pipe.security_descriptor: