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

Databases: Add Logsinks CRUD support #711

Merged
merged 1 commit into from
Aug 20, 2024
Merged

Conversation

danaelhe
Copy link
Member

Adding databases logsinks CRUD support. Will eventually support in CLI tools like doctl and terraform

Copy link
Member

@bentranter bentranter left a comment

Choose a reason for hiding this comment

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

LGTM!

@danaelhe danaelhe merged commit 9fe130b into main Aug 20, 2024
8 checks passed
@danaelhe danaelhe deleted the databases_logsink_crud branch August 20, 2024 15:50
}

// LogsinkConfig represents one of the configurable options (rsyslog_logsink, elasticsearch_logsink, or opensearch_logsink) for a logsink.
type LogsinkConfig struct {
Copy link
Member

Choose a reason for hiding this comment

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

Can we namespace this type, i.e. DatabaseLogsinkConfig. It seems likely we will have additional Logsink types in the future.

Copy link
Member Author

Choose a reason for hiding this comment

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

Oh yes, I can create a new PR

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