12 lines
341 B
Plaintext
12 lines
341 B
Plaintext
# Read stats from one or more Solr servers or cores
|
|
[[inputs.solr]]
|
|
## specify a list of one or more Solr servers
|
|
servers = ["http://localhost:8983"]
|
|
##
|
|
## specify a list of one or more Solr cores (default - all)
|
|
# cores = ["main"]
|
|
##
|
|
## Optional HTTP Basic Auth Credentials
|
|
# username = "username"
|
|
# password = "pa$$word"
|