Skip to content

Commit 6edcf1b

Browse files
bwrenscottaddie
andauthored
Update articles/azure-monitor/logs/tutorial-logs-ingestion-code.md
Co-authored-by: Scott Addie <[email protected]>
1 parent eb9f323 commit 6edcf1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-monitor/logs/tutorial-logs-ingestion-code.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ The following sample code uses the [Azure Monitor Ingestion client library for J
198198
async function main() {
199199
const logsIngestionEndpoint = process.env.LOGS_INGESTION_ENDPOINT || "logs_ingestion_endpoint";
200200
const ruleId = process.env.DATA_COLLECTION_RULE_ID || "data_collection_rule_id";
201-
const streamName = process.env.STREAM_NAME || "data_stream_name";
201+
const streamName = "Custom-MyTableRawData";
202202
const credential = new DefaultAzureCredential();
203203
const client = new LogsIngestionClient(logsIngestionEndpoint, credential);
204204
const logs = [

0 commit comments

Comments
 (0)