- Notifications
You must be signed in to change notification settings - Fork 513
eset_protect: add HTTP header identifying the integration #11726
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
eset_protect: add HTTP header identifying the integration #11726
Conversation
| 💚 CLA has been signed |
| Pinging @elastic/security-service-integrations (Team:Security-Service Integrations) |
| I have signed CLA |
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.
Is there an issue that explains why this is happening?
Please add a proposed commit message to the PR description explaining what is being done and why.
The manifest.yml will need a change in the version field to match the entry in the changelog.
packages/eset_protect/data_stream/detection/agent/stream/cel.yml.hbs Outdated Show resolved Hide resolved
packages/eset_protect/data_stream/device_task/agent/stream/cel.yml.hbs Outdated Show resolved Hide resolved
|
| /test |
| Is there documentation for this in the API docs? |
not yet, we will add it after release |
| Ideally, this should go in the commit message. |
|
🚀 Benchmarks reportPackage |
| Data stream | Previous EPS | New EPS | Diff (%) | Result |
|---|---|---|---|---|
detection | 1919.39 | 1501.5 | -417.89 (-21.77%) | 💔 |
event | 1996.01 | 1675.04 | -320.97 (-16.08%) | 💔 |
To see the full report comment with /test benchmark fullreport
|
💚 Build Succeeded
|
| Sorry, let me clarify: the link to documentation should go in the commit message. If it cannot, I will rewrite the commit message to explain that. This is less than ideal though. |
| I add link to commit message. But information about header will be there later. Thanks |
| Thanks. Out of curiosity, is there a reason for not using RFC 7231 5.5.3 for this? This is well within what that was designed for. |
| Package eset_protect - 1.2.0 containing this change is available at https://epr.elastic.co/package/eset_protect/1.2.0/ |
We didn't know this |
) The ESET Protect API will be requiring an HTTP header, "3rd-integration", to identify integrations. Documentation for the header is not currently available, but will be at the ESET Elastic integration documentation page[1] in the future. [1]https://help.eset.com/eset_connect/en-US/elastic.html
) The ESET Protect API will be requiring an HTTP header, "3rd-integration", to identify integrations. Documentation for the header is not currently available, but will be at the ESET Elastic integration documentation page[1] in the future. [1]https://help.eset.com/eset_connect/en-US/elastic.html




Proposed commit message
Checklist
changelog.ymlfile.How to test this PR locally
We will see changes in our monitoring after release
Related issues
No issue