2022-05-19 00:31:34 +08:00
|
|
|
# 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"]
|
2023-07-29 02:20:14 +08:00
|
|
|
|
2022-05-19 00:31:34 +08:00
|
|
|
## specify a list of one or more Solr cores (default - all)
|
|
|
|
|
# cores = ["main"]
|
2023-07-29 02:20:14 +08:00
|
|
|
|
2022-05-19 00:31:34 +08:00
|
|
|
## Optional HTTP Basic Auth Credentials
|
|
|
|
|
# username = "username"
|
|
|
|
|
# password = "pa$$word"
|
2023-07-29 02:20:14 +08:00
|
|
|
|
|
|
|
|
## Timeout for HTTP requests
|
|
|
|
|
# timeout = "5s"
|