You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Beats are in general target to run as close to the source as possible, means normally on the host machine. I assume you are talking here about remote web services like Google API, Twitter or others to receive a status. I'm not sure if Logstash Plugins are actually better target for such use cases.
Monitoring your own web services is definitively an interesting use case. As the data fetched and the structure of the data is very app specific, it sounds like a good use case to use metricbeat as a library and to implement its own module / metricset on top of it. This is normally only a few lines of code.
Similar to #619, it can be useful to have a beat similar to the metrics beat, but support custom web services as the source.
The text was updated successfully, but these errors were encountered: