Skip to content

Commit 60f6382

Browse files
berndboostympfz0r
authored
Add 5.0 Changelogs (#451)
Co-authored-by: Sebastian Röbke <4270+boosty@users.noreply.github.com> Co-authored-by: Marco Pfatschbacher <marco@graylog.com> Co-authored-by: Sebastian Röbke <4270+boosty@users.noreply.github.com>
1 parent 1755651 commit 60f6382

File tree

6 files changed

+71
-0
lines changed

6 files changed

+71
-0
lines changed

changelog/unreleased/.gitkeep

Whitespace-only changes.

changelog/unreleased/issue-431.toml

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
type = "changed"
2+
message = "Make collector validation timeout configurable"
3+
4+
issues = ["431"]
5+
pulls = ["435"]
6+
7+
contributors = [""]
8+
9+
details.user = """
10+
Intoduce a new config option: `collector_validation_timeout = 1m`
11+
Also increase the default timeout from 30s to 1m
12+
since 30s seems to low for some use cases.
13+
"""

changelog/unreleased/pr-428.toml

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
type = "added"
2+
message = "Add a sidecar build for M1 based Macs"
3+
4+
issues = [""]
5+
pulls = ["428"]
6+

changelog/unreleased/pr-441.toml

+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
type = "added"
2+
message = "Add support for multiple configurations on a single collector"
3+
4+
issues = [""]
5+
pulls = ["441"]
6+
7+
contributors = [""]
8+
9+
details.user = """
10+
With Graylog 5.0 we removed the restriction of running only one configuration per collector.
11+
To support this, several changes had to be done to the Sidecar.
12+
13+
The generated sidecar configs under `collector_configuration_directory` are now stored within
14+
a separate directory named after the configuration id.
15+
E.g. `/var/lib/graylog-sidecar/generated/filebeat.conf` would now be something like
16+
`/var/lib/graylog-sidecar/generated/628b8d4056caeb4862c122fb/filebeat.conf`
17+
"""

changelog/unreleased/pr-441bis.toml

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
type = "added"
2+
message = "Add tagging support to sidecars"
3+
4+
issues = [""]
5+
pulls = ["441"]
6+
7+
contributors = [""]
8+
9+
details.user = """
10+
With Graylog 5.0 we added support for automatic configuration assignment through tags.
11+
The `sidecar.yml` has a new configuration option `tags`.
12+
"""

changelog/unreleased/pr-447.toml

+23
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
type = "added"
2+
message = "Add upgrade support and improve Sidecar installer for Windows"
3+
4+
issues = ["365", "432"]
5+
pulls = ["447"]
6+
7+
contributors = [""]
8+
9+
details.user = """
10+
The installer can now upgrade existing sidcar installations.
11+
It detects this by the presence of an existing sidecar.yml config.
12+
In upgrade mode it skips the configuration page.
13+
Additionally the installer will now also register the sidecar
14+
service automatically. Making this extra command line step obsolete.
15+
16+
The silent installer can now also accept an optional
17+
`-NODEID` parameter.
18+
"""
19+
20+
details.ops = """
21+
Additionally the installer will now also register the sidecar service automatically.
22+
Making the extra two command line steps obsolete.
23+
"""

0 commit comments

Comments
 (0)