diff --git a/azure/activity_logs_monitoring/index.js b/azure/activity_logs_monitoring/index.js index e6308fe1..8ae06b65 100644 --- a/azure/activity_logs_monitoring/index.js +++ b/azure/activity_logs_monitoring/index.js @@ -22,7 +22,7 @@ const DD_HTTP_URL = process.env.DD_URL || 'http-intake.logs.' + DD_SITE; const DD_HTTP_PORT = process.env.DD_PORT || 443; const DD_REQUEST_TIMEOUT_MS = 10000; const DD_TAGS = process.env.DD_TAGS || ''; // Replace '' by your comma-separated list of tags -const DD_SERVICE = process.env.DD_SERVICE || 'azure'; +const DD_SERVICE = process.env.DD_SERVICE || 'azure'; // Replace 'azure' with the name of your service const DD_SOURCE = process.env.DD_SOURCE || 'azure'; const DD_SOURCE_CATEGORY = process.env.DD_SOURCE_CATEGORY || 'azure'; const DD_PARSE_DEFENDER_LOGS = process.env.DD_PARSE_DEFENDER_LOGS; // Boolean whether to enable special parsing of Defender for Cloud logs. Set to 'false' to disable