Skip to content

Commit

Permalink
Doc: Add missing text to authentication description #69
Browse files Browse the repository at this point in the history
  • Loading branch information
karenzone authored Oct 16, 2024
2 parents 8025606 + 684bb71 commit be394c0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/index.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,8 @@ plugin will return the raw text in as `raw_message` in the logstash `event`.

You have two options for authentication depending on where you run Logstash.

1. If you are running Logstash outside of Google Cloud Platform, then you will
path to the JSON private key file in your config in `json_key_file` setting.
1. If you are running Logstash outside of Google Cloud Platform, you need to provide
the path to the JSON private key file in your config in `json_key_file` setting.
If you don't want to upload the file and use its content as a string, then add the content
of JSON private key in `json_key_file_content` setting. You must assign sufficient
roles to the Service Account to create a subscription and to pull messages
Expand Down

0 comments on commit be394c0

Please sign in to comment.