Skip to content

Commit 5e499f3

Browse files
stackdriver: add cloud_logging_base_url docs (#1538)
* stackdriver: add cloud_logging_base_url docs Signed-off-by: braydonk <[email protected]> * Format endpoint name in config option description Co-authored-by: Alexa Kreizinger <[email protected]> Signed-off-by: Braydon Kains <[email protected]> --------- Signed-off-by: braydonk <[email protected]> Signed-off-by: Braydon Kains <[email protected]> Co-authored-by: Alexa Kreizinger <[email protected]>
1 parent 9b923a4 commit 5e499f3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pipeline/outputs/stackdriver.md

+2
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@ Before to get started with the plugin configuration, make sure to obtain the pro
3636
| custom\_k8s\_regex | Set a custom regex to extract field like pod\_name, namespace\_name, container\_name and docker\_id from the local\_resource\_id in logs. This is helpful if the value of pod or node name contains dots. | `(?<pod_name>[a-z0-9](?:[-a-z0-9]*[a-z0-9])?(?:\.[a-z0-9]([-a-z0-9]*[a-z0-9])?)*)_(?<namespace_name>[^_]+)_(?<container_name>.+)-(?<docker_id>[a-z0-9]{64})\.log$` |
3737
| resource_labels | An optional list of comma separated strings specifying resource labels plaintext assignments (`new=value`) and/or mappings from an original field in the log entry to a destination field (`destination=$original`). Nested fields and environment variables are also supported using the [record accessor syntax](https://docs.fluentbit.io/manual/administration/configuring-fluent-bit/classic-mode/record-accessor). If configured, *all* resource labels will be assigned using this API only, with the exception of `project_id`. See [Resource Labels](#resource-labels) for more details. | |
3838
| compress | Set payload compression mechanism. The only available option is `gzip`. Default = "", which means no compression.| |
39+
| cloud\_logging\_base\_url | Set the base Cloud Logging API URL to use for the `/v2/entries:write` API request. | https://logging.googleapis.com |
40+
3941

4042
### Configuration File
4143

0 commit comments

Comments
 (0)