Skip to content

Commit f567e09

Browse files
Sri Ramanasriramana
Sri Ramana
authored andcommitted
add security client section for in_tcp
Signed-off-by: Sri Ramana <g.sriramana@gmail.com>
1 parent 8ecda87 commit f567e09

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

plugins/input/tcp.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,36 @@ This section is for using TLS transport.
159159

160160
Without `<transport tls>`, in\_tcp uses raw TCP.
161161

162+
### &lt;security&gt; section
163+
164+
| required | multi | version |
165+
|:---------|:------|:--------|
166+
| false | false | 1.7.2 |
167+
168+
Add `<security>/<client>` section to allow access by Host/IP/Network
169+
170+
#### `<client>` section
171+
172+
##### host
173+
174+
| type | default | version |
175+
|:-------|:--------|:--------|
176+
| string | nil | 1.7.2 |
177+
178+
The IP address or host name of the client.
179+
180+
This is exclusive with `network`.
181+
182+
##### network
183+
184+
| type | default | version |
185+
|:-------|:--------|:--------|
186+
| string | nil | 1.7.2 |
187+
188+
Network address specification.
189+
190+
This is exclusive with `host`.
191+
162192
### &lt;parse&gt; section
163193

164194
| required | multi | version |

0 commit comments

Comments
 (0)