Skip to content

Commit

Permalink
fix cloudwatch category assignmet (#114928)
Browse files Browse the repository at this point in the history
thomasneirynck authored Oct 14, 2021

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent b21e1eb commit f52c718
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugins/home/server/tutorials/cloudwatch_logs/index.ts
Original file line number Diff line number Diff line change
@@ -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'],
};
}

0 comments on commit f52c718

Please sign in to comment.