-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.env
26 lines (22 loc) · 1000 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
ELASTIC_VERSION=8.13.1
## Passwords for stack users
#
# User 'elastic' (built-in)
#
# Superuser role, full access to cluster management and data indices.
# https://www.elastic.co/guide/en/elasticsearch/reference/current/built-in-users.html
ELASTIC_PASSWORD='changeme'
# User 'kibana_system' (built-in)
#
# The user Kibana uses to connect and communicate with Elasticsearch.
# https://www.elastic.co/guide/en/elasticsearch/reference/current/built-in-users.html
KIBANA_SYSTEM_PASSWORD='changeme'
# NIPS SPECIFIC VARIABLES
#
# OS USERNAME AND PASSWORD USED IN PYTHON FOR SSH.
OS_USER="NIPS"
OS_PASSWORD="passwd"
LOG_LEVEL=1 # THE LOGGING LEVEL FOR NIPS LOGS {0:NONE, 1:IMPORTANT INFO, 2:EVERYTHING}, all logs still sent to kibana.
NIPS_MODE=1 # CONTROLS IP BLOCKING WHEN ATTACK IS DETECTED {0:DISABLED,1:ENABLED}
TIMEFRAME="2h" # CONTROLS HOW FAR BACK THE NIPS SHOULD LOOK WHEN FETCHING FLOWS FROM ELASTICSEARCH
HOST_OS="Windows" # USED FOR SELECTING THE APROPRIATE FIREWALL COMMAND {Linux,Windows}