This repository has been archived by the owner on Jan 5, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathexample.yml
89 lines (79 loc) · 4.54 KB
/
example.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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
clusters:
- name: dev
config:
addresses: # A list of Elasticsearch nodes to use.
- http://dev-es:9200
# username: "elastic" # Username for HTTP Basic Authentication
# password: "elastic" # Password for HTTP Basic Authentication
# cloudid: "clustername:id" # Endpoint for the Elastic Service (https://elastic.co/cloud)
# apikey: "apikey" # Base64-encoded token for authorization; if set, overridex username/password and service token
# servicetoken: "string" # Service token for authorization; if set, overrides username/password
# certificatefingerprint: "sha256" # SHA256 hex fingerprint given by Elasticsearch on first launch.
# header: {} # Additional headers to include in the request
# retryonstatus: # List of status codes for retry
# - 502
# - 503
# - 504
# disableretry: False # Disables retry
# enableretryontimeout: False # Enable retry on timeout errors
# maxretries: 3 # Number of retries before giving up.
# compressrequestbody: false # Enable compression of request body
# discovernodesonstart: false # Discover additional nodes when initalizing the client.
# discovernodesinterval: 10s
# enablemetrics: false # Enable the collection of metrics
# enabledebuglogger: false # Enable debug logging
# enablecompatibilitymode: false # Enables compatibility header
# disablemetaheader: false # Disables the additional "X-Elastic-Client-Meta" HTTP header.
# useresponsecheckonly: false
- name: uat
config:
addresses: # A list of Elasticsearch nodes to use.
- http://uat-es:9201
# username: "elastic" # Username for HTTP Basic Authentication
# password: "elastic" # Password for HTTP Basic Authentication
# cloudid: "clustername:id" # Endpoint for the Elastic Service (https://elastic.co/cloud)
# apikey: "apikey" # Base64-encoded token for authorization; if set, overridex username/password and service token
# servicetoken: "string" # Service token for authorization; if set, overrides username/password
# certificatefingerprint: "sha256" # SHA256 hex fingerprint given by Elasticsearch on first launch.
# header: {} # Additional headers to include in the request
# retryonstatus: # List of status codes for retry
# - 502
# - 503
# - 504
# disableretry: False # Disables retry
# enableretryontimeout: False # Enable retry on timeout errors
# maxretries: 3 # Number of retries before giving up.
# compressrequestbody: false # Enable compression of request body
# discovernodesonstart: false # Discover additional nodes when initalizing the client.
# discovernodesinterval: 10s
# enablemetrics: false # Enable the collection of metrics
# enabledebuglogger: false # Enable debug logging
# enablecompatibilitymode: false # Enables compatibility header
# disablemetaheader: false # Disables the additional "X-Elastic-Client-Meta" HTTP header.
# useresponsecheckonly: false
- name: prod
config:
addresses: # A list of Elasticsearch nodes to use.
- http://prod-es:9201
# username: "elastic" # Username for HTTP Basic Authentication
# password: "elastic" # Password for HTTP Basic Authentication
# cloudid: "clustername:id" # Endpoint for the Elastic Service (https://elastic.co/cloud)
# apikey: "apikey" # Base64-encoded token for authorization; if set, overridex username/password and service token
# servicetoken: "string" # Service token for authorization; if set, overrides username/password
# certificatefingerprint: "sha256" # SHA256 hex fingerprint given by Elasticsearch on first launch.
# header: {} # Additional headers to include in the request
# retryonstatus: # List of status codes for retry
# - 502
# - 503
# - 504
# disableretry: False # Disables retry
# enableretryontimeout: False # Enable retry on timeout errors
# maxretries: 3 # Number of retries before giving up.
# compressrequestbody: false # Enable compression of request body
# discovernodesonstart: false # Discover additional nodes when initalizing the client.
# discovernodesinterval: 10s
# enablemetrics: false # Enable the collection of metrics
# enabledebuglogger: false # Enable debug logging
# enablecompatibilitymode: false # Enables compatibility header
# disablemetaheader: false # Disables the additional "X-Elastic-Client-Meta" HTTP header.
# useresponsecheckonly: false