Skip to content

Commit

Permalink
Mark redis/LS port settings as deprecated
Browse files Browse the repository at this point in the history
  • Loading branch information
urso committed Oct 4, 2016
1 parent 874d62d commit 02aebe5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ https://github.com/elastic/beats/compare/v5.0.0-beta1...master[Check the HEAD di
==== Deprecated

*Affecting all Beats*
- Setting `port` has been deprecated in redis and logstash outputs. {pull}2620[2620]

*Metricbeat*

Expand Down
4 changes: 4 additions & 0 deletions libbeat/docs/outputconfig.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -449,6 +449,8 @@ configured. The default value is 0.
[[port]]
===== port

deprecated[5.0.0]

The default port to use if the port number is not given in <<hosts>>. The default port number
is 10200.

Expand Down Expand Up @@ -738,6 +740,8 @@ don't specify a port number, the value configured by `port` is used.

===== port

deprecated[5.0.0]

The Redis port to use if `hosts` does not contain a port number. The default is 6379.

===== index
Expand Down

0 comments on commit 02aebe5

Please sign in to comment.