Feature:
We need to set a custom header(s) when configuring a Custom Log Stream using Webhooks.
Description:
In order to send log records to New Relic we need to set a custom header “Api-Key”.
Requests that do not have this custom header are rejected with code 401 “Unauthorized”.
The “authorization” header is ignored by the New Relic API.
Use-case:
We are trying to create a Custom Log Stream using Webhooks to send even logs to New Relic API.