Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.12.0"
changes:
- description: "Remove deprecated OAuth2 client_id/client_secret fields from the detection and device_task data streams."
type: enhancement
link: https://github.com/elastic/integrations/pull/16897
- version: "1.11.3"
changes:
- description: "Fix batch_size default/max to match the ESET API page_size limit (1000)."
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,6 @@ resource.timeout: {{http_client_timeout}}
{{/if}}
resource.url: https://{{region}}.incident-management.eset.systems
auth.oauth2:
client.id: ' '
client.secret: ' '
# Client Credentials are required in the password grant type due to an oversight in the token authentication logic. This issue is set to be resolved in version 8.14.0.
user: {{escape_string username}}
password: {{escape_string password}}
token_url: https://{{region}}.business-account.iam.eset.systems/oauth/token
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,6 @@ resource.timeout: {{http_client_timeout}}
{{/if}}
resource.url: https://{{region}}.automation.eset.systems
auth.oauth2:
client.id: ' '
client.secret: ' '
# Client Credentials are required in the password grant type due to an oversight in the token authentication logic. This issue is set to be resolved in version 8.14.0.
user: {{escape_string username}}
password: {{escape_string password}}
token_url: https://{{region}}.business-account.iam.eset.systems/oauth/token
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.3.2
name: eset_protect
title: ESET PROTECT
version: "1.11.3"
version: "1.12.0"
description: Collect logs from ESET PROTECT with Elastic Agent.
type: integration
categories:
Expand Down