-
Notifications
You must be signed in to change notification settings - Fork 570
Expand file tree
/
Copy pathchangelog.yml
More file actions
124 lines (124 loc) · 4.45 KB
/
changelog.yml
File metadata and controls
124 lines (124 loc) · 4.45 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
# newer versions go on top
- version: "1.9.1"
changes:
- description: Fix VPC flow log detection in firehose routing pipeline
type: bugfix
link: https://github.com/elastic/integrations/pull/18395
- version: "1.9.0"
changes:
- description: Improve access log classification and improve documentation
type: enhancement
link: https://github.com/elastic/integrations/pull/15309
- version: "1.8.2"
changes:
- description: Remove regex from ingest pipeline
type: bugfix
link: https://github.com/elastic/integrations/pull/14914
- version: "1.8.1"
changes:
- description: Update correct link for pull request
type: bugfix
link: https://github.com/elastic/integrations/pull/14845
- version: "1.8.0"
changes:
- description: Updates the ingest pipeline to use a more efficient script for setting event.dataset matching
type: enhancement
link: https://github.com/elastic/integrations/pull/14691
- version: "1.7.0"
changes:
- description: set event.dataset matching the routed target dataset for ingesting records
type: enhancement
link: https://github.com/elastic/integrations/pull/13910
- version: "1.6.0"
changes:
- description: Add support for AmazonMQ metrics for both managed RabbitMQ and ActiveMQ.
type: enhancement
link: https://github.com/elastic/integrations/pull/13342
- version: "1.5.2"
changes:
- description: Avoid using dynamic template for flattened fields
type: bugfix
link: http://github.com/elastic/integrations/pull/12570
- version: "1.5.1"
changes:
- description: Improve documentation.
type: enhancement
link: https://github.com/elastic/integrations/pull/12732
- version: "1.5.0"
changes:
- description: Add support for Kibana `9.0.0`
type: enhancement
link: https://github.com/elastic/integrations/pull/12641
- version: "1.4.0"
changes:
- description: Add support for Amazon Bedrock guardrails metrics.
type: enhancement
link: https://github.com/elastic/integrations/pull/12330
- version: "1.3.2"
changes:
- description: Add missing category.
type: enhancement
link: https://github.com/elastic/integrations/pull/12223
- version: "1.3.1"
changes:
- description: Update documentation about restrict API key permissions
type: enhancement
link: https://github.com/elastic/integrations/pull/11991
- version: "1.3.0"
changes:
- description: Add aws.firehose.arn and aws.firehose.request_id fields.
type: bugfix
link: https://github.com/elastic/integrations/pull/11239
- description: Add aws.metrics_names_fingerprint to cloudwatch metrics.
type: enhancement
link: https://github.com/elastic/integrations/pull/11239
- version: "1.2.0"
changes:
- description: Add AWS Bedrock runtime metrics to Firehose rerouting.
type: enhancement
link: https://github.com/elastic/integrations/pull/10699
- version: "1.1.0"
changes:
- description: Add routing rules for metrics from Firehose.
type: enhancement
link: https://github.com/elastic/integrations/pull/9916
- version: "1.0.0"
changes:
- description: Release package as GA.
type: enhancement
link: https://github.com/elastic/integrations/pull/9852
- version: 0.6.0
changes:
- description: Rename Amazon Kinesis Data Firehose to Amazon Data Firehose
type: enhancement
link: https://github.com/elastic/integrations/pull/9462
- version: 0.5.0
changes:
- description: Update the package format_version to 3.0.0.
type: enhancement
link: https://github.com/elastic/integrations/pull/8041
- version: 0.4.0
changes:
- description: Add routing rules for cloudfront log, elb log and s3access log.
type: enhancement
link: https://github.com/elastic/integrations/pull/7932
- version: 0.3.0
changes:
- description: remove redudant `.logs` suffix from dataset name
type: enhancement
link: https://github.com/elastic/integrations/pull/7670
- version: 0.2.1
changes:
- description: Route WAF logs based on log format
type: enhancement
link: https://github.com/elastic/integrations/pull/7836
- version: 0.2.0
changes:
- description: Add support for routing api gateway logs
type: enhancement
link: https://github.com/elastic/integrations/pull/7701
- version: 0.1.0
changes:
- description: initial release
type: enhancement
link: https://github.com/elastic/integrations/pull/7146