Skip to content

Commit 0f7e335

Browse files
author
Muhammad Shahzeb
authored
Update all value to .+ for logs lib (#1359)
1 parent da81b34 commit 0f7e335

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

logs-lib/logs/variables.libsonnet

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ function(
2121
)
2222
+ var.query.selectionOptions.withIncludeAll(
2323
value=true,
24-
customAllValue='.*'
24+
customAllValue='.+'
2525
)
2626
+ var.query.selectionOptions.withMulti()
2727
+ var.query.refresh.onTime()

0 commit comments

Comments
 (0)