logstash-plugins / logstash-input-http_poller

Create Logstash events by polling HTTP endpoints!
https://www.elastic.co/guide/en/logstash/current/plugins-inputs-http_poller.html
Apache License 2.0
43 stars 65 forks source link

Plugin should mask http passwords in saved metadata #24

Open andrewvc opened 9 years ago

andrewvc commented 9 years ago

HTTP Poller metadata will show passwords. They should be elided by default.

Example of current behavior:

"_http_poller_metadata": {
                  "name": "haproxy",
                  "host": "andrewvc-elastic.local",
                  "url": {
                     "method": "get",
                     "url": "http://localhost:9201/haproxy?stats;csv",
                     "auth": {
                        "user": "myuser",
                        "password": "mypass"
                     }
                  }
abdalians commented 8 years ago

+1