- Notifications
You must be signed in to change notification settings - Fork 513
Remove unused httpjson agent file from {zeek, apache, windows, aws.cloudtrail, nginx} #14995
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
Remove unused httpjson agent file from {zeek, apache, windows, aws.cloudtrail, nginx} #14995
Conversation
| Pinging @elastic/integration-experience (Team:Integration-Experience) |
| Pinging @elastic/elastic-agent-data-plane (Team:Elastic-Agent-Data-Plane) |
| Pinging @elastic/security-service-integrations (Team:Security-Service Integrations) |
| Pinging @elastic/sec-windows-platform (Team:Security-Windows Platform) |
muthu-mps left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The enable_request_tracer is specific to httpjson which exists here. This is applicable for the AWS and Nginx integration too. Can this parameter removed from test_config? WDYT?
Yeah, that should be removed. |
packages/apache/manifest.yml Outdated
| # yvgJ38BRsFOtkRuAGSf6ZUwTO8JJRRIFnpUzXflAnGivK9M13D5GEQMmIl6U9Pvk | ||
| # sxSmbIUfc2SGJGCJD4I= | ||
| # -----END CERTIFICATE----- | ||
| # -----END CERTIFICATE----- |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| # -----END CERTIFICATE----- | |
| # -----END CERTIFICATE----- |
🚀 Benchmarks reportTo see the full report comment with |
💚 Build Succeeded
History
|
|
efd6 left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM for cert fix.
| vars: | ||
| paths: | ||
| - "{{SERVICE_LOGS_DIR}}/access.log*" | ||
| enable_request_tracer: true |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why is this removed? Was only for httpjson?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, this is httpjson specific, and used for system tests.
| Package apache - 2.1.1 containing this change is available at https://epr.elastic.co/package/apache/2.1.1/ |
| Package aws - 3.14.2 containing this change is available at https://epr.elastic.co/package/aws/3.14.2/ |
| Package nginx - 2.3.2 containing this change is available at https://epr.elastic.co/package/nginx/2.3.2/ |
| Package windows - 3.1.2 containing this change is available at https://epr.elastic.co/package/windows/3.1.2/ |
| Package zeek - 3.0.2 containing this change is available at https://epr.elastic.co/package/zeek/3.0.2/ |




Proposed commit message
httpjson input was removed from these integrations in this PR. However, the agent files were still there with the package.
This PR removes those unused httpjson files.
Checklist
changelog.ymlfile.Author's Checklist
How to test this PR locally
Related issues
Screenshots