Skip to content

Commit f6075e6

Browse files
committed
Updated views
Fixed the time ranges on value stream analytics and spacing on the security alert overview.
1 parent f893a05 commit f6075e6

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

github_app_for_splunk/default/data/ui/views/security_alert_overview.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,4 +258,4 @@
258258
</table>
259259
</panel>
260260
</row>
261-
</form>
261+
</form>

github_app_for_splunk/default/data/ui/views/value_stream_analytics.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@
2121
<fieldForValue>repository.name</fieldForValue>
2222
<search>
2323
<query>`github_webhooks` eventtype="GitHub::Push"|dedup repository.name| table repository.name</query>
24-
<earliest>-30d@d</earliest>
25-
<latest>now</latest>
24+
<earliest>$timeTkn.earliest$</earliest>
25+
<latest>$timeTkn.latest$</latest>
2626
</search>
2727
<choice value="*">All</choice>
2828
<default>*</default>
@@ -139,4 +139,4 @@
139139
</table>
140140
</panel>
141141
</row>
142-
</form>
142+
</form>

0 commit comments

Comments
 (0)