Skip to content

Commit 1c726bd

Browse files
committed
WKBCH-14: Remove accountDisplayName
See S3C-10745
1 parent e008bf8 commit 1c726bd

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

templates/clickhouse/init.d/02-create-ingest-table.sql

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ CREATE TABLE IF NOT EXISTS logs.access_logs_ingest
88
-- Analytics
99
action LowCardinality(String),
1010
accountName String,
11-
accountDisplayName String,
1211
userName String,
1312
clientPort UInt32,
1413
httpMethod LowCardinality(String),

templates/fluentbit/fluent-bit.conf

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@
4444
# Analytics
4545
Allowlist_key action
4646
Allowlist_key accountName
47-
Allowlist_key accountDisplayName
4847
Allowlist_key httpMethod
4948
Allowlist_key userName
5049
Allowlist_key bytesDeleted

0 commit comments

Comments
 (0)