-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsample_env
More file actions
27 lines (25 loc) · 1.22 KB
/
sample_env
File metadata and controls
27 lines (25 loc) · 1.22 KB
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
########################Leader Cluster########################
# Leader Cluster Elastic Cloud info
LEADER_ELASTIC_CLOUD_ID=<Your-Leader-Cloud-ID>
# Leader Cluster self-managed info
LEADER_ELASTIC_HOST=<Your-Leader-Host> # Optional if using Cloud ID
LEADER_ELASTIC_PORT=9200 # Default port
# Leader Cluster auth info
LEADER_ELASTIC_USERNAME=<Your-Leader-Username>
LEADER_ELASTIC_PASSWORD=<Your-Leader-Password>
########################Leader Cluster########################
#######################Follower Cluster#######################
# Follower Cluster Elastic Cloud info
FOLLOWER_ELASTIC_CLOUD_ID=<Your-Follower-Cloud-ID>
# Follower Cluster self-managed info
FOLLOWER_ELASTIC_HOST=<Your-Follower-Host> # Optional if using Cloud ID
FOLLOWER_ELASTIC_PORT=9200 # Default port
# Follower Cluster auth info
FOLLOWER_ELASTIC_USERNAME=<Your-Follower-Username>
FOLLOWER_ELASTIC_PASSWORD=<Your-Follower-Password>
#######################Follower Cluster#######################
########################Index Settings$#######################
INDEX_NAME=<Your-Index-Name>
EVENTS_PER_SECOND=<Number-of-Events-Per-Second>
COUNT_INDEX_NAME=<Count-Index-Name> # Created on follower Cluster
########################Index Settings$#######################