docs: fix exit flag reference on agent (#12401)
This commit is contained in:
parent
98678e4caf
commit
306071f8b8
|
@ -104,7 +104,7 @@ section.
|
|||
|
||||
For requests from the templating engine, Agent will reset its retry counter and
|
||||
perform retries again once all retries are exhausted. This means that templating
|
||||
will retry on failures indefinitely unless `exit_after_retry_failure` from the
|
||||
will retry on failures indefinitely unless `exit_on_retry_failure` from the
|
||||
[`template_config`][template-config] stanza is set to `true`.
|
||||
|
||||
Here are the options for the `retry` stanza:
|
||||
|
|
Loading…
Reference in New Issue