fluent-plugin-http-pull icon indicating copy to clipboard operation
fluent-plugin-http-pull copied to clipboard

The input plugin of fluentd to pull log from rest api.

Results 5 fluent-plugin-http-pull issues
Sort by recently updated
recently updated
newest added

How to use retry function if API call is failed. Below I have mention code: def on_timer body = nil record = nil begin res = RestClient::Request.execute request_options record, body...

This PR is to resolve the following issues: 1. Authentication through another path For example, login through http://1.1.1.1/login, but query through http://1.1.1.1/query. After successfully logged in, session information is exchanged...

It seems that the travis and appveyor integration is broken.