Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mark redis/LS port settings as deprecated #2620

Merged
merged 1 commit into from
Oct 4, 2016
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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