[prisma_access] Remove CEF hyphen replace workaround#17986
Merged
andrewkroh merged 1 commit intoelastic:mainfrom Mar 24, 2026
Merged
[prisma_access] Remove CEF hyphen replace workaround#17986andrewkroh merged 1 commit intoelastic:mainfrom
andrewkroh merged 1 commit intoelastic:mainfrom
Conversation
Remove the three agent-side replace processors that normalized hyphenated CEF field names (PanOSX-Forwarded-ForIP, PanOSX-Forwarded-For, PanOSSplit-tunnelconfiguration) before decode_cef. The underlying decode_cef bug (elastic/beats#40348) is fixed in Elastic Agent 8.16.0, so the minimum kibana version is bumped to 8.16.0. The normalization now happens in the ingest pipeline via rename processors, keeping downstream field references unchanged. The remaining replace processor for '\=' in URLs is retained with a 'when.contains' guard so it only runs when the message actually contains '\='. In heap profiling, the four regex replace processors accounted for 137 MB (10.4%) from regexp.ReplaceAllString allocations, plus additional overhead from event.Clone on every invocation due to fail_on_error. Removing three of the four fields and adding the conditional eliminates most of this cost.
💚 Build Succeeded
|
|
Pinging @elastic/security-service-integrations (Team:Security-Service Integrations) |
efd6
approved these changes
Mar 24, 2026
andrewkroh
added a commit
to andrewkroh/integrations
that referenced
this pull request
Mar 24, 2026
The changelog entry and version bump were omitted from elastic#17986.
andrewkroh
added a commit
to andrewkroh/integrations
that referenced
this pull request
Mar 24, 2026
The changelog entry and version bump were omitted from elastic#17986.
andrewkroh
added a commit
that referenced
this pull request
Mar 24, 2026
The changelog entry and version bump were omitted from #17986.
|
Package prisma_access - 1.7.0 containing this change is available at https://epr.elastic.co/package/prisma_access/1.7.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
Checklist
changelog.ymlfile.Author's Checklist
How to test this PR locally
Related issues
Screenshots