Skip to content

Commit

Permalink
fix cloudwatch category assignmet (elastic#114928) (elastic#114994)
Browse files Browse the repository at this point in the history
Co-authored-by: Thomas Neirynck <[email protected]>
  • Loading branch information
kibanamachine and thomasneirynck authored Oct 14, 2021
1 parent df8c41a commit aadd651
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
Expand Up @@ -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 aadd651

Please sign in to comment.