mirror of
https://github.com/elastic/logstash.git
synced 2025-04-24 22:57:16 -04:00
add commented out options for api_key in logstash.yml
This commit is contained in:
parent
6832040d28
commit
58b6e4d1c6
1 changed files with 4 additions and 0 deletions
|
@ -260,6 +260,8 @@ pipeline.ordered: auto
|
|||
# an alternative to hosts + username/password settings is to use cloud_id/cloud_auth
|
||||
#xpack.monitoring.elasticsearch.cloud_id: monitoring_cluster_id:xxxxxxxxxx
|
||||
#xpack.monitoring.elasticsearch.cloud_auth: logstash_system:password
|
||||
# another authentication alternative is to use an Elasticsearch API key
|
||||
#xpack.monitoring.elasticsearch.api_key: "id:api_key"
|
||||
#xpack.monitoring.elasticsearch.ssl.certificate_authority: [ "/path/to/ca.crt" ]
|
||||
#xpack.monitoring.elasticsearch.ssl.truststore.path: path/to/file
|
||||
#xpack.monitoring.elasticsearch.ssl.truststore.password: password
|
||||
|
@ -280,6 +282,8 @@ pipeline.ordered: auto
|
|||
# an alternative to hosts + username/password settings is to use cloud_id/cloud_auth
|
||||
#xpack.management.elasticsearch.cloud_id: management_cluster_id:xxxxxxxxxx
|
||||
#xpack.management.elasticsearch.cloud_auth: logstash_admin_user:password
|
||||
# another authentication alternative is to use an Elasticsearch API key
|
||||
#xpack.management.elasticsearch.api_key: "id:api_key"
|
||||
#xpack.management.elasticsearch.ssl.certificate_authority: [ "/path/to/ca.crt" ]
|
||||
#xpack.management.elasticsearch.ssl.truststore.path: /path/to/file
|
||||
#xpack.management.elasticsearch.ssl.truststore.password: password
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue