-
Notifications
You must be signed in to change notification settings - Fork 30
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
feat: Support scripts for gathering os info, collector logs and collector config #1111
feat: Support scripts for gathering os info, collector logs and collector config #1111
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Haven't tried this yet the overall approach looks good. The scripts don't feel uniform, mostly linux vs windows, but I'm not sure if that matters.
…ind collector installation directory
Co-authored-by: Brandon Johnson <brandon.johnson@bluemedora.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Powershell script works great. Batch script is good but would be nice if it created a zip. Linux script created an odd structure in the resulting tar.
…le; Fixed incorrect conditional
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Linux script is working great just need to tweak permissions I think.
We likely need some sort of documentation in the |
Co-authored-by: Corbin Phelps <corbin.phelps@bluemedora.com>
…ig.yaml question to default to yes
Co-authored-by: Brandon Johnson <brandon.johnson@bluemedora.com>
…pport-bundle-scripts
Proposed Change
Linux and Windows scripts for collecting os info and the collector's log files and configuration file
Checklist