We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0bef080 commit bcee5ffCopy full SHA for bcee5ff
github_app_for_splunk/default/props.conf
@@ -73,6 +73,7 @@ EVAL-commits_timestamp_list = if(isnotnull('commits{}.timestamp'), 'commits{}.ti
73
EVAL-current_priority = if('issue.labels{}.name' like "Priority%", mvfilter(match('issue.labels{}.name', "[pP]riority:\sLow|[pP]riority:\sHigh|[pP]riority:\sMedium")), null())
74
EVAL-current_push = if(isnotnull('after'), 'after', null())
75
EVAL-description = "Secrete Leakage: ".'alert.secret_type'
76
+EVAL-dest = "((repo)|(full_name))":"(?<dest>[^/]+)
77
EVAL-dvc = replace(host, ":\d+", "")
78
EVAL-earliest_commit_author_user = if(isnotnull(mvindex('commits{}.author.username', 0)), mvindex('commits{}.author.username', 0) , null())
79
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