You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
given servers = ["https://admin:password@localhost:9200"]
The log includes username and password in elasticsearch URL like: 2016/11/01 13:53:09 ERROR in input [elasticsearch]: Errors encountered: [Get https://admin:password@localhost:9200/_nodes/_local/stats: remote error: handshake failure]
Desired behavior:
Hide username and password in the log file
The text was updated successfully, but these errors were encountered:
Feature Request
Proposal:
Hide elasticsearch username and password from log
Current behavior:
given
servers = ["https://admin:password@localhost:9200"]
The log includes username and password in elasticsearch URL like:
2016/11/01 13:53:09 ERROR in input [elasticsearch]: Errors encountered: [Get https://admin:password@localhost:9200/_nodes/_local/stats: remote error: handshake failure]
Desired behavior:
Hide username and password in the log file
The text was updated successfully, but these errors were encountered: