-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathflowcus.settings
More file actions
50 lines (46 loc) · 1.14 KB
/
flowcus.settings
File metadata and controls
50 lines (46 loc) · 1.14 KB
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
48
49
50
# Flowcus Settings
# Edit via the Settings panel in the web UI, or modify this file directly.
# Changes take effect after a server restart.
# Logging
# Log output format and verbosity.
[logging]
format = "human"
filter = "info,tower_http=debug"
# Server
# HTTP server and API configuration.
[server]
host = "0.0.0.0"
port = 2137
dev_mode = false
frontend_proxy = "http://localhost:5173"
query_cache_entries = 500
# IPFIX Collector
# IPFIX/NetFlow collection endpoint configuration.
[ipfix]
host = "0.0.0.0"
port = 4739
udp = true
tcp = false
udp_recv_buffer = 65535
template_expiry_secs = 1800
unprocessed_dir = "unprocessed"
unprocessed_ttl_secs = 300
unprocessed_scan_interval_secs = 10
# Storage & Merge
# Columnar storage engine tuning and background compaction.
[storage]
dir = "storage"
flush_bytes = 16777216
flush_interval_secs = 5
partition_duration_secs = 3600
channel_capacity = 8192
initial_row_capacity = 65536
merge_workers = 4
merge_scan_interval_secs = 15
merge_cpu_throttle = 0.8
merge_mem_throttle = 0.85
granule_size = 8192
bloom_bits_per_granule = 8192
storage_cache_bytes = 1073741824
retention_hours = 744
retention_scan_interval_secs = 900