website: remove stray backticks (#11807)
This commit is contained in:
parent
0a60142080
commit
5bd8fab828
|
@ -167,8 +167,8 @@ The `elasticsearch_configuration` object supports the following:
|
||||||
The `cloudwatch_logging_options` object supports the following:
|
The `cloudwatch_logging_options` object supports the following:
|
||||||
|
|
||||||
* `enabled` - (Optional) Enables or disables the logging. Defaults to `false`.
|
* `enabled` - (Optional) Enables or disables the logging. Defaults to `false`.
|
||||||
* `log_group_name` - (Optional) The CloudWatch group name for logging. This value is required if `enabled` is true`.
|
* `log_group_name` - (Optional) The CloudWatch group name for logging. This value is required if `enabled` is true.
|
||||||
* `log_stream_name` - (Optional) The CloudWatch log stream name for logging. This value is required if `enabled` is true`.
|
* `log_stream_name` - (Optional) The CloudWatch log stream name for logging. This value is required if `enabled` is true.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue