x-pack/filebeat/input/httpjson: allow template termination without logging error#45810
Merged
efd6 merged 3 commits intoelastic:mainfrom Aug 13, 2025
Merged
x-pack/filebeat/input/httpjson: allow template termination without logging error#45810efd6 merged 3 commits intoelastic:mainfrom
efd6 merged 3 commits intoelastic:mainfrom
Conversation
Contributor
🤖 GitHub commentsExpand to view the GitHub comments
Just comment with:
|
Contributor
🔍 Preview links for changed docs |
Contributor
|
Pinging @elastic/security-service-integrations (Team:Security-Service Integrations) |
Contributor
|
This pull request is now in conflicts. Could you fix it? 🙏 |
…gging error This adds a terminate helper that can be used to signal that a template should terminate without an error. The termination can (should) be used to report the reason for the termination which will be logged at DEBUG level, but otherwise ignored.
colleenmcginnis
approved these changes
Aug 11, 2025
kcreddy
approved these changes
Aug 13, 2025
mergify bot
pushed a commit
that referenced
this pull request
Aug 13, 2025
…gging error (#45810) This adds a terminate helper that can be used to signal that a template should terminate without an error. The termination can (should) be used to report the reason for the termination which will be logged at DEBUG level, but otherwise ignored. (cherry picked from commit f324f29) # Conflicts: # docs/reference/filebeat/filebeat-input-httpjson.md # x-pack/filebeat/input/httpjson/value_tpl.go
6 tasks
mergify bot
pushed a commit
that referenced
this pull request
Aug 13, 2025
…gging error (#45810) This adds a terminate helper that can be used to signal that a template should terminate without an error. The termination can (should) be used to report the reason for the termination which will be logged at DEBUG level, but otherwise ignored. (cherry picked from commit f324f29) # Conflicts: # docs/reference/filebeat/filebeat-input-httpjson.md
6 tasks
mergify bot
pushed a commit
that referenced
this pull request
Aug 13, 2025
…gging error (#45810) This adds a terminate helper that can be used to signal that a template should terminate without an error. The termination can (should) be used to report the reason for the termination which will be logged at DEBUG level, but otherwise ignored. (cherry picked from commit f324f29)
6 tasks
mergify bot
pushed a commit
that referenced
this pull request
Aug 13, 2025
…gging error (#45810) This adds a terminate helper that can be used to signal that a template should terminate without an error. The termination can (should) be used to report the reason for the termination which will be logged at DEBUG level, but otherwise ignored. (cherry picked from commit f324f29)
6 tasks
efd6
added a commit
that referenced
this pull request
Aug 19, 2025
… termination without logging error (#45997) * x-pack/filebeat/input/httpjson: allow template termination without logging error (#45810) This adds a terminate helper that can be used to signal that a template should terminate without an error. The termination can (should) be used to report the reason for the termination which will be logged at DEBUG level, but otherwise ignored. (cherry picked from commit f324f29) * remove irrelevant changelog entry --------- Co-authored-by: Dan Kortschak <dan.kortschak@elastic.co> Co-authored-by: Visha Angelova <91186315+vishaangelova@users.noreply.github.com>
efd6
added a commit
that referenced
this pull request
Aug 19, 2025
… termination without logging error (#45996) * x-pack/filebeat/input/httpjson: allow template termination without logging error (#45810) This adds a terminate helper that can be used to signal that a template should terminate without an error. The termination can (should) be used to report the reason for the termination which will be logged at DEBUG level, but otherwise ignored. (cherry picked from commit f324f29) * remove irrelevant changelog entries --------- Co-authored-by: Dan Kortschak <dan.kortschak@elastic.co>
efd6
added a commit
that referenced
this pull request
Aug 19, 2025
…e termination without logging error (#45994) * x-pack/filebeat/input/httpjson: allow template termination without logging error (#45810) This adds a terminate helper that can be used to signal that a template should terminate without an error. The termination can (should) be used to report the reason for the termination which will be logged at DEBUG level, but otherwise ignored. (cherry picked from commit f324f29) # Conflicts: # docs/reference/filebeat/filebeat-input-httpjson.md * remove markdown * add asciidoc documentation --------- Co-authored-by: Dan Kortschak <dan.kortschak@elastic.co>
efd6
added a commit
that referenced
this pull request
Aug 19, 2025
…e termination without logging error (#45993) * x-pack/filebeat/input/httpjson: allow template termination without logging error (#45810) This adds a terminate helper that can be used to signal that a template should terminate without an error. The termination can (should) be used to report the reason for the termination which will be logged at DEBUG level, but otherwise ignored. (cherry picked from commit f324f29) # Conflicts: # docs/reference/filebeat/filebeat-input-httpjson.md # x-pack/filebeat/input/httpjson/value_tpl.go * remove irrelevant changelog entries * remove markdown * add asciidoc documentation * resolve conflicts --------- Co-authored-by: Dan Kortschak <dan.kortschak@elastic.co>
kcreddy
added a commit
to elastic/integrations
that referenced
this pull request
Sep 22, 2025
…R) workflow (#15230) aws: Add transforms to Config and Inspector data streams for extended protections (CDR) workflow. - Add latest transform to Config and Inspector data streams to help with Cloud Native Vulnerability Management (CNVM)[1] and Cloud Security Posture Management (CSPM)[2] workflows. - Add ILM policy to AWS Config as it does full sync every interval. - Update minimum kibana version to "^8.19.0 || ^9.1.0" to ensure necessary permissions for transform[3]. - Re-add 3.14.2 changelog entry as it is overwritten in VPC Flow PR[4]. - Skip system tests for securityhub* data streams to avoid fleet health degradation due to empty template values by httpjson. This is fixed in 8.19.4 and 9.1.4 by beats#45810[5] and beats#46332[6]. This skip can be removed when the stack version is upgraded to ones containing the fix. [1] https://www.elastic.co/guide/en/security/current/vuln-management-overview.html [2] https://www.elastic.co/docs/solutions/security/cloud/cloud-security-posture-management [3] elastic/elasticsearch#128350 [4] #15077 [5] elastic/beats#45810 [6] elastic/beats#46332
tehbooom
pushed a commit
to tehbooom/integrations
that referenced
this pull request
Nov 19, 2025
…R) workflow (elastic#15230) aws: Add transforms to Config and Inspector data streams for extended protections (CDR) workflow. - Add latest transform to Config and Inspector data streams to help with Cloud Native Vulnerability Management (CNVM)[1] and Cloud Security Posture Management (CSPM)[2] workflows. - Add ILM policy to AWS Config as it does full sync every interval. - Update minimum kibana version to "^8.19.0 || ^9.1.0" to ensure necessary permissions for transform[3]. - Re-add 3.14.2 changelog entry as it is overwritten in VPC Flow PR[4]. - Skip system tests for securityhub* data streams to avoid fleet health degradation due to empty template values by httpjson. This is fixed in 8.19.4 and 9.1.4 by beats#45810[5] and beats#46332[6]. This skip can be removed when the stack version is upgraded to ones containing the fix. [1] https://www.elastic.co/guide/en/security/current/vuln-management-overview.html [2] https://www.elastic.co/docs/solutions/security/cloud/cloud-security-posture-management [3] elastic/elasticsearch#128350 [4] elastic#15077 [5] elastic/beats#45810 [6] elastic/beats#46332
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.next.asciidocorCHANGELOG-developer.next.asciidoc.Disruptive User Impact
Author's Checklist
How to test this PR locally
Related issues
Use cases
Screenshots
Logs