fix cloudwatch category assignmet (#114928)

This commit is contained in:
Thomas Neirynck 2021-10-14 09:07:22 -04:00 committed by GitHub
parent b21e1ebf38
commit f52c718f11
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -53,6 +53,6 @@ export function cloudwatchLogsSpecProvider(context: TutorialContext): TutorialSc
onPrem: onPremInstructions([], context),
elasticCloud: cloudInstructions(),
onPremElasticCloud: onPremCloudInstructions(),
integrationBrowserCategories: ['security', 'network', 'web'],
integrationBrowserCategories: ['aws', 'cloud', 'datastore', 'security', 'network'],
};
}