Add Solr input plugin (#2019)

This commit is contained in:
Lukasz Jagiello
2017-11-07 16:44:09 -08:00
committed by Daniel Nelson
parent 47d013132a
commit 493af043d3
7 changed files with 2370 additions and 0 deletions

View File

@@ -2329,6 +2329,15 @@
# sub_tables=[".1.3.6.1.2.1.2.2.1.13", "bytes_recv", "bytes_send"]
# # Read metrics from Solr Server
# [[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"]
# # Read metrics from Microsoft SQL Server
# [[inputs.sqlserver]]
# ## Specify instances to monitor with a list of connection strings.