Skip to content

Commit

Permalink
Provide better defaults in reference configuration for Kerberos auth (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
kvch authored Apr 14, 2020
1 parent 4bb189d commit 3f50058
Show file tree
Hide file tree
Showing 12 changed files with 60 additions and 48 deletions.
9 changes: 5 additions & 4 deletions auditbeat/auditbeat.reference.yml
Original file line number Diff line number Diff line change
Expand Up @@ -798,13 +798,14 @@ output.elasticsearch:
#kerberos.auth_type: password

# Path to the keytab file. It is used when auth_type is set to keytab.
#kerberos.keytab: /etc/krb5kdc/kafka.keytab
#kerberos.keytab: /etc/security/keytabs/kafka.keytab

# Path to the Kerberos configuration.
#kerberos.config_path: /etc/path/config
#kerberos.config_path: /etc/krb5.conf

# The service principal name.
#kerberos.service_name: HTTP/my-service@realm
# The service name. Service principal name is contructed from
# service_name/hostname@realm.
#kerberos.service_name: kafka

# Name of the Kerberos user.
#kerberos.username: elastic
Expand Down
9 changes: 5 additions & 4 deletions filebeat/filebeat.reference.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1504,13 +1504,14 @@ output.elasticsearch:
#kerberos.auth_type: password

# Path to the keytab file. It is used when auth_type is set to keytab.
#kerberos.keytab: /etc/krb5kdc/kafka.keytab
#kerberos.keytab: /etc/security/keytabs/kafka.keytab

# Path to the Kerberos configuration.
#kerberos.config_path: /etc/path/config
#kerberos.config_path: /etc/krb5.conf

# The service principal name.
#kerberos.service_name: HTTP/my-service@realm
# The service name. Service principal name is contructed from
# service_name/hostname@realm.
#kerberos.service_name: kafka

# Name of the Kerberos user.
#kerberos.username: elastic
Expand Down
9 changes: 5 additions & 4 deletions heartbeat/heartbeat.reference.yml
Original file line number Diff line number Diff line change
Expand Up @@ -942,13 +942,14 @@ output.elasticsearch:
#kerberos.auth_type: password

# Path to the keytab file. It is used when auth_type is set to keytab.
#kerberos.keytab: /etc/krb5kdc/kafka.keytab
#kerberos.keytab: /etc/security/keytabs/kafka.keytab

# Path to the Kerberos configuration.
#kerberos.config_path: /etc/path/config
#kerberos.config_path: /etc/krb5.conf

# The service principal name.
#kerberos.service_name: HTTP/my-service@realm
# The service name. Service principal name is contructed from
# service_name/hostname@realm.
#kerberos.service_name: kafka

# Name of the Kerberos user.
#kerberos.username: elastic
Expand Down
9 changes: 5 additions & 4 deletions journalbeat/journalbeat.reference.yml
Original file line number Diff line number Diff line change
Expand Up @@ -736,13 +736,14 @@ output.elasticsearch:
#kerberos.auth_type: password

# Path to the keytab file. It is used when auth_type is set to keytab.
#kerberos.keytab: /etc/krb5kdc/kafka.keytab
#kerberos.keytab: /etc/security/keytabs/kafka.keytab

# Path to the Kerberos configuration.
#kerberos.config_path: /etc/path/config
#kerberos.config_path: /etc/krb5.conf

# The service principal name.
#kerberos.service_name: HTTP/my-service@realm
# The service name. Service principal name is contructed from
# service_name/hostname@realm.
#kerberos.service_name: kafka

# Name of the Kerberos user.
#kerberos.username: elastic
Expand Down
9 changes: 5 additions & 4 deletions libbeat/_meta/config.reference.yml.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -679,13 +679,14 @@ output.elasticsearch:
#kerberos.auth_type: password

# Path to the keytab file. It is used when auth_type is set to keytab.
#kerberos.keytab: /etc/krb5kdc/kafka.keytab
#kerberos.keytab: /etc/security/keytabs/kafka.keytab

# Path to the Kerberos configuration.
#kerberos.config_path: /etc/path/config
#kerberos.config_path: /etc/krb5.conf

# The service principal name.
#kerberos.service_name: HTTP/my-service@realm
# The service name. Service principal name is contructed from
# service_name/hostname@realm.
#kerberos.service_name: kafka

# Name of the Kerberos user.
#kerberos.username: elastic
Expand Down
9 changes: 5 additions & 4 deletions metricbeat/metricbeat.reference.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1548,13 +1548,14 @@ output.elasticsearch:
#kerberos.auth_type: password

# Path to the keytab file. It is used when auth_type is set to keytab.
#kerberos.keytab: /etc/krb5kdc/kafka.keytab
#kerberos.keytab: /etc/security/keytabs/kafka.keytab

# Path to the Kerberos configuration.
#kerberos.config_path: /etc/path/config
#kerberos.config_path: /etc/krb5.conf

# The service principal name.
#kerberos.service_name: HTTP/my-service@realm
# The service name. Service principal name is contructed from
# service_name/hostname@realm.
#kerberos.service_name: kafka

# Name of the Kerberos user.
#kerberos.username: elastic
Expand Down
9 changes: 5 additions & 4 deletions packetbeat/packetbeat.reference.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1225,13 +1225,14 @@ output.elasticsearch:
#kerberos.auth_type: password

# Path to the keytab file. It is used when auth_type is set to keytab.
#kerberos.keytab: /etc/krb5kdc/kafka.keytab
#kerberos.keytab: /etc/security/keytabs/kafka.keytab

# Path to the Kerberos configuration.
#kerberos.config_path: /etc/path/config
#kerberos.config_path: /etc/krb5.conf

# The service principal name.
#kerberos.service_name: HTTP/my-service@realm
# The service name. Service principal name is contructed from
# service_name/hostname@realm.
#kerberos.service_name: kafka

# Name of the Kerberos user.
#kerberos.username: elastic
Expand Down
9 changes: 5 additions & 4 deletions winlogbeat/winlogbeat.reference.yml
Original file line number Diff line number Diff line change
Expand Up @@ -721,13 +721,14 @@ output.elasticsearch:
#kerberos.auth_type: password

# Path to the keytab file. It is used when auth_type is set to keytab.
#kerberos.keytab: /etc/krb5kdc/kafka.keytab
#kerberos.keytab: /etc/security/keytabs/kafka.keytab

# Path to the Kerberos configuration.
#kerberos.config_path: /etc/path/config
#kerberos.config_path: /etc/krb5.conf

# The service principal name.
#kerberos.service_name: HTTP/my-service@realm
# The service name. Service principal name is contructed from
# service_name/hostname@realm.
#kerberos.service_name: kafka

# Name of the Kerberos user.
#kerberos.username: elastic
Expand Down
9 changes: 5 additions & 4 deletions x-pack/auditbeat/auditbeat.reference.yml
Original file line number Diff line number Diff line change
Expand Up @@ -854,13 +854,14 @@ output.elasticsearch:
#kerberos.auth_type: password

# Path to the keytab file. It is used when auth_type is set to keytab.
#kerberos.keytab: /etc/krb5kdc/kafka.keytab
#kerberos.keytab: /etc/security/keytabs/kafka.keytab

# Path to the Kerberos configuration.
#kerberos.config_path: /etc/path/config
#kerberos.config_path: /etc/krb5.conf

# The service principal name.
#kerberos.service_name: HTTP/my-service@realm
# The service name. Service principal name is contructed from
# service_name/hostname@realm.
#kerberos.service_name: kafka

# Name of the Kerberos user.
#kerberos.username: elastic
Expand Down
9 changes: 5 additions & 4 deletions x-pack/filebeat/filebeat.reference.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2205,13 +2205,14 @@ output.elasticsearch:
#kerberos.auth_type: password

# Path to the keytab file. It is used when auth_type is set to keytab.
#kerberos.keytab: /etc/krb5kdc/kafka.keytab
#kerberos.keytab: /etc/security/keytabs/kafka.keytab

# Path to the Kerberos configuration.
#kerberos.config_path: /etc/path/config
#kerberos.config_path: /etc/krb5.conf

# The service principal name.
#kerberos.service_name: HTTP/my-service@realm
# The service name. Service principal name is contructed from
# service_name/hostname@realm.
#kerberos.service_name: kafka

# Name of the Kerberos user.
#kerberos.username: elastic
Expand Down
9 changes: 5 additions & 4 deletions x-pack/metricbeat/metricbeat.reference.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1956,13 +1956,14 @@ output.elasticsearch:
#kerberos.auth_type: password

# Path to the keytab file. It is used when auth_type is set to keytab.
#kerberos.keytab: /etc/krb5kdc/kafka.keytab
#kerberos.keytab: /etc/security/keytabs/kafka.keytab

# Path to the Kerberos configuration.
#kerberos.config_path: /etc/path/config
#kerberos.config_path: /etc/krb5.conf

# The service principal name.
#kerberos.service_name: HTTP/my-service@realm
# The service name. Service principal name is contructed from
# service_name/hostname@realm.
#kerberos.service_name: kafka

# Name of the Kerberos user.
#kerberos.username: elastic
Expand Down
9 changes: 5 additions & 4 deletions x-pack/winlogbeat/winlogbeat.reference.yml
Original file line number Diff line number Diff line change
Expand Up @@ -724,13 +724,14 @@ output.elasticsearch:
#kerberos.auth_type: password

# Path to the keytab file. It is used when auth_type is set to keytab.
#kerberos.keytab: /etc/krb5kdc/kafka.keytab
#kerberos.keytab: /etc/security/keytabs/kafka.keytab

# Path to the Kerberos configuration.
#kerberos.config_path: /etc/path/config
#kerberos.config_path: /etc/krb5.conf

# The service principal name.
#kerberos.service_name: HTTP/my-service@realm
# The service name. Service principal name is contructed from
# service_name/hostname@realm.
#kerberos.service_name: kafka

# Name of the Kerberos user.
#kerberos.username: elastic
Expand Down

0 comments on commit 3f50058

Please sign in to comment.