Skip to content

Commit

Permalink
eset_protect: add HTTP header identifying the integration (elastic#11726
Browse files Browse the repository at this point in the history
)

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
  • Loading branch information
eset-enterprise-integration authored Nov 14, 2024
1 parent c55e51d commit dc620d9
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 1 deletion.
5 changes: 5 additions & 0 deletions packages/eset_protect/changelog.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# newer versions go on top
- version: "1.2.0"
changes:
- description: Add 3rd-integration header to API calls.
type: enhancement
link: https://github.com/elastic/integrations/pull/11726
- version: "1.1.1"
changes:
- description: Remove reference to a Kibana version from the README.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ program: |
request.with({
"Header":{
"response-id": [state.cursor.response_id],
"3rd-integration": ["Elastic"],
}
})
:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ program: |
request.with({
"Header":{
"response-id": [state.cursor.response_id],
"3rd-integration": ["Elastic"],
}
})
:
Expand Down
2 changes: 1 addition & 1 deletion packages/eset_protect/manifest.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
format_version: 3.0.3
name: eset_protect
title: ESET PROTECT
version: "1.1.1"
version: "1.2.0"
description: Collect logs from ESET PROTECT with Elastic Agent.
type: integration
categories:
Expand Down

0 comments on commit dc620d9

Please sign in to comment.