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

Fix doc on output.kafka.version setting #7446

Merged
merged 1 commit into from
Jun 27, 2018
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
5 changes: 2 additions & 3 deletions auditbeat/auditbeat.reference.yml
Original file line number Diff line number Diff line change
Expand Up @@ -551,9 +551,8 @@ output.elasticsearch:
#username: ''
#password: ''

# Kafka version auditbeat is assumed to run against. Defaults to the oldest
# supported stable version (currently version 0.8.2.0)
#version: 0.8.2
# Kafka version auditbeat is assumed to run against. Defaults to the "1.0.0".
#version: '1.0.0'

# Metadata update configuration. Metadata do contain leader information
# deciding which broker to use when publishing.
Expand Down
5 changes: 2 additions & 3 deletions filebeat/filebeat.reference.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1193,9 +1193,8 @@ output.elasticsearch:
#username: ''
#password: ''

# Kafka version filebeat is assumed to run against. Defaults to the oldest
# supported stable version (currently version 0.8.2.0)
#version: 0.8.2
# Kafka version filebeat is assumed to run against. Defaults to the "1.0.0".
#version: '1.0.0'

# Metadata update configuration. Metadata do contain leader information
# deciding which broker to use when publishing.
Expand Down
5 changes: 2 additions & 3 deletions heartbeat/heartbeat.reference.yml
Original file line number Diff line number Diff line change
Expand Up @@ -660,9 +660,8 @@ output.elasticsearch:
#username: ''
#password: ''

# Kafka version heartbeat is assumed to run against. Defaults to the oldest
# supported stable version (currently version 0.8.2.0)
#version: 0.8.2
# Kafka version heartbeat is assumed to run against. Defaults to the "1.0.0".
#version: '1.0.0'

# Metadata update configuration. Metadata do contain leader information
# deciding which broker to use when publishing.
Expand Down
5 changes: 2 additions & 3 deletions libbeat/_meta/config.reference.yml
Original file line number Diff line number Diff line change
Expand Up @@ -446,9 +446,8 @@ output.elasticsearch:
#username: ''
#password: ''

# Kafka version beatname is assumed to run against. Defaults to the oldest
# supported stable version (currently version 0.8.2.0)
#version: 0.8.2
# Kafka version beatname is assumed to run against. Defaults to the "1.0.0".
#version: '1.0.0'

# Metadata update configuration. Metadata do contain leader information
# deciding which broker to use when publishing.
Expand Down
5 changes: 2 additions & 3 deletions libbeat/docs/outputconfig.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -668,12 +668,11 @@ The cluster metadata contain the actual Kafka brokers events are published to.

===== `version`

Kafka version ${beatname_lc} is assumed to run against. Defaults to oldest
supported stable version (currently version 0.8.2.0).
Kafka version ${beatname_lc} is assumed to run against. Defaults to 1.0.0.

Event timestamps will be added, if version 0.10.0.0+ is enabled.

Valid values are all kafka releases in between `0.8.2.0` and `0.11.0.0`.
Valid values are all kafka releases in between `0.8.2.0` and `1.1.0`.

===== `username`

Expand Down
5 changes: 2 additions & 3 deletions metricbeat/metricbeat.reference.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1066,9 +1066,8 @@ output.elasticsearch:
#username: ''
#password: ''

# Kafka version metricbeat is assumed to run against. Defaults to the oldest
# supported stable version (currently version 0.8.2.0)
#version: 0.8.2
# Kafka version metricbeat is assumed to run against. Defaults to the "1.0.0".
#version: '1.0.0'

# Metadata update configuration. Metadata do contain leader information
# deciding which broker to use when publishing.
Expand Down
5 changes: 2 additions & 3 deletions packetbeat/packetbeat.reference.yml
Original file line number Diff line number Diff line change
Expand Up @@ -923,9 +923,8 @@ output.elasticsearch:
#username: ''
#password: ''

# Kafka version packetbeat is assumed to run against. Defaults to the oldest
# supported stable version (currently version 0.8.2.0)
#version: 0.8.2
# Kafka version packetbeat is assumed to run against. Defaults to the "1.0.0".
#version: '1.0.0'

# Metadata update configuration. Metadata do contain leader information
# deciding which broker to use when publishing.
Expand Down
5 changes: 2 additions & 3 deletions winlogbeat/winlogbeat.reference.yml
Original file line number Diff line number Diff line change
Expand Up @@ -475,9 +475,8 @@ output.elasticsearch:
#username: ''
#password: ''

# Kafka version winlogbeat is assumed to run against. Defaults to the oldest
# supported stable version (currently version 0.8.2.0)
#version: 0.8.2
# Kafka version winlogbeat is assumed to run against. Defaults to the "1.0.0".
#version: '1.0.0'

# Metadata update configuration. Metadata do contain leader information
# deciding which broker to use when publishing.
Expand Down