kinesis and subscription filter for logs creation skipped when watchToEnd false
parent
bf825d0f4c
commit
c396b5097a
|
|
@ -2510,8 +2510,7 @@ Resources:
|
||||||
DependsOn:
|
DependsOn:
|
||||||
- LogGroup
|
- LogGroup
|
||||||
`;
|
`;
|
||||||
TaskDefinitionFormation.streamLogs = `
|
TaskDefinitionFormation.streamLogs = ` SubscriptionFilter:
|
||||||
SubscriptionFilter:
|
|
||||||
Type: 'AWS::Logs::SubscriptionFilter'
|
Type: 'AWS::Logs::SubscriptionFilter'
|
||||||
Properties:
|
Properties:
|
||||||
FilterPattern: ''
|
FilterPattern: ''
|
||||||
|
|
|
||||||
File diff suppressed because one or more lines are too long
|
|
@ -132,8 +132,7 @@ Resources:
|
||||||
DependsOn:
|
DependsOn:
|
||||||
- LogGroup
|
- LogGroup
|
||||||
`;
|
`;
|
||||||
public static streamLogs = `
|
public static streamLogs = ` SubscriptionFilter:
|
||||||
SubscriptionFilter:
|
|
||||||
Type: 'AWS::Logs::SubscriptionFilter'
|
Type: 'AWS::Logs::SubscriptionFilter'
|
||||||
Properties:
|
Properties:
|
||||||
FilterPattern: ''
|
FilterPattern: ''
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue