Skip to content

Commit 9ab3502

Browse files
committed
Update props.conf
Add TRUNCATE value to github_json because the default 10k isn't enough since some workflow events can top 20k. Set to 100k to account for extra large events.
1 parent 6db3e56 commit 9ab3502

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

github_app_for_splunk/default/props.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ EVAL-issue_tags = if(isnotnull('issue.labels{}.name'), 'issue.labels{}.name', nu
5757
EVAL-repository_organization = if(isnotnull('organization.login'), 'organization.login', null())
5858
EVAL-current_priority = if('issue.labels{}.name' like "Priority%", mvfilter(match('issue.labels{}.name', "[pP]riority:\sLow|[pP]riority:\sHigh|[pP]riority:\sMedium")), null())
5959
FIELDALIAS-user = actor AS user
60+
TRUNCATE = 100000
6061

6162
[github_audit]
6263
KV_MODE = JSON

0 commit comments

Comments
 (0)