forked from siglens/siglens
-
Notifications
You must be signed in to change notification settings - Fork 0
/
playground.yaml
37 lines (26 loc) · 873 Bytes
/
playground.yaml
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
27
28
29
30
31
32
33
34
35
36
37
---
## IP and port for SigLens ingestion server
ingestListenIP: 0.0.0.0
ingestPort: 8081
## IP and port for SigLens query server, including UI
queryListenIP: 0.0.0.0
queryPort: 5122
## Location for storing local node data
dataPath : data/
## field name to use as a timestamp key
timestampKey : timestamp
pqsEnabled: false
## Elasticsearch Version for kibana integration
esVersion: "7.9.3"
## Number of hours data will be stored/retained on persistent storage.
retentionHours: 48
## Percent of available RAM that siglens will occupy
# memoryThresholdPercent: 80
## For ephemeral servers (docker, k8s) set this variable to unique container name to persist data across restarts:
ssInstanceName: "sigsingle"
log:
logPrefix : ./logs/
## Maximum size of siglens.log file in megabytes
# logFileRotationSizeMB: 100
## Compress log file
# compressLogFile: false