Initial commit: LogMaster with Viewer Collector Monitor modes
This commit is contained in:
15
.env.viewer
Normal file
15
.env.viewer
Normal file
@@ -0,0 +1,15 @@
|
||||
# Log Viewer - VIEWER MODE
|
||||
LOG_MODE=viewer
|
||||
PORT=9090
|
||||
HOST=0.0.0.0
|
||||
|
||||
# Connect to the collector
|
||||
REMOTE_COLLECTOR_URL=http://localhost:8081
|
||||
|
||||
# Local file sources (optional, in addition to remote streams)
|
||||
LOG_SOURCES=sample-logs/app.log,sample-logs/nginx-access.log,sample-logs/syslog,sample-logs/archived.log.gz
|
||||
|
||||
# UI settings
|
||||
LOG_THEME=dark
|
||||
LOG_REFRESH_INTERVAL=2000
|
||||
LOG_TAIL_MODE=true
|
||||
Reference in New Issue
Block a user