HashiCorp Cloud Platform
Configure HCP Vault Dedicated audit log streaming to Grafana Cloud
Prerequisites
To configure audit logs streaming to Grafana Cloud, you will need to have:
A HCP account with the Admin role assigned
An essentials or standard tier HCP Vault Dedicated cluster
A Grafana Cloud Logs endpoint URL, username, and password
Enable audit logs streaming
From the HCP Vault Dedicated cluster Overview page, select the Audit Logs view.
Click Enable Streaming.
From the Enable audit logs streaming view, select Grafana Cloud as the provider and click Next.
Under Grafana Cloud configuration, enter your Endpoint URL, and Grafana Cloud user and Grafana Cloud password.
Click Save.
Refer to the Grafana Cloud Logs documentation for instructions on log querying and visualizations.
Example Terraform configuration (optional)
Refer to the Terraform Registry hcp_vault_cluster documentation
for more information.
resource "hcp_vault_cluster" "example" {
cluster_id = "vault-cluster"
hvn_id = hcp_hvn.example.hvn_id
tier = "standard_large"
audit_log_config {
grafana_user = "actual-user"
grafana_password = "actual-password"
grafana_endpoint = "actual-url"
}
}
Edit the audit log streaming configuration (optional)
To edit a audit log streaming integration, perform the following steps.
From the Audit Logs page, click on the Manage drop-down, then Edit configuration.
Edit the configuration, then click Save.
Disable audit log streaming (optional)
To disable a audit log streaming integration, from the Audit Logs page, click on the Manage drop-down, then Disable streaming.