1
0
Fork 0
telegraf/plugins/inputs/solr/sample.conf
Daniel Baumann 4978089aab
Adding upstream version 1.34.4.
Signed-off-by: Daniel Baumann <daniel@debian.org>
2025-05-24 07:26:29 +02:00

14 lines
383 B
Text

# 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 = ["*"]
## Optional HTTP Basic Auth Credentials
# username = "username"
# password = "pa$$word"
## Timeout for HTTP requests
# timeout = "5s"