Skip to content

Commit 92f5d9e

Browse files
Merge branch 'main' of github.com:rajvi-elastic/integrations into lens_migration-aws-elb
2 parents 5656347 + 514a5f7 commit 92f5d9e

File tree

108 files changed

+13943
-27181
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

108 files changed

+13943
-27181
lines changed

packages/activemq/changelog.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
# newer versions go on top
2+
- version: "0.10.0"
3+
changes:
4+
- description: Add permissions to reroute events to logs-*-* for log datastream
5+
type: enhancement
6+
link: https://github.com/elastic/integrations/pull/6340
27
- version: "0.9.2"
38
changes:
49
- description: Added dimension fields for topic datastream for TSDB enablement

packages/activemq/data_stream/log/manifest.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,3 +39,6 @@ streams:
3939
template_path: log.yml.hbs
4040
title: ActiveMQ log
4141
description: Collect ActiveMQ log logs using log input
42+
# Ensures agents have permissions to write data to `logs-*-*`
43+
elasticsearch.dynamic_dataset: true
44+
elasticsearch.dynamic_namespace: true

packages/activemq/manifest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: activemq
22
title: ActiveMQ
3-
version: "0.9.2"
3+
version: "0.10.0"
44
description: Collect logs and metrics from ActiveMQ instances with Elastic Agent.
55
type: integration
66
icons:

packages/auditd/changelog.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
# newer versions go on top
2+
- version: "3.9.0"
3+
changes:
4+
- description: Add permissions to reroute events to logs-*-* for log datastream.
5+
type: enhancement
6+
link: https://github.com/elastic/integrations/pull/6340
27
- version: "3.8.0"
38
changes:
49
- description: Update package to ECS 8.8.0.

packages/auditd/data_stream/log/manifest.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,3 +39,6 @@ streams:
3939
template_path: log.yml.hbs
4040
title: Auditd logs
4141
description: Collect Auditd logs using log input
42+
# Ensures agents have permissions to write data to `logs-*-*`
43+
elasticsearch.dynamic_dataset: true
44+
elasticsearch.dynamic_namespace: true

packages/auditd/manifest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: auditd
22
title: Auditd Logs
3-
version: "3.8.0"
3+
version: "3.9.0"
44
description: Collect logs from Linux audit daemon with Elastic Agent.
55
type: integration
66
icons:

packages/aws/_dev/build/docs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ current timestamp to see what's the difference. This difference can be used as l
206206
For example, the screenshot below is taken at `2023-05-09 22:30 UTC` and the timestamp for the last data point is
207207
`2023-05-09 22:15 UTC`. This means there is a 15min delay between the current time and CloudWatch. With this information,
208208
we should add a `latency` configuration for `15m` when adding the integration.
209-
![alt text](../img/metricbeat-aws-cloudwatch-latency.png "CloudWatch Last Data Point Timestamp")
209+
![CloudWatch Last Data Point Timestamp](../img/metricbeat-aws-cloudwatch-latency.png)
210210

211211
## Reference
212212

packages/aws/changelog.yml

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,24 @@
11
# newer versions go on top
2-
- version: "1.43.3"
2+
- version: "1.44.3"
33
changes:
44
- description: Migrate AWS ELB Access Log dashboard visualizations to lens.
55
type: enhancement
66
link: https://github.com/elastic/integrations/pull/6521
7+
- version: "1.44.2"
8+
changes:
9+
- description: Fix image link in readme
10+
type: bugfix
11+
link: https://github.com/elastic/integrations/pull/6561
12+
- version: "1.44.1"
13+
changes:
14+
- description: Migrate AWS TransitGateway metrics dashboard to lenses.
15+
type: enhancement
16+
link: https://github.com/elastic/integrations/pull/5651
17+
- version: "1.44.0"
18+
changes:
19+
- description: Add permissions to reroute events to logs-*-* for cloudwatch_logs and ec2_logs datastream.
20+
type: enhancement
21+
link: https://github.com/elastic/integrations/pull/6340
722
- version: "1.43.2"
823
changes:
924
- description: Add documentation for latency parameter

packages/aws/data_stream/cloudwatch_logs/manifest.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,4 +196,6 @@ streams:
196196
title: Dataset name
197197
description: >
198198
Set the name for your dataset. Changing the dataset will send the data to a different index. You can't use `-` in the name of a dataset and only valid characters for [Elasticsearch index names](https://www.elastic.co/guide/en/elasticsearch/reference/current/docs-index_.html).
199-
199+
# Ensures agents have permissions to write data to `logs-*-*`
200+
elasticsearch.dynamic_dataset: true
201+
elasticsearch.dynamic_namespace: true

packages/aws/data_stream/ec2_logs/manifest.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -187,3 +187,6 @@ streams:
187187
type: bool
188188
multi: false
189189
default: false
190+
# Ensures agents have permissions to write data to `logs-*-*`
191+
elasticsearch.dynamic_dataset: true
192+
elasticsearch.dynamic_namespace: true

0 commit comments

Comments
 (0)