github.com/siglens/siglens@v0.0.0-20240328180423-f7ce9ae441ed/playground.yaml (about) 1 --- 2 ## IP and port for SigLens ingestion server 3 ingestListenIP: 0.0.0.0 4 ingestPort: 8081 5 6 ## IP and port for SigLens query server, including UI 7 queryListenIP: 0.0.0.0 8 queryPort: 5122 9 10 ## Location for storing local node data 11 dataPath : data/ 12 13 ## field name to use as a timestamp key 14 timestampKey : timestamp 15 16 pqsEnabled: false 17 18 ## Elasticsearch Version for kibana integration 19 esVersion: "7.9.3" 20 21 ## Number of hours data will be stored/retained on persistent storage. 22 retentionHours: 48 23 24 ## Percent of available RAM that siglens will occupy 25 # memoryThresholdPercent: 80 26 27 ## For ephemeral servers (docker, k8s) set this variable to unique container name to persist data across restarts: 28 ssInstanceName: "sigsingle" 29 30 log: 31 logPrefix : ./logs/ 32 33 ## Maximum size of siglens.log file in megabytes 34 # logFileRotationSizeMB: 100 35 36 ## Compress log file 37 # compressLogFile: false