...
Code Block |
---|
datadog: apiKey: <AUTH_TOKEN> ... |
Azure Event Hub
Update the index.js
file in your FunctionApp's
Trigger Function to add the AUTH_TOKEN
as the KF_API_KEY
as shown below:
Code Block |
---|
const KF_API_KEY = process.env.KF_API_KEY || "<AUTH_TOKEN>"; |
To configure sending logs to your kloudfuse platform, follow the steps on this wiki page.
AWS CloudWatch metrics & Logs (Kinesis)
...