diff --git a/x-pack/docs/en/watcher/actions/index.asciidoc b/x-pack/docs/en/watcher/actions/index.asciidoc index da6fd9e7f837b..a0244778127d7 100644 --- a/x-pack/docs/en/watcher/actions/index.asciidoc +++ b/x-pack/docs/en/watcher/actions/index.asciidoc @@ -40,8 +40,10 @@ The following snippet shows a simple `index` action definition: |====== |Name |Required | Default | Description -| `index` | yes | - | The index, alias, or data stream to index into. +| `index` | yes^*^ | - a| The index, alias, or data stream to index into. +^*^If you dynamically set an `_index` value, this parameter isn't required. See +<>. | `doc_id` | no | - | The optional `_id` of the document.