File tree 6 files changed +71
-0
lines changed
6 files changed +71
-0
lines changed Original file line number Diff line number Diff line change
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
+ """
Original file line number Diff line number Diff line change
1
+ type = " added"
2
+ message = " Add a sidecar build for M1 based Macs"
3
+
4
+ issues = [" " ]
5
+ pulls = [" 428" ]
6
+
Original file line number Diff line number Diff line change
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
+ """
Original file line number Diff line number Diff line change
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
+ """
Original file line number Diff line number Diff line change
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
+ """
You can’t perform that action at this time.
0 commit comments