Skip to main content

Solr

Overview

The solr plugin collects stats via the MBean Request Handler

More about performance statistics

Tested from 3.5 to 7.*

Configuration

[[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"