forked from siglens/siglens
-
Notifications
You must be signed in to change notification settings - Fork 0
/
server.yaml
47 lines (34 loc) · 1.12 KB
/
server.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
38
39
40
41
42
43
44
45
46
47
---
## 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: 2160
## 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:
# the default ssInstanceName is "sigsingle"
ssInstanceName: "sigsingle"
log:
logPrefix : ./logs/
## Maximum size of siglens.log file in megabytes
# logFileRotationSizeMB: 100
## Compress log file
# compressLogFile: false
# TLS configuration
tls:
enabled: false # Set to true to enable TLS
certificatePath: "" # Path to the certificate file
privateKeyPath: "" # Path to the private key file
# SigLens server hostname
queryHostname: ""