Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Specify in the docs that Windows 7 and below isn't supported anymore #22344

Closed
nomalord opened this issue Feb 1, 2025 · 3 comments
Closed

Specify in the docs that Windows 7 and below isn't supported anymore #22344

nomalord opened this issue Feb 1, 2025 · 3 comments
Labels
domain: external docs Anything related to Vector's external, public documentation

Comments

@nomalord
Copy link

nomalord commented Feb 1, 2025

Our systems use some old machines (2008 old) and I noticed that vector doesn't work on them.
After a bit of digging I found out that since rust version 1.77, windows 7 and below isn't supported anymore 😢😢

Through a bit of git magic I found that the last version of vector that supports windows 7 is 0.38
I was hoping that you could add a disclaimer for that in the docs in the windows sections, as I had no idea about the issue and had to break my back a bit to find out what is the problem and how to fix it.
Thanks in advance 😊

P.S
I was wondering if it's possible to downgrade the rust version to 1.77 for releases specifically for windows (as a seperate release from the original windows release) to support backwards compatibility

@pront pront added the domain: external docs Anything related to Vector's external, public documentation label Feb 1, 2025
@pront
Copy link
Member

pront commented Feb 3, 2025

Thanks for sharing this information @nomalord.

This is covered: #21721

P.S
I was wondering if it's possible to downgrade the rust version to 1.77 for releases specifically for windows (as a seperate release from the original windows release) to support backwards compatibility

This is quite challenging:

  • Some crates/dependencies used in Vector may have also dropped Windows 7 support
  • Maintaining a separate legacy build would add a lot of overhead.
  • Windows 7 is no longer supported by Microsoft, and old software can come with security vulnerabilities.

@pront pront closed this as completed Feb 3, 2025
@pront
Copy link
Member

pront commented Feb 5, 2025

Another thought here, could you use an old Vector version to just collect the data on the edge and then push to another Vector running on Linux?

@nomalord
Copy link
Author

nomalord commented Feb 5, 2025

Oh absolutely, that's currently what I'm doing (many old windows servers (0.38) and one new Linux container running in Openshift (latest)) so when I'll eventually need newer features I'll just use them in the aggregator.

Thanks for the offer 😊😊😊

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
domain: external docs Anything related to Vector's external, public documentation
Projects
None yet
Development

No branches or pull requests

2 participants