-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.env
26 lines (18 loc) · 773 Bytes
/
.env
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
ELK_VERSION=6.7.0
ELASTICSEARCH_USERNAME=elastic
ELASTICSEARCH_PASSWORD=changeme
ES_JAVA_OPTS="-Xms512m -Xmx512m"
#LS_JVM_HEAP=4g
#LS_BATCH_SIZE=1500
## Set Greynoise api key
#GN_KEY=
## For Google Compute Engine Deployment
#MACHINE=google # RUN `gcloud auth application-default login` to authenticate
#GOOGLE_PROJECT='YourProjectId' # Run `gcloud config list` to find your current id
## For EC2 deployment
#MACHINE=aws # Looks for default aws config set by aws-cli
#EC2_REGION=us-east-2 # Set default region
## Set number of workers a managers
MANAGER=1 # Default is 1
WORKER=2 # Default is 2
MACHINE=virtualbox # Default is Virtualbox