-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
[Filebeat] fails to enroll to centralized management in OS Windows #12797
Comments
adriansr
added a commit
to adriansr/beats
that referenced
this issue
Jul 5, 2019
Enrolling of a Beat to Central Management was failing under Windows because the Beat tries to create a configuration backup file that has a colon character in its name, which is not allowed under Windows. Fixes elastic#12797
adriansr
added a commit
that referenced
this issue
Jul 9, 2019
Enrolling of a Beat to Central Management was failing under Windows because the Beat tries to create a configuration backup file that has a colon character in its name, which is not allowed under Windows. Fixes #12797
adriansr
added a commit
to adriansr/beats
that referenced
this issue
Jul 9, 2019
Enrolling of a Beat to Central Management was failing under Windows because the Beat tries to create a configuration backup file that has a colon character in its name, which is not allowed under Windows. Fixes elastic#12797 (cherry picked from commit 4eb411b)
adriansr
added a commit
to adriansr/beats
that referenced
this issue
Jul 9, 2019
Enrolling of a Beat to Central Management was failing under Windows because the Beat tries to create a configuration backup file that has a colon character in its name, which is not allowed under Windows. Fixes elastic#12797 (cherry picked from commit 4eb411b)
leweafan
pushed a commit
to leweafan/beats
that referenced
this issue
Apr 28, 2023
Enrolling of a Beat to Central Management was failing under Windows because the Beat tries to create a configuration backup file that has a colon character in its name, which is not allowed under Windows. Fixes elastic#12797 (cherry picked from commit 8534dbc)
leweafan
pushed a commit
to leweafan/beats
that referenced
this issue
Apr 28, 2023
Enrolling of a Beat to Central Management was failing under Windows because the Beat tries to create a configuration backup file that has a colon character in its name, which is not allowed under Windows. Fixes elastic#12797 (cherry picked from commit 8534dbc)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description of the bug
Enrolling to centralized management fails while creating a backup of the current configuration. Error message:
The error is generated by this code (thanks to @adriansr for pointing)
beats/x-pack/libbeat/management/enroll.go
Lines 58 to 64 in 4cc4eee
The name of the backup file is not valid in the Windows ecosystem.
Steps to reproduce
filebeat.exe
with the commandenroll
The text was updated successfully, but these errors were encountered: