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/aws/changelog.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# newer versions go on top
- version: "0.10.7"
changes:
- description: Add proxy config
type: enhancement
link: https://github.com/elastic/integrations/pull/1648
- version: "0.10.6"
changes:
- description: Fix aws.billing.EstimatedCharges field name
Expand Down
3 changes: 3 additions & 0 deletions packages/aws/data_stream/billing/agent/stream/stream.yml.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,7 @@ cost_explorer_config.group_by_tag_keys:
{{#each cost_explorer_config.group_by_tag_keys as |tag_key i|}}
- {{tag_key}}
{{/each}}
{{/if}}
{{#if proxy_url }}
proxy_url: {{proxy_url}}
{{/if}}
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,9 @@ role_arn: {{role_arn}}
{{#if fips_enabled}}
fips_enabled: {{fips_enabled}}
{{/if}}
{{#if proxy_url }}
proxy_url: {{proxy_url}}
{{/if}}
tags:
{{#if preserve_original_event}}
- preserve_original_event
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ role_arn: {{role_arn}}
{{#if fips_enabled}}
fips_enabled: {{fips_enabled}}
{{/if}}
{{#if proxy_url }}
proxy_url: {{proxy_url}}
{{/if}}
tags:
{{#if preserve_original_event}}
- preserve_original_event
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,6 @@ latency: {{latency}}
{{#if metrics}}
metrics: {{metrics}}
{{/if}}
{{#if proxy_url }}
proxy_url: {{proxy_url}}
{{/if}}
3 changes: 3 additions & 0 deletions packages/aws/data_stream/dynamodb/agent/stream/stream.yml.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,7 @@ latency: {{latency}}
{{/if}}
{{#if tags_filter}}
tags_filter: {{tags_filter}}
{{/if}}
{{#if proxy_url }}
proxy_url: {{proxy_url}}
{{/if}}
3 changes: 3 additions & 0 deletions packages/aws/data_stream/ebs/agent/stream/stream.yml.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,7 @@ latency: {{latency}}
{{/if}}
{{#if tags_filter}}
tags_filter: {{tags_filter}}
{{/if}}
{{#if proxy_url }}
proxy_url: {{proxy_url}}
{{/if}}
3 changes: 3 additions & 0 deletions packages/aws/data_stream/ec2_logs/agent/stream/aws-s3.yml.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ role_arn: {{role_arn}}
{{#if fips_enabled}}
fips_enabled: {{fips_enabled}}
{{/if}}
{{#if proxy_url }}
proxy_url: {{proxy_url}}
{{/if}}
tags:
{{#if preserve_original_event}}
- preserve_original_event
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,7 @@ latency: {{latency}}
{{/if}}
{{#if tags_filter}}
tags_filter: {{tags_filter}}
{{/if}}
{{#if proxy_url }}
proxy_url: {{proxy_url}}
{{/if}}
3 changes: 3 additions & 0 deletions packages/aws/data_stream/elb_logs/agent/stream/aws-s3.yml.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ role_arn: {{role_arn}}
{{#if fips_enabled}}
fips_enabled: {{fips_enabled}}
{{/if}}
{{#if proxy_url }}
proxy_url: {{proxy_url}}
{{/if}}
tags:
{{#if preserve_original_event}}
- preserve_original_event
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,7 @@ latency: {{latency}}
{{/if}}
{{#if tags_filter}}
tags_filter: {{tags_filter}}
{{/if}}
{{#if proxy_url }}
proxy_url: {{proxy_url}}
{{/if}}
3 changes: 3 additions & 0 deletions packages/aws/data_stream/lambda/agent/stream/stream.yml.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,7 @@ latency: {{latency}}
{{/if}}
{{#if tags_filter}}
tags_filter: {{tags_filter}}
{{/if}}
{{#if proxy_url }}
proxy_url: {{proxy_url}}
{{/if}}
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,7 @@ latency: {{latency}}
{{/if}}
{{#if tags_filter}}
tags_filter: {{tags_filter}}
{{/if}}
{{#if proxy_url }}
proxy_url: {{proxy_url}}
{{/if}}
3 changes: 3 additions & 0 deletions packages/aws/data_stream/rds/agent/stream/stream.yml.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,7 @@ latency: {{latency}}
{{/if}}
{{#if tags_filter}}
tags_filter: {{tags_filter}}
{{/if}}
{{#if proxy_url }}
proxy_url: {{proxy_url}}
{{/if}}
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,7 @@ regions:
{{/if}}
{{#if latency}}
latency: {{latency}}
{{/if}}
{{#if proxy_url }}
proxy_url: {{proxy_url}}
{{/if}}
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,7 @@ regions:
{{/if}}
{{#if latency}}
latency: {{latency}}
{{/if}}
{{#if proxy_url }}
proxy_url: {{proxy_url}}
{{/if}}
3 changes: 3 additions & 0 deletions packages/aws/data_stream/s3access/agent/stream/aws-s3.yml.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ role_arn: {{role_arn}}
{{#if fips_enabled}}
fips_enabled: {{fips_enabled}}
{{/if}}
{{#if proxy_url }}
proxy_url: {{proxy_url}}
{{/if}}
tags:
{{#if preserve_original_event}}
- preserve_original_event
Expand Down
3 changes: 3 additions & 0 deletions packages/aws/data_stream/sns/agent/stream/stream.yml.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,7 @@ latency: {{latency}}
{{/if}}
{{#if tags_filter}}
tags_filter: {{tags_filter}}
{{/if}}
{{#if proxy_url }}
proxy_url: {{proxy_url}}
{{/if}}
3 changes: 3 additions & 0 deletions packages/aws/data_stream/sqs/agent/stream/stream.yml.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,7 @@ regions:
{{/if}}
{{#if latency}}
latency: {{latency}}
{{/if}}
{{#if proxy_url }}
proxy_url: {{proxy_url}}
{{/if}}
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,7 @@ latency: {{latency}}
{{/if}}
{{#if tags_filter}}
tags_filter: {{tags_filter}}
{{/if}}
{{#if proxy_url }}
proxy_url: {{proxy_url}}
{{/if}}
3 changes: 3 additions & 0 deletions packages/aws/data_stream/usage/agent/stream/stream.yml.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,7 @@ latency: {{latency}}
{{/if}}
{{#if tags_filter}}
tags_filter: {{tags_filter}}
{{/if}}
{{#if proxy_url }}
proxy_url: {{proxy_url}}
{{/if}}
3 changes: 3 additions & 0 deletions packages/aws/data_stream/vpcflow/agent/stream/aws-s3.yml.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ role_arn: {{role_arn}}
{{#if fips_enabled}}
fips_enabled: {{fips_enabled}}
{{/if}}
{{#if proxy_url }}
proxy_url: {{proxy_url}}
{{/if}}
tags:
{{#if preserve_original_event}}
- preserve_original_event
Expand Down
3 changes: 3 additions & 0 deletions packages/aws/data_stream/vpn/agent/stream/stream.yml.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,7 @@ latency: {{latency}}
{{/if}}
{{#if tags_filter}}
tags_filter: {{tags_filter}}
{{/if}}
{{#if proxy_url }}
proxy_url: {{proxy_url}}
{{/if}}
9 changes: 8 additions & 1 deletion packages/aws/manifest.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
format_version: 1.0.0
name: aws
title: AWS
version: 0.10.6
version: 0.10.7
license: basic
description: This integration collects logs and metrics from Amazon Web Services (AWS)
type: integration
Expand Down Expand Up @@ -67,6 +67,13 @@ vars:
show_user: false
default: "amazonaws.com"
description: URL of the entry point for an AWS web service
- 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>
policy_templates:
- name: billing
title: AWS Billing
Expand Down
5 changes: 5 additions & 0 deletions packages/cloudflare/changelog.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# newer versions go on top
- version: "0.1.1"
changes:
- description: Add proxy config
type: enhancement
link: https://github.com/elastic/integrations/pull/1648
- version: "0.1.0"
changes:
- description: initial release
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ request.ssl: {{ssl}}
{{#if http_client_timeout}}
request.timeout: {{http_client_timeout}}
{{/if}}
{{#if proxy_url }}
request.proxy_url: {{proxy_url}}
{{/if}}

request.transforms:
{{#if auth_token}}
Expand Down
7 changes: 7 additions & 0 deletions packages/cloudflare/data_stream/logpull/manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,13 @@ streams:
multi: false
required: false
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: tags
type: text
title: Tags
Expand Down
2 changes: 1 addition & 1 deletion packages/cloudflare/manifest.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: cloudflare
title: Cloudflare
version: 0.1.0
version: 0.1.1
release: experimental
description: Cloudflare Integration
type: integration
Expand Down
5 changes: 5 additions & 0 deletions packages/crowdstrike/changelog.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# newer versions go on top
- version: "0.8.1"
changes:
- description: Add proxy config
type: enhancement
link: https://github.com/elastic/integrations/pull/1648
- version: "0.8.0"
changes:
- description: Add FDR data stream.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ role_arn: {{role_arn}}
{{#if fips_enabled}}
fips_enabled: {{fips_enabled}}
{{/if}}
{{#if proxy_url }}
proxy_url: {{proxy_url}}
{{/if}}
{{#if tags.length}}
tags:
{{else}}
Expand Down
7 changes: 7 additions & 0 deletions packages/crowdstrike/data_stream/fdr/manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,13 @@ streams:
required: false
show_user: false
description: Enabling this option changes the service name from `s3` to `s3-fips` for connecting to the correct service endpoint.
- 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: tags
type: text
title: Tags
Expand Down
2 changes: 1 addition & 1 deletion packages/crowdstrike/manifest.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: crowdstrike
title: CrowdStrike
version: 0.8.0
version: 0.8.1
description: This Elastic integration collects logs from CrowdStrike products
type: integration
format_version: 1.0.0
Expand Down
5 changes: 5 additions & 0 deletions packages/microsoft/changelog.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# newer versions go on top
- version: "0.7.5"
changes:
- description: Add proxy config
type: enhancement
link: https://github.com/elastic/integrations/pull/1648
- version: "0.7.4"
changes:
- description: Requires version 7.14.1 of the stack
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ auth.oauth2.provider: azure
auth.oauth2.azure.resource: https://api.securitycenter.windows.com/
request.url: "https://api.securitycenter.windows.com/api/alerts"
request.method: GET
{{#if proxy_url }}
request.proxy_url: {{proxy_url}}
{{/if}}
request.transforms:
- set:
target: "header.User-Agent"
Expand Down
7 changes: 7 additions & 0 deletions packages/microsoft/data_stream/defender_atp/manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,13 @@ streams:
show_user: true
default: 5m
description: The interval between requests to the HTTP API.
- 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: tags
type: text
title: Tags
Expand Down
2 changes: 1 addition & 1 deletion packages/microsoft/manifest.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
format_version: 1.0.0
name: microsoft
title: Microsoft
version: 0.7.4
version: 0.7.5
description: This Elastic integration collects logs from Microsoft products
categories:
- "network"
Expand Down
5 changes: 5 additions & 0 deletions packages/okta/changelog.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# newer versions go on top
- version: "1.1.3"
changes:
- description: Add proxy config
type: enhancement
link: https://github.com/elastic/integrations/pull/1648
- version: "1.1.2"
changes:
- description: Convert to generated ECS fields
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ request.ssl: {{ssl}}
{{#if http_client_timeout}}
request.timeout: {{http_client_timeout}}
{{/if}}
{{#if proxy_url }}
request.proxy_url: {{proxy_url}}
{{/if}}

request.rate_limit:
limit: '[[.last_response.header.Get "X-Rate-Limit-Limit"]]'
Expand Down
Loading