We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e008bf8 commit 1c726bdCopy full SHA for 1c726bd
templates/clickhouse/init.d/02-create-ingest-table.sql
@@ -8,7 +8,6 @@ CREATE TABLE IF NOT EXISTS logs.access_logs_ingest
8
-- Analytics
9
action LowCardinality(String),
10
accountName String,
11
- accountDisplayName String,
12
userName String,
13
clientPort UInt32,
14
httpMethod LowCardinality(String),
templates/fluentbit/fluent-bit.conf
@@ -44,7 +44,6 @@
44
# Analytics
45
Allowlist_key action
46
Allowlist_key accountName
47
- Allowlist_key accountDisplayName
48
Allowlist_key httpMethod
49
Allowlist_key userName
50
Allowlist_key bytesDeleted
0 commit comments