Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: allow disabling cloudwatch logs for es #858

Merged
merged 2 commits into from
Dec 3, 2024

Conversation

fmartingr
Copy link
Contributor

@fmartingr fmartingr commented Nov 25, 2024

Summary

Adds a new configuration option to allow disabling cloudwatch for ES in case it's not required or the credentials being used don't have the appropriate permissions.

Also added an aws_subnet block to allow usage of ES without having to specify a subnet, since it was complaining:

// │ Error: creating OpenSearch Domain: operation error OpenSearch: CreateDomain, https response error StatusCode: 400 ValidationException: Subnet must be specified for VPC domain

Ticket Link

https://mattermost.atlassian.net/browse/MM-61276

@fmartingr fmartingr self-assigned this Nov 25, 2024
@fmartingr fmartingr force-pushed the feat/es-disable-cloudwatch branch 2 times, most recently from de42502 to acc313f Compare November 26, 2024 18:06
@fmartingr fmartingr marked this pull request as ready for review November 26, 2024 18:06
Adds a new configuration option to allow disabling cloudwatch
for ES in case it's not required or the credentials being used
don't have the appropriate permissions.
@fmartingr fmartingr force-pushed the feat/es-disable-cloudwatch branch from acc313f to ed78330 Compare November 26, 2024 18:08
@fmartingr fmartingr added the 2: Dev Review Requires review by a core committer label Nov 26, 2024
Copy link
Member

@agarciamontoro agarciamontoro left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks great, thank you!

docs/config/deployer.md Outdated Show resolved Hide resolved
Co-authored-by: Alejandro García Montoro <[email protected]>
@fmartingr fmartingr removed the 2: Dev Review Requires review by a core committer label Dec 3, 2024
@fmartingr fmartingr merged commit 5cf2fc2 into master Dec 3, 2024
1 check passed
@fmartingr fmartingr deleted the feat/es-disable-cloudwatch branch December 3, 2024 11:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants