Skip to content
This repository has been archived by the owner on Jun 20, 2020. It is now read-only.

Commit

Permalink
updated _meta/beat.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
josephlewis42 committed Oct 23, 2018
1 parent c7dd7d4 commit cc0993c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
6 changes: 4 additions & 2 deletions _meta/beat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,12 @@ pubsubbeat:
# The Pub/Sub topic name. You must first create this topic.
topic: my-topic

# The Pub/Sub subscription name. If the subscription does not exist,
# Pubsubbeat will attempt to create the subscription.
# The Pub/Sub subscription name.
subscription.name: my-subscription

# Attempt to create the subscription.
subscription.create: true # Defaults to true

# The settings below are used only if the Beat creates the subscription.

# Whether to retain acknowledged messages. If true, acknowledged messages
Expand Down
6 changes: 4 additions & 2 deletions pubsubbeat.reference.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,12 @@ pubsubbeat:
# The Pub/Sub topic name. You must first create this topic.
topic: my-topic

# The Pub/Sub subscription name. If the subscription does not exist,
# Pubsubbeat will attempt to create the subscription.
# The Pub/Sub subscription name.
subscription.name: my-subscription

# Attempt to create the subscription.
subscription.create: true # Defaults to true

# The settings below are used only if the Beat creates the subscription.

# Whether to retain acknowledged messages. If true, acknowledged messages
Expand Down

0 comments on commit cc0993c

Please sign in to comment.