-
Notifications
You must be signed in to change notification settings - Fork 63
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
287678e
commit 4e64893
Showing
5 changed files
with
32 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
21 changes: 21 additions & 0 deletions
21
adot-testbed/app/src/test/resources/configurations/config-storageExtension.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
extensions: | ||
file_storage: | ||
directory: /logs/ | ||
|
||
receivers: | ||
filelog: | ||
include: [/logs/storageExtension.log] | ||
storage: file_storage | ||
|
||
exporters: | ||
awscloudwatchlogs: | ||
log_group_name: "adot-testbed/logs-component-testing/logs" | ||
log_stream_name: ${LOG_STREAM_NAME} | ||
log_retention: 7 | ||
|
||
service: | ||
extensions: [ file_storage ] | ||
pipelines: | ||
logs: | ||
receivers: [filelog] | ||
exporters: [awscloudwatchlogs] |
1 change: 0 additions & 1 deletion
1
adot-testbed/app/src/test/resources/logs/filerotationlogs/log4j.log
This file was deleted.
Oops, something went wrong.
Empty file.