feat: add tags and processors support to GCP data streams - #14745
Merged
Conversation
mykola-elastic
approved these changes
Jul 31, 2025
ghost
reviewed
Jul 31, 2025
Contributor
Author
|
Hello, what's missing to merge this ? Thanks ! |
ghost
approved these changes
Oct 1, 2025
gizas
approved these changes
Oct 8, 2025
ishleenk17
reviewed
Oct 8, 2025
Lucas-Feat
force-pushed
the
feat/gcp-processor
branch
from
October 8, 2025 10:18
8e8a63a to
9d9d76f
Compare
Member
|
/test |
ishleenk17
approved these changes
Oct 8, 2025
Contributor
🚀 Benchmarks reportTo see the full report comment with |
💚 Build Succeeded
|
Contributor
|
Package gcp - 2.43.0 containing this change is available at https://epr.elastic.co/package/gcp/2.43.0/ |
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Proposed commit message
WHAT: Added support for custom tags and processors configuration to multiple GCP data streams including Billing, Cloud Run metrics, Cloud SQL (MySQL and SQL Server), Dataproc, GKE, Load Balancing metrics, Pub/Sub, and Redis.
The changes include:
Addition of a tags field (text array) with default values specific to each data stream (e.g., "gcp-billing", "gcp-cloudrun", etc.)
Addition of a processors field (YAML) allowing users to configure custom processors for data transformation and enrichment
Updated manifest.yml files for all affected data streams to include these new configuration options
Updated stream.yml.hbs templates to support the new fields
Incremented package version to 2.43.0 in manifest.yml
WHY: This enhancement provides users with greater flexibility to:
Add custom tags to events for better organization and filtering
Apply custom processors for data transformation, field reduction, or metadata enhancement before log parsing
Standardize event processing across different GCP services
Improve observability and data management capabilities
The processors execute in the Elastic Agent before logs are parsed, following the standard Elastic Agent processor configuration patterns.
Checklist
changelog.ymlfile.