Add support for HTTP basic auth to solr input (#5832)

This commit is contained in:
frizner
2019-05-10 19:20:37 -04:00
committed by Daniel Nelson
parent 495a5e9f99
commit 9b3523a91b
2 changed files with 22 additions and 1 deletions

View File

@@ -16,6 +16,10 @@ Tested from 3.5 to 7.*
##
## specify a list of one or more Solr cores (default - all)
# cores = ["main"]
##
## Optional HTTP Basic Auth Credentials
# username = "username"
# password = "pa$$word"
```
### Example output of gathered metrics: