File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
sentinel-kit_server_backend/config/packages Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -82,7 +82,7 @@ if [ $? -ne 0 ]; then
8282fi
8383
8484echo " Creating ElastAlert writeback index if needed..."
85- elastalert-create-index --config " $ELASTALERT_CONFIG_FILE " --index elastalert_status || true
85+ elastalert-create-index --config " $ELASTALERT_CONFIG_FILE " || true
8686
8787echo " Starting ElastAlert daemon..."
8888echo " Prometheus metrics will be available on port $PROMETHEUS_PORT "
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ scheb_two_factor:
55 - Symfony\Component\Security\Http\Authenticator\Token\PostAuthenticationToken
66 google :
77 enabled : true
8- server_name : DataMonitor # Server name used in QR code
9- issuer : DataMonitor server # Issuer name used in QR code
8+ server_name : Sentinel-Kit # Server name used in QR code
9+ issuer : Sentinel-Kit Server # Issuer name used in QR code
1010 digits : 6 # Number of digits in authentication code
1111 leeway : 5 # Acceptable time drift in seconds, must be less or equal than 30 seconds
You can’t perform that action at this time.
0 commit comments