Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions explore-analyze/alerts-cases/watcher/action-foreach.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,3 +45,7 @@ PUT _watcher/watch/log_event_watch
```

1. The logging statement will be executed for each of the returned search hits.

::::{note}
If you are running a [`script`](transform-script.md) {{watcher-transform}}, the transform needs to be included prior to the `actions` section to ensure the output is available to the `foreach` loop.
::::
Loading