summaryrefslogtreecommitdiffstats
path: root/exporting/pubsub
diff options
context:
space:
mode:
authorJoel Hans <joel@netdata.cloud>2020-05-15 08:38:41 -0700
committerGitHub <noreply@github.com>2020-05-15 08:38:41 -0700
commit415c83a6bcd49c90b4ae6cd85aa30a6637ce3824 (patch)
tree0207ffb0e3a1b55aaeb06ca66b7bf80f04e29fdb /exporting/pubsub
parentd400bfa34c986a54777fcd52c2366839181aadf5 (diff)
Add frontmatter to exporting connectors (#9052)
Diffstat (limited to 'exporting/pubsub')
-rw-r--r--exporting/pubsub/README.md7
1 files changed, 3 insertions, 4 deletions
diff --git a/exporting/pubsub/README.md b/exporting/pubsub/README.md
index 2018549a92..31eaf2b570 100644
--- a/exporting/pubsub/README.md
+++ b/exporting/pubsub/README.md
@@ -1,8 +1,8 @@
<!--
----
title: "Export metrics to Google Cloud Pub/Sub Service"
+description: "Export Netdata metrics to the Google Cloud Pub/Sub Service for long-term archiving or analytical processing."
custom_edit_url: https://github.com/netdata/netdata/edit/master/exporting/pubsub/README.md
----
+sidebar_label: Google Cloud Pub/Sub Service
-->
# Export metrics to Google Cloud Pub/Sub Service
@@ -30,8 +30,7 @@ and set the following options:
Set the `destination` option to a Pub/Sub service endpoint. `pubsub.googleapis.com` is the default one.
-Next, create the credentials JSON file by following Google Cloud's [authentication guide]
-(https://cloud.google.com/docs/authentication/getting-started#creating_a_service_account). The user running the Agent
+Next, create the credentials JSON file by following Google Cloud's [authentication guide](https://cloud.google.com/docs/authentication/getting-started#creating_a_service_account). The user running the Agent
(typically `netdata`) needs read access to `google_cloud_credentials.json`, which you can set with
`chmod 400 google_cloud_credentials.json; chown netdata google_cloud_credentials.json`. Set the `credentials file`
option to the full path of the file.