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 ad2c4b2 commit 143e189Copy full SHA for 143e189
github_app_for_splunk/default/data/ui/views/workflow_analytics.xml
@@ -14,8 +14,8 @@
14
<fieldForValue>repository.name</fieldForValue>
15
<search>
16
<query>`github_webhooks` eventtype="GitHub::Workflow"|dedup repository.name| table repository.name</query>
17
- <earliest>-30d@d</earliest>
18
- <latest>now</latest>
+ <earliest>$timeTkn.earliest$</earliest>
+ <latest>$timeTkn.latest$</latest>
19
</search>
20
<choice value="*">All</choice>
21
<default>*</default>
0 commit comments