Clarify supported TCP listener config options for Agent (#11714)

This commit is contained in:
Tom Proctor 2021-05-27 15:47:45 +01:00 committed by GitHub
parent 36c8366d5d
commit 96278a33d8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 2 deletions

View File

@ -221,8 +221,10 @@ These are common configuration values that live within the `persist` block:
- `listener` `(array of objects: required)` - Configuration for the listeners.
There can be one or more `listener` blocks at the top level.
These configuration values are common to all `listener` blocks.
There can be one or more `listener` blocks at the top level. These configuration
values are common to both `tcp` and `unix` listener blocks. Blocks of type
`tcp` support the standard `tcp` [listener](/docs/configuration/listener/tcp)
options.
- `type` `(string: required)` - The type of the listener to use. Valid values
are `tcp` and `unix`.