- 필수 기능
- 시작하기
- Glossary
- 표준 속성
- Guides
- Agent
- 통합
- 개방형텔레메트리
- 개발자
- API
- Datadog Mobile App
- CoScreen
- Cloudcraft
- 앱 내
- 서비스 관리
- 인프라스트럭처
- 애플리케이션 성능
- APM
- Continuous Profiler
- 스팬 시각화
- 데이터 스트림 모니터링
- 데이터 작업 모니터링
- 디지털 경험
- 소프트웨어 제공
- 보안
- AI Observability
- 로그 관리
- 관리
It is recommended that a metric filter and alarm be set up for SQL instance configuration changes.
Monitoring changes to SQL instance configuration changes may reduce the time needed to detect and correct SQL server misconfigurations. Below are a few configurable options that may impact the security posture of an SQL instance: • Enable auto backups and high availability: Misconfiguration may adversely impact business continuity, disaster recovery, and high availability • Authorize networks: Misconfiguration may increase exposure to untrusted networks
Enabling logging may result in your project being charged for the additional logs usage.
Go to Logging/Logs-based Metrics by visiting https://console.cloud.google.com/logs/metrics and clicking CREATE METRIC.
Click the down arrow icon on the Filter Bar at the top right corner and select Convert to Advanced Filter.
Clear any text and add:
protoPayload.methodName="cloudsql.instances.update"
Click Submit Filter. Display logs appear based on the filter text.
In the Metric Editor menu on the right, fill out the name field. Set Units to 1
(default) and Type to Counter
.
This ensures that the log metric counts the number of log entries matching the user’s advanced logs query.
Click Create Metric.
Set `Aggregator` to `Count`
Set `Configuration`:
- Condition: above
- Threshold: 0
- For: most recent value
gcloud logging metrics create
gcloud alpha monitoring policies create