forked from elastic/integrations
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathchangelog.yml
76 lines (76 loc) · 2.59 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
# newer versions go on top
- version: "1.1.1"
changes:
- description: Fix logic that checks for the 'forwarded' tag
type: bugfix
link: https://github.com/elastic/integrations/pull/1835
- version: "1.1.0"
changes:
- description: Update to ECS 1.12.0
type: enhancement
link: https://github.com/elastic/integrations/pull/1701
- version: "1.0.0"
changes:
- description: Release Nginx as GA
type: enhancement
link: https://github.com/elastic/integrations/pull/1614
- version: "0.8.2"
changes:
- description: Convert to generated ECS fields
type: enhancement
link: https://github.com/elastic/integrations/pull/1491
- version: '0.8.1'
changes:
- description: update to ECS 1.11.0
type: enhancement
link: https://github.com/elastic/integrations/pull/1398
- version: "0.8.0"
changes:
- description: Update integration description
type: enhancement
link: https://github.com/elastic/integrations/pull/1364
- version: "0.7.0"
changes:
- description: Set "event.module" and "event.dataset"
type: enhancement
link: https://github.com/elastic/integrations/pull/1234
- version: "0.6.2"
changes:
- description: Add support for Splunk authorization tokens
type: enhancement
link: https://github.com/elastic/integrations/pull/1147
- version: "0.6.1"
changes:
- description: Fix bug in Third Party REST API ingest pipeline
type: bugfix
link: https://github.com/elastic/integrations/pull/1201
- version: "0.6.0"
changes:
- description: update to ECS 1.10.0 and add event.original options
type: enhancement
link: https://github.com/elastic/integrations/pull/1065
- version: "0.5.0"
changes:
- description: Adds ML jobs for finding unusual activity in HTTP access logs
type: enhancement
link: https://github.com/elastic/integrations/pull/912
- version: "0.4.1"
changes:
- description: update to ECS 1.9.0
type: enhancement
link: https://github.com/elastic/integrations/pull/859
- version: "0.3.11"
changes:
- description: Updating package owner
type: enhancement
link: https://github.com/elastic/integrations/pull/766
- version: "0.3.10"
changes:
- description: Fix compatibility with Kibana
type: enhancement # can be one of: enhancement, bugfix, breaking-change
link: https://github.com/elastic/integrations/pull/740
- 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