[DOCS] Fixing cross doc links.
Original commit: elastic/x-pack-elasticsearch@3333055f42
This commit is contained in:
parent
3ace57d512
commit
30f2b3f90e
|
@ -21,7 +21,7 @@ A watch {xpack-ref}/trigger-schedule.html[schedule] controls how often a watch i
|
|||
The watch {xpack-ref}/input.html[input] gets the data that you want to evaluate.
|
||||
|
||||
To periodically search log data and load the results into the
|
||||
watch, you could use an {xpack-ref}/schedule-interval.html[interval] schedule and a
|
||||
watch, you could use an {xpack-ref}/trigger-schedule.html#schedule-interval[interval] schedule and a
|
||||
{xpack-ref}/input-search.html[search] input. For example, the following Watch searches
|
||||
the `logs` index for errors every 10 seconds:
|
||||
|
||||
|
@ -49,7 +49,7 @@ PUT _xpack/watcher/watch/log_error_watch
|
|||
// CONSOLE
|
||||
<1> Schedules are typically configured to run less frequently. This example sets
|
||||
the interval to 10 seconds so you can easily see the watches being triggered.
|
||||
Since this watch runs so frequently, don't forget to {xpack-ref}/log-delete.html[delete the watch]
|
||||
Since this watch runs so frequently, don't forget to <<log-delete, delete the watch>>
|
||||
when you're done experimenting.
|
||||
|
||||
If you check the watch history you'll see that the watch is being triggered every
|
||||
|
|
Loading…
Reference in New Issue