Skip to content

Commit

Permalink
Remove redis port from configs
Browse files Browse the repository at this point in the history
  • Loading branch information
urso committed Jan 19, 2019
1 parent ecb63d3 commit 184c93b
Show file tree
Hide file tree
Showing 8 changed files with 0 additions and 32 deletions.
4 changes: 0 additions & 4 deletions auditbeat/auditbeat.reference.yml
Original file line number Diff line number Diff line change
Expand Up @@ -727,10 +727,6 @@ output.elasticsearch:
# unreachable, the events are distributed to the reachable servers only.
#hosts: ["localhost:6379"]

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

# The name of the Redis list or channel the events are published to. The
# default is auditbeat.
#key: auditbeat
Expand Down
4 changes: 0 additions & 4 deletions filebeat/filebeat.reference.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1419,10 +1419,6 @@ output.elasticsearch:
# unreachable, the events are distributed to the reachable servers only.
#hosts: ["localhost:6379"]

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

# The name of the Redis list or channel the events are published to. The
# default is filebeat.
#key: filebeat
Expand Down
4 changes: 0 additions & 4 deletions heartbeat/heartbeat.reference.yml
Original file line number Diff line number Diff line change
Expand Up @@ -876,10 +876,6 @@ output.elasticsearch:
# unreachable, the events are distributed to the reachable servers only.
#hosts: ["localhost:6379"]

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

# The name of the Redis list or channel the events are published to. The
# default is heartbeat.
#key: heartbeat
Expand Down
4 changes: 0 additions & 4 deletions journalbeat/journalbeat.reference.yml
Original file line number Diff line number Diff line change
Expand Up @@ -678,10 +678,6 @@ output.elasticsearch:
# unreachable, the events are distributed to the reachable servers only.
#hosts: ["localhost:6379"]

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

# The name of the Redis list or channel the events are published to. The
# default is journalbeat.
#key: journalbeat
Expand Down
4 changes: 0 additions & 4 deletions metricbeat/metricbeat.reference.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1306,10 +1306,6 @@ output.elasticsearch:
# unreachable, the events are distributed to the reachable servers only.
#hosts: ["localhost:6379"]

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

# The name of the Redis list or channel the events are published to. The
# default is metricbeat.
#key: metricbeat
Expand Down
4 changes: 0 additions & 4 deletions packetbeat/packetbeat.reference.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1101,10 +1101,6 @@ output.elasticsearch:
# unreachable, the events are distributed to the reachable servers only.
#hosts: ["localhost:6379"]

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

# The name of the Redis list or channel the events are published to. The
# default is packetbeat.
#key: packetbeat
Expand Down
4 changes: 0 additions & 4 deletions winlogbeat/winlogbeat.reference.yml
Original file line number Diff line number Diff line change
Expand Up @@ -649,10 +649,6 @@ output.elasticsearch:
# unreachable, the events are distributed to the reachable servers only.
#hosts: ["localhost:6379"]

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

# The name of the Redis list or channel the events are published to. The
# default is winlogbeat.
#key: winlogbeat
Expand Down
4 changes: 0 additions & 4 deletions x-pack/functionbeat/functionbeat.reference.yml
Original file line number Diff line number Diff line change
Expand Up @@ -714,10 +714,6 @@ output.elasticsearch:
# unreachable, the events are distributed to the reachable servers only.
#hosts: ["localhost:6379"]

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

# The name of the Redis list or channel the events are published to. The
# default is functionbeat.
#key: functionbeat
Expand Down

0 comments on commit 184c93b

Please sign in to comment.