Skip to content

Commit

Permalink
fix: set default truncate for Entra ID audit
Browse files Browse the repository at this point in the history
Addresses #64
  • Loading branch information
JasonConger committed Jul 28, 2024
1 parent 4f7aba4 commit f50b912
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions package/default/props.conf
Original file line number Diff line number Diff line change
Expand Up @@ -105,13 +105,16 @@ TIME_PREFIX = \"activityDateTime\"\:\s*\"
MAX_TIMESTAMP_LOOKAHEAD = 30
KV_MODE = json
FIELDALIAS-activityDate = activityDateTime AS activityDate
TRUNCATE = 0

[azure:aad:audit]
SHOULD_LINEMERGE = 0
TIME_PREFIX = \"activityDateTime\"\:\s*\"
MAX_TIMESTAMP_LOOKAHEAD = 30
KV_MODE = json
FIELDALIAS-azure_aad_audit_activityDate = activityDateTime AS activityDate
TRUNCATE = 0

####################
# Metrics
####################
Expand Down

0 comments on commit f50b912

Please sign in to comment.