-
Notifications
You must be signed in to change notification settings - Fork 5.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Solr plugin #278
Comments
why not just use the httpjson plugin? https://github.com/influxdb/telegraf/tree/master/plugins/httpjson |
I wouldn't know the |
So the plugin would need to discover |
Yea it would use a different endpoint to extract all the cores ( plus some general information ), and then iterate over each
|
Seeing if anyone has the need or creating a solr plugin? I have it somewhat completed but have not figured out a good way to collect data from the following endpoint:
/solr/{CORE_NAME}/admin/mbeans?stats=true&wt=json
The text was updated successfully, but these errors were encountered: