-
Notifications
You must be signed in to change notification settings - Fork 522
[akamai.siem] don't fail on headers without values #9486
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[akamai.siem] don't fail on headers without values #9486
Conversation
Make the kv processor not fail when it encounters an http header without a value (e.g. `jsessionid:\r\n`). In the value_split, this uses a regex to make the space after the colon optional. Closes #9484
[git-generate] cd akamai elastic-package changelog add --link #9486 --next patch --type bugfix --description 'Handle HTTP headers without values.'
|
Pinging @elastic/security-service-integrations (Team:Security-Service Integrations) |
packages/akamai/data_stream/siem/elasticsearch/ingest_pipeline/default.yml
Outdated
Show resolved
Hide resolved
Co-authored-by: Dan Kortschak <[email protected]>
packages/akamai/data_stream/siem/elasticsearch/ingest_pipeline/default.yml
Outdated
Show resolved
Hide resolved
🚀 Benchmarks reportTo see the full report comment with |
💚 Build Succeeded
History
|
|
|
Package akamai - 2.23.2 containing this change is available at https://epr.elastic.co/search?package=akamai |

100.0% Coverage on New Code
0.0% Duplication on New Code
Proposed commit message
Make the kv processor not fail when it encounters an http header without a value (e.g.
jsessionid:\r\n). In the value_split, this uses a regex to make the space after the colon optional.Closes #9484
Checklist
changelog.ymlfile.