-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
19 lines (14 loc) · 960 Bytes
/
Copy path.env.example
File metadata and controls
19 lines (14 loc) · 960 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# LogSight-AI Environment Variables
# Copy this file to .env and fill in your values.
# .env is listed in .gitignore — never commit secrets.
# ── Anomaly Detection ─────────────────────────────────────────────────────────
# Z-score threshold for anomaly detection (default: 2.5)
LOGSIGHT_THRESHOLD=2.5
# Sliding-window size for error-rate spike detection (default: 100)
LOGSIGHT_WINDOW=100
# Error-rate fraction that constitutes a spike (default: 0.25)
LOGSIGHT_SPIKE_THRESHOLD=0.25
# ── Optional Integrations ─────────────────────────────────────────────────────
# Uncomment and set if you connect an external service in future.
# Log file path used as default when running in container
# LOGSIGHT_LOG_FILE=/var/log/app.log