Skip to content

Commit 2fe8ee5

Browse files
cahartmaopenshift-merge-bot[bot]
authored andcommitted
Update readme with latest fixes
1 parent 2e72f7e commit 2fe8ee5

File tree

1 file changed

+11
-9
lines changed

1 file changed

+11
-9
lines changed

README.md

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
This repo is a fork of [vector](https://github.com/vectordotdev/vector) and contains patches carried by Red Hat OpenShift Logging. This is a log collector and forwarder that resides on each OpenShift node to gather application and node logs. Please refer to the [cluster-logging-operator](https://github.com/openshift/cluster-logging-operator) for details regarding the operator that deploys and configures this image. This image is intended to be run in conjunction with the configuration and `run.sh` files provided by the operator. Experiences with the image outside that context may vary.
44

5-
The `main` branch is empty except for this file. The branches used by various Red Hat releases are summarized here:
5+
The `rh-main` branch is empty except for this file. The branches used by various Red Hat releases are summarized here:
66

77
| Release | Branch | Vector Version | Status |
88
| --------|--------|----------------|--------|
@@ -16,14 +16,16 @@ The `main` branch is empty except for this file. The branches used by various R
1616

1717
This project varies from the upstream with the following features:
1818

19-
| Issue | Description | Release Added | Upstream Contribution |
20-
| ----- | ----------- |---------------|-----------------------|
21-
|LOG-2552|Replace Ring with OpenSSL| 5.5 | |
22-
|LOG-3398|[Apply TLSSecurityProfile settings to TLS listeners in log collectors](https://github.com/ViaQ/vector/pull/129)| 5.6 | N/A - Relies upon OpenSSL patch |
23-
||[Add syslog sink](https://github.com/ViaQ/vector/pull/133) |5.7| [Open](https://github.com/vectordotdev/vector/pull/17668) |
24-
|LOG-3949|[Add file rotate wait](https://github.com/ViaQ/vector/pull/154)|5.8|[Accepted](https://github.com/vectordotdev/vector/pull/18904)|
25-
|LOG-4739|[Add Support for include_paths_glob_pattern](https://github.com/ViaQ/vector/pull/167)|5.9|[Accepted](https://github.com/vectordotdev/vector/pull/19521)|
26-
|LOG-6155|[Allow config of message key for multiline exception transform](https://github.com/ViaQ/vector/pull/183)|6.2| N/A |
19+
| Issue | Description | Release Added | Upstream Contribution |
20+
|-------|--------------|---------------|-----------------------|
21+
| LOG-2552 | [Replace Ring with OpenSSL](https://github.com/ViaQ/vector/pull/61) | 5.5 | N/A - Patch is Red Hat only |
22+
| LOG-3398 | [Apply TLSSecurityProfile settings to TLS listeners in log collectors](https://github.com/ViaQ/vector/pull/129) | 5.6 | N/A - Relies upon OpenSSL patch |
23+
| LOG-2288 | [Add syslog sink](https://github.com/ViaQ/vector/pull/133) | 5.7 | [Open](https://github.com/vectordotdev/vector/pull/21307) |
24+
| LOG-3949 | [Add support for file rotate_wait_secs](https://github.com/ViaQ/vector/pull/154) | 5.8 | [Accepted](https://github.com/vectordotdev/vector/pull/18904) |
25+
| LOG-4739 | [Add support for include_paths_glob_pattern](https://github.com/ViaQ/vector/pull/167) | 5.9 | [Accepted](https://github.com/vectordotdev/vector/pull/19521) |
26+
| LOG-6155 | [Allow config of message_key for multiline exception transform](https://github.com/ViaQ/vector/pull/183) | 6.2 | N/A - Transform is Red Hat only |
27+
| LOG-6789 | [Resolve error when using AWS credentials file authentication](https://github.com/ViaQ/vector/pull/197) | 6.2 | [Accepted](https://github.com/vectordotdev/vector/pull/22831) |
28+
| LOG-7013 | [Update cloudwatch logs max event size to match new AWS limit](https://github.com/ViaQ/vector/pull/201) | 6.2 | [Accepted](https://github.com/vectordotdev/vector/pull/22886) |
2729

2830
## Issues
2931

0 commit comments

Comments
 (0)