From d9ddb4822ded1d090f80cf0b4682c697614a035d Mon Sep 17 00:00:00 2001 From: Andrew Huynh Date: Fri, 14 Jan 2022 13:33:07 -0500 Subject: [PATCH] force consistent log stream name --- translator/totomlconfig/sampleConfig/log_filter.conf | 2 +- translator/totomlconfig/sampleConfig/log_filter.json | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/translator/totomlconfig/sampleConfig/log_filter.conf b/translator/totomlconfig/sampleConfig/log_filter.conf index 1bd325e57f..c51062b2b5 100644 --- a/translator/totomlconfig/sampleConfig/log_filter.conf +++ b/translator/totomlconfig/sampleConfig/log_filter.conf @@ -52,7 +52,7 @@ [[outputs.cloudwatchlogs]] force_flush_interval = "5s" - log_stream_name = "i-UNKNOWN" + log_stream_name = "LOG_STREAM_NAME" region = "us-east-1" tagexclude = ["metricPath"] [outputs.cloudwatchlogs.tagpass] diff --git a/translator/totomlconfig/sampleConfig/log_filter.json b/translator/totomlconfig/sampleConfig/log_filter.json index 34c4408b7f..626a9ea7cb 100644 --- a/translator/totomlconfig/sampleConfig/log_filter.json +++ b/translator/totomlconfig/sampleConfig/log_filter.json @@ -30,6 +30,7 @@ } ] } - } + }, + "log_stream_name": "LOG_STREAM_NAME" } }