Skip to content

Commit

Permalink
Add SSL certificate authorities example for elasticsearch (#8468) (#8628
Browse files Browse the repository at this point in the history
)

Co-authored-by: Todd Ferguson <34006787+toddferg@users.noreply.github.com>
(cherry picked from commit b176636)
  • Loading branch information
jsoriano authored Oct 17, 2018
1 parent 58a2897 commit f06d221
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
3 changes: 3 additions & 0 deletions metricbeat/docs/modules/elasticsearch.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,9 @@ metricbeat.modules:
#- ml_job
period: 10s
hosts: ["localhost:9200"]
#username: "elastic"
#password: "changeme"
#ssl.certificate_authorities: ["/etc/pki/root/ca.pem"]
# Set to false to fetch all entries
#index_recovery.active_only: true
Expand Down
3 changes: 3 additions & 0 deletions metricbeat/metricbeat.reference.yml
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,9 @@ metricbeat.modules:
#- ml_job
period: 10s
hosts: ["localhost:9200"]
#username: "elastic"
#password: "changeme"
#ssl.certificate_authorities: ["/etc/pki/root/ca.pem"]

# Set to false to fetch all entries
#index_recovery.active_only: true
Expand Down
3 changes: 3 additions & 0 deletions metricbeat/module/elasticsearch/_meta/config.reference.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@
#- ml_job
period: 10s
hosts: ["localhost:9200"]
#username: "elastic"
#password: "changeme"
#ssl.certificate_authorities: ["/etc/pki/root/ca.pem"]

# Set to false to fetch all entries
#index_recovery.active_only: true

0 comments on commit f06d221

Please sign in to comment.