Skip to content

Commit

Permalink
add integTest for multiple datastreams inside a single index pattern
Browse files Browse the repository at this point in the history
Signed-off-by: Subhobrata Dey <[email protected]>
  • Loading branch information
sbcd90 committed Dec 8, 2023
1 parent 7bd3927 commit 510e66a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1358,7 +1358,7 @@ class DocumentMonitorRunnerIT : AlertingRestTestCase() {
)

val docQuery = DocLevelQuery(query = "test_field:\"us-west-2\"", name = "3", fields = listOf())
val docLevelInput = DocLevelMonitorInput("description", listOf("$aliasName*"), listOf(docQuery))
val docLevelInput = DocLevelMonitorInput("description", listOf("$aliasName"), listOf(docQuery))

val action = randomAction(template = randomTemplateScript("Hello {{ctx.monitor.name}}"), destinationId = createDestination().id)
val monitor = createMonitor(
Expand Down

0 comments on commit 510e66a

Please sign in to comment.