-
Notifications
You must be signed in to change notification settings - Fork 443
/
Copy pathchangelog.yml
258 lines (258 loc) · 9.76 KB
/
changelog.yml
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
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
# newer versions go on top
- version: 1.27.0
changes:
- description: Add support for defining Conditions.
type: enhancement
link: https://github.com/elastic/integrations/pull/12881
- version: 1.26.0
changes:
- description: Add support for Kibana `9.0.0`.
type: enhancement
link: https://github.com/elastic/integrations/pull/12251
- version: "1.25.3"
changes:
- description: Update links to getting started docs
type: bugfix
link: https://github.com/elastic/integrations/pull/12145
- version: 1.25.2
changes:
- description: Fix optional chaining in the replica_status data stream pipeline.
type: bugfix
link: https://github.com/elastic/integrations/pull/12028
- version: 1.25.1
changes:
- description: Update README to clarify the setup information for `replica_status` data stream.
type: enhancement
link: https://github.com/elastic/integrations/pull/11861
- version: 1.25.0
changes:
- description: Add `schemaname` field in the performance data stream.
type: enhancement
link: https://github.com/elastic/integrations/pull/10749
- version: 1.24.0
changes:
- description: Add replica_status data stream.
type: enhancement
link: https://github.com/elastic/integrations/pull/10344
- version: 1.23.0
changes:
- description: Add processor support for galera_status, performance and status data streams.
type: enhancement
link: https://github.com/elastic/integrations/pull/10410
- version: "1.22.0"
changes:
- description: ECS version updated to 8.11.0. Modified the field definitions to remove ECS fields made redundant by the ecs@mappings component template.
type: enhancement
link: https://github.com/elastic/integrations/pull/10162
- version: 1.21.0
changes:
- description: Add global filter on data_stream.dataset to improve performance.
type: enhancement
link: https://github.com/elastic/integrations/pull/9995
- version: 1.20.0
changes:
- description: Add SSL support.
type: enhancement
link: https://github.com/elastic/integrations/pull/9453
- version: 1.19.0
changes:
- description: Enable secrets for sensitive fields. For more details, refer https://www.elastic.co/guide/en/fleet/current/agent-policy.html#agent-policy-secret-values
type: enhancement
link: https://github.com/elastic/integrations/pull/9321
- version: 1.18.2
changes:
- description: Disable secrets for older stack versions due to errors.
type: bugfix
link: https://github.com/elastic/integrations/pull/9279
- version: 1.18.1
changes:
- description: Add missing dimension to the performance datastream.
type: bugfix
link: https://github.com/elastic/integrations/pull/9219
- version: 1.18.0
changes:
- description: Enable 'secret' for the sensitive fields, supported from 8.12.
type: enhancement
link: https://github.com/elastic/integrations/pull/9009
- version: 1.17.0
changes:
- description: Add support for tags, processors and the preserve_original_event to the error and slowlog datastreams.
type: enhancement
link: https://github.com/elastic/integrations/pull/8650
- version: 1.16.0
changes:
- description: Update the package format_version to 3.0.0.
type: enhancement
link: https://github.com/elastic/integrations/pull/8171
- version: "1.15.0"
changes:
- description: Enable time series data streams for the metrics datasets. This dramatically reduces storage for metrics and is expected to progressively improve query performance. For more details, see https://www.elastic.co/guide/en/elasticsearch/reference/current/tsds.html.
type: enhancement
link: https://github.com/elastic/integrations/pull/6968
- version: "1.14.0"
changes:
- description: Migrate Database Overview dashboard visualizations to lens.
type: enhancement
link: https://github.com/elastic/integrations/pull/5819
- version: "1.13.0"
changes:
- description: Migrate Logs Overview dashboard visualizations to lens.
type: enhancement
link: https://github.com/elastic/integrations/pull/5818
- version: "1.12.4"
changes:
- description: Fix to correct the aggregate function used in dashboard for fields having `metric_type` value `counter`.
type: bugfix
link: https://github.com/elastic/integrations/pull/6828
- version: "1.12.3"
changes:
- description: Add dimensions for TSDB enablement for performance datastream.
type: enhancement
link: https://github.com/elastic/integrations/pull/5613
- version: "1.12.2"
changes:
- description: Modifed the dimension field mapping to support public cloud deployment.
type: bugfix
link: https://github.com/elastic/integrations/pull/6040
- version: "1.12.1"
changes:
- description: Add system test cases for performance datastream
type: enhancement
link: https://github.com/elastic/integrations/pull/6394
- version: "1.12.0"
changes:
- description: Rename ownership from obs-service-integrations to obs-infraobs-integrations
type: enhancement
link: https://github.com/elastic/integrations/pull/6298
- version: "1.11.0"
changes:
- description: Added system test cases for galera_status datastream
type: enhancement
link: https://github.com/elastic/integrations/pull/5194
- version: "1.10.0"
changes:
- description: Add dimension fields to all status and gallera_status datastream to support TSDB enablement.
type: enhancement
link: https://github.com/elastic/integrations/pull/5337
- version: "1.9.0"
changes:
- description: Added metric type mapping for galera_status datastream
type: enhancement
link: https://github.com/elastic/integrations/pull/5407
- version: "1.8.0"
changes:
- description: Added metric type mapping for status datastream
type: enhancement
link: https://github.com/elastic/integrations/pull/5387
- version: "1.7.0"
changes:
- description: Added metric type mapping for performance datastream
type: enhancement
link: https://github.com/elastic/integrations/pull/5378
- version: "1.6.1"
changes:
- description: Added categories and/or subcategories.
type: enhancement
link: https://github.com/elastic/integrations/pull/5123
- version: "1.6.0"
changes:
- description: Update ECS to 8.5.1
type: enhancement
link: https://github.com/elastic/integrations/pull/5057
- version: "1.5.1"
changes:
- description: Update mysql slowlog pipeline to parse schema name with dash.
type: bugfix
link: https://github.com/elastic/integrations/pull/5092
- version: "1.5.0"
changes:
- description: Update ingest pipeline for performance datastream.
type: enhancement
link: https://github.com/elastic/integrations/pull/5088
- version: "1.4.0"
changes:
- description: Added infrastructure category.
type: enhancement
link: https://github.com/elastic/integrations/pull/4485
- version: "1.3.2"
changes:
- description: Add Performance Config
type: bugfix
link: https://github.com/elastic/integrations/pull/4167
- version: "1.3.1"
changes:
- description: Add documentation for multi-fields
type: enhancement
link: https://github.com/elastic/integrations/pull/2916
- version: "1.3.0"
changes:
- description: Update to ECS 8.0
type: enhancement
link: https://github.com/elastic/integrations/pull/2496
- version: "1.2.1"
changes:
- description: Change test public IPs to the supported subset
type: bugfix
link: https://github.com/elastic/integrations/pull/2327
- version: "1.2.0"
changes:
- description: Release package for v8.0.0
type: enhancement
link: https://github.com/elastic/integrations/pull/2183
- version: "1.1.1"
changes:
- description: Uniform with guidelines
type: enhancement
link: https://github.com/elastic/integrations/pull/2055
- version: "1.1.0"
changes:
- description: Update to ECS 1.12.0
type: enhancement
link: https://github.com/elastic/integrations/pull/1699
- version: "1.0.0"
changes:
- description: Release MySQL as GA
type: enhancement
link: https://github.com/elastic/integrations/pull/1612
- version: "0.6.0"
changes:
- description: Update integration description
type: enhancement
link: https://github.com/elastic/integrations/pull/1364
- version: "0.5.0"
changes:
- description: Fix logs overview dashboard
type: bugfix
link: https://github.com/elastic/integrations/pull/1316
- description: Release as beta
type: enhancement
link: https://github.com/elastic/integrations/pull/1316
- version: "0.4.0"
changes:
- description: Sync latest changes from beats
type: enhancement
link: https://github.com/elastic/integrations/pull/1145
- description: Disable performance data stream by default in consistence with Beats
type: enhancement
link: https://github.com/elastic/integrations/pull/1145
- description: Enable ECS dependency
type: enhancement
link: https://github.com/elastic/integrations/pull/1145
- description: Set "event.module" and "event.dataset"
type: enhancement
link: https://github.com/elastic/integrations/pull/1145
- version: "0.3.8"
changes:
- description: Updating package owner
type: enhancement
link: https://github.com/elastic/integrations/pull/766
- version: "0.3.7"
changes:
- description: Correct sample event file.
type: bugfix # can be one of: enhancement, bugfix, breaking-change
link: https://github.com/elastic/integrations/pull/754
- version: "0.1.0"
changes:
- description: initial release
type: enhancement # can be one of: enhancement, bugfix, breaking-change
link: https://github.com/elastic/integrations/pull/21