subcategory |
---|
Logs Data Platform |
Creates a dbaas logs graylog output stream.
resource "ovh_dbaas_logs_output_graylog_stream" "stream" {
service_name = "...."
title = "my stream"
description = "my graylog stream"
}
The following arguments are supported:
service_name
- (Required) The service namedescription
- (Required) Stream descriptiontitle
- (Required) Stream descriptionparent_stream_id
- Parent stream IDretention_id
- Retention IDcold_storage_compression
- Cold storage compression method. One of "LZMA", "GZIP", "DEFLATED", "ZSTD"cold_storage_content
- ColdStorage content. One of "ALL", "GLEF", "PLAIN"cold_storage_enabled
- Is Cold storage enabled?cold_storage_notify_enabled
- Notify on new Cold storage archivecold_storage_retention
- Cold storage retention in yearcold_storage_target
- ColdStorage destination. One of "PCA", "PCS"indexing_enabled
- Enable ES indexingindexing_max_size
- Maximum indexing size (in GB)indexing_notify_enabled
- If set, notify when size is near 80, 90 or 100 % of the maximum configured settingpause_indexing_on_max_size
- If set, pause indexing when maximum size is reachweb_socket_enabled
- Enable Websocket
Id is set to the output stream Id. In addition, the following attributes are exported:
can_alert
- Indicates if the current user can create alert on the streamcreated_at
- Stream creationis_editable
- Indicates if you are allowed to edit entryis_shareable
- Indicates if you are allowed to share entrynb_alert_condition
- Number of alert conditionnb_archive
- Number of coldstored archivesrstream_id
- Stream IDupdated_at
- Stream last updaterwrite_token
- Write token of the stream (empty if the caller is not the owner of the stream)