Skip to content

Commit

Permalink
Merge pull request #555 from andrewkroh/bugfix/remove-basic-auth-depr…
Browse files Browse the repository at this point in the history
…ecation

Remove incorrect deprecation marking from config files
  • Loading branch information
monicasarbu committed Dec 17, 2015
2 parents 6364eee + 4a52c82 commit efada69
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion filebeat/etc/filebeat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ output:
# IPv6 addresses should always be defined as: https://[2001:db8::1]:9200
hosts: ["localhost:9200"]

# Optional protocol and basic auth credentials. These are deprecated.
# Optional protocol and basic auth credentials.
#protocol: "https"
#username: "admin"
#password: "s3cr3t"
Expand Down
2 changes: 1 addition & 1 deletion libbeat/etc/libbeat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ output:
# IPv6 addresses should always be defined as: https://[2001:db8::1]:9200
hosts: ["localhost:9200"]

# Optional protocol and basic auth credentials. These are deprecated.
# Optional protocol and basic auth credentials.
#protocol: "https"
#username: "admin"
#password: "s3cr3t"
Expand Down
2 changes: 1 addition & 1 deletion packetbeat/etc/packetbeat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ output:
# IPv6 addresses should always be defined as: https://[2001:db8::1]:9200
hosts: ["localhost:9200"]

# Optional protocol and basic auth credentials. These are deprecated.
# Optional protocol and basic auth credentials.
#protocol: "https"
#username: "admin"
#password: "s3cr3t"
Expand Down
2 changes: 1 addition & 1 deletion topbeat/etc/topbeat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ output:
# IPv6 addresses should always be defined as: https://[2001:db8::1]:9200
hosts: ["localhost:9200"]

# Optional protocol and basic auth credentials. These are deprecated.
# Optional protocol and basic auth credentials.
#protocol: "https"
#username: "admin"
#password: "s3cr3t"
Expand Down
2 changes: 1 addition & 1 deletion winlogbeat/etc/winlogbeat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ output:
# IPv6 addresses should always be defined as: https://[2001:db8::1]:9200
hosts: ["localhost:9200"]

# Optional protocol and basic auth credentials. These are deprecated.
# Optional protocol and basic auth credentials.
#protocol: "https"
#username: "admin"
#password: "s3cr3t"
Expand Down

0 comments on commit efada69

Please sign in to comment.