Skip to content

Commit bcee5ff

Browse files
committed
Update props.conf
1 parent 0bef080 commit bcee5ff

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
@@ -73,6 +73,7 @@ EVAL-commits_timestamp_list = if(isnotnull('commits{}.timestamp'), 'commits{}.ti
7373
EVAL-current_priority = if('issue.labels{}.name' like "Priority%", mvfilter(match('issue.labels{}.name', "[pP]riority:\sLow|[pP]riority:\sHigh|[pP]riority:\sMedium")), null())
7474
EVAL-current_push = if(isnotnull('after'), 'after', null())
7575
EVAL-description = "Secrete Leakage: ".'alert.secret_type'
76+
EVAL-dest = "((repo)|(full_name))":"(?<dest>[^/]+)
7677
EVAL-dvc = replace(host, ":\d+", "")
7778
EVAL-earliest_commit_author_user = if(isnotnull(mvindex('commits{}.author.username', 0)), mvindex('commits{}.author.username', 0) , null())
7879
EVAL-earliest_commit_date = if((isnotnull('commits{}.id') AND isnull('commit_timestamp')), 'head_commit.timestamp', if((isnotnull('commits{}.id') AND isnotnull('commit_timestamp')), 'commit_timestamp', ""))

0 commit comments

Comments
 (0)