Add native clickhouse support for queries

This commit is contained in:
Alfredo Cardigliano 2025-05-16 11:14:18 +02:00
parent c0d42f2343
commit bb810adeff
15 changed files with 296 additions and 8 deletions

View file

@ -2175,6 +2175,13 @@ if auth.has_capability(auth.capabilities.preferences) then
max = 5000
})
prefsToggleButton(subpage_active, {
field = "toggle_use_native_clickhouse_client",
default = "0",
pref = "use_native_clickhouse_client",
hidden = not showAggregateFlowsPrefs
})
prefsToggleButton(subpage_active, {
field = "toggle_flow_aggregated_alerted_flows",
default = "0",