kafka_update_monitoring: Updates the monitoring settings for the cluster

View source: R/kafka_operations.R

kafka_update_monitoringR Documentation

Updates the monitoring settings for the cluster

Description

Updates the monitoring settings for the cluster. You can use this operation to specify which Apache Kafka metrics you want Amazon MSK to send to Amazon CloudWatch. You can also specify settings for open monitoring with Prometheus.

See https://www.paws-r-sdk.com/docs/kafka_update_monitoring/ for full documentation.

Usage

kafka_update_monitoring(
  ClusterArn,
  CurrentVersion,
  EnhancedMonitoring = NULL,
  OpenMonitoring = NULL,
  LoggingInfo = NULL
)

Arguments

ClusterArn

[required] The Amazon Resource Name (ARN) that uniquely identifies the cluster.

CurrentVersion

[required] The version of the MSK cluster to update. Cluster versions aren't simple numbers. You can describe an MSK cluster to find its version. When this update operation is successful, it generates a new cluster version.

EnhancedMonitoring

Specifies which Apache Kafka metrics Amazon MSK gathers and sends to Amazon CloudWatch for this cluster.

OpenMonitoring

The settings for open monitoring.

LoggingInfo

paws.analytics documentation built on Sept. 11, 2023, 5:06 p.m.