Skip to content

Commit f50b912

Browse files
committed
fix: set default truncate for Entra ID audit
Addresses #64
1 parent 4f7aba4 commit f50b912

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

package/default/props.conf

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,13 +105,16 @@ TIME_PREFIX = \"activityDateTime\"\:\s*\"
105105
MAX_TIMESTAMP_LOOKAHEAD = 30
106106
KV_MODE = json
107107
FIELDALIAS-activityDate = activityDateTime AS activityDate
108+
TRUNCATE = 0
108109

109110
[azure:aad:audit]
110111
SHOULD_LINEMERGE = 0
111112
TIME_PREFIX = \"activityDateTime\"\:\s*\"
112113
MAX_TIMESTAMP_LOOKAHEAD = 30
113114
KV_MODE = json
114115
FIELDALIAS-azure_aad_audit_activityDate = activityDateTime AS activityDate
116+
TRUNCATE = 0
117+
115118
####################
116119
# Metrics
117120
####################

0 commit comments

Comments
 (0)