Skip to content

Commit

Permalink
ti_mandiant_advantage: add support for proxy configuration (#11993)
Browse files Browse the repository at this point in the history
  • Loading branch information
efd6 authored Dec 4, 2024
1 parent a82cf1b commit 6e5c4c7
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 3 deletions.
9 changes: 7 additions & 2 deletions packages/ti_mandiant_advantage/changelog.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
# newer versions go on top
- version: "1.6.0"
changes:
- description: Add support for proxy configuration.
type: enhancement
link: https://github.com/elastic/integrations/pull/11993
- version: "1.5.0"
changes:
- description: Add processor definition possibility
- description: Add processor definition possibility.
type: enhancement
link: https://github.com/elastic/integrations/pull/11913
- version: "1.4.2"
Expand All @@ -11,7 +16,7 @@
link: https://github.com/elastic/integrations/pull/11325
- version: "1.4.1"
changes:
- description: Add missing fields in transform
- description: Add missing fields in transform.
type: bugfix
link: https://github.com/elastic/integrations/pull/11008
- description: Fix mapping of sources subfields.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ request.tracer.filename: "../../logs/httpjson/http-request-trace-*.ndjson"
request.method: GET
request.url: {{url}}/v4/indicator?
request.timeout: 60s
{{#if proxy_url }}
request.proxy_url: {{proxy_url}}
{{/if}}
auth.basic.user: {{mati_api_key_id}}
auth.basic.password: {{mati_api_key_secret}}
request.transforms:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,13 @@ streams:
multi: false
required: true
show_user: false
- name: proxy_url
type: text
title: Proxy URL
multi: false
required: false
show_user: false
description: URL to proxy connections in the form of http\[s\]://<user>:<password>@<server name/ip>:<port>
- name: include_misp
required: true
show_user: true
Expand Down
2 changes: 1 addition & 1 deletion packages/ti_mandiant_advantage/manifest.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
format_version: 3.0.2
name: ti_mandiant_advantage
title: "Mandiant Advantage"
version: "1.5.0"
version: "1.6.0"
source:
license: "Elastic-2.0"
description: "Collect Threat Intelligence from products within the Mandiant Advantage platform."
Expand Down

0 comments on commit 6e5c4c7

Please sign in to comment.