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
res can be nil here, leading to a scenario where the following is logged from the logstash-output-azure_loganalytics plugin when Azure::Loganalytics::Datacollectorapi::Client.is_success(res) is called and is_success attempts to evaluate res.code
from logstash:
azure-log-analytics-data-collector/lib/azure/loganalytics/datacollectorapi/client.rb
Lines 58 to 71 in c9a05ca
res
can benil
here, leading to a scenario where the following is logged from the logstash-output-azure_loganalytics plugin whenAzure::Loganalytics::Datacollectorapi::Client.is_success(res)
is called and is_success attempts to evaluateres.code
from logstash:
There appears to be a related issue logged at rest-client/rest-client#655
The text was updated successfully, but these errors were encountered: