Skip to content

Commit

Permalink
DOCS: Mark TCP and UDP as experimental (#7314) (#7332)
Browse files Browse the repository at this point in the history
* DOC: Mark TCP input as experimental.
* DOC: Mark UDP input as experimental.

Fixes: #7303

(cherry picked from commit 555112f)
  • Loading branch information
ph authored and ruflin committed Jun 15, 2018
1 parent 0666812 commit 6456e7b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions filebeat/docs/inputs/input-tcp.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
<titleabbrev>TCP</titleabbrev>
++++

experimental[]

Use the `TCP` input to read events over TCP.

Example configuration:
Expand Down
2 changes: 2 additions & 0 deletions filebeat/docs/inputs/input-udp.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
<titleabbrev>UDP</titleabbrev>
++++

experimental[]

Use the `udp` input to read events over UDP.

Example configuration:
Expand Down

0 comments on commit 6456e7b

Please sign in to comment.