-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b8f469a
commit f25d896
Showing
4 changed files
with
34 additions
and
16 deletions.
There are no files selected for viewing
17 changes: 15 additions & 2 deletions
17
changelog.d/add-user-labels-to-gcp-stackdriver-logs-sink.enhancement.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,17 @@ | ||
Add support for labels with gcp_stackdriver_logs config | ||
Add support for labels from structured logs matching key specified via `labels_key` gcp_stackdriver_logs config | ||
Add support for static labels in gcp_stackdriver_logs sink. | ||
|
||
This enhancement enables users to define static labels directly in the | ||
gcp_stackdriver_logs sink configuration. Static labels are key-value pairs | ||
that are consistently applied to all log entries sent to Google Cloud Logging, | ||
improving log organization and filtering capabilities. | ||
|
||
|
||
Add support for dynamic labels in gcp_stackdriver_logs sink via `labels_key`. | ||
|
||
This enhancement allows Vector to automatically map fields from structured | ||
log entries to Google Cloud LogEntry labels. When a structured log contains | ||
fields matching the configured `labels_key`, Vector will populate the | ||
corresponding labels in the Google Cloud LogEntry, enabling better log | ||
organization and filtering in Google Cloud Logging. | ||
|
||
authors: stackempty |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters