Skip to content

Commit

Permalink
[integrations][tennable_io] - Updates package to corelate with latest…
Browse files Browse the repository at this point in the history
… httpjson change (#5741)

* updated tennable io package to corellate with latest httpjson first_response object changes

* updated manifest and changelog
  • Loading branch information
ShourieG committed Mar 31, 2023
1 parent fe2e4b1 commit c02072a
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 1 deletion.
5 changes: 5 additions & 0 deletions packages/tenable_io/changelog.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# newer versions go on top
- version: "0.2.1"
changes:
- description: Added response.save_first_response parameter to hbs.yml files to support latest httpjson change.
type: bugfix
link: https://github.com/elastic/integrations/pull/5741
- version: "0.2.0"
changes:
- description: Add user-configurable Max Retries and Min Wait Time parameter.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ request.url: {{hostname}}/assets/export
{{#if http_client_timeout}}
request.timeout: {{http_client_timeout}}
{{/if}}
response.save_first_response: true
request.transforms:
- delete:
target: header.User-Agent
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ request.url: {{hostname}}/vulns/export
{{#if http_client_timeout}}
request.timeout: {{http_client_timeout}}
{{/if}}
response.save_first_response: true
request.transforms:
- delete:
target: header.User-Agent
Expand Down
2 changes: 1 addition & 1 deletion packages/tenable_io/manifest.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
format_version: 2.0.0
name: tenable_io
title: Tenable.io
version: 0.2.0
version: 0.2.1
description: Collect logs from Tenable.io with Elastic Agent.
type: integration
categories:
Expand Down

0 comments on commit c02072a

Please sign in to comment.