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

Provide -TAGS= support for windows silent installer #464

Merged
merged 2 commits into from
Jan 10, 2023
Merged

Provide -TAGS= support for windows silent installer #464

merged 2 commits into from
Jan 10, 2023

Conversation

mpfz0r
Copy link
Contributor

@mpfz0r mpfz0r commented Jan 9, 2023

Example usage:

graylog_sidecar_installer_1.4.0-1.SNAPSHOT.exe /S -APITOKEN=myapitoken -TAGS=["IIS","exchange"]

Please note that spaces in tags are not supported.

Fixes #460

Example usage:

`graylog_sidecar_installer_1.4.0-1.SNAPSHOT.exe /S -APITOKEN=myapitoken -TAGS=["IIS","exchange"]`

Please note that spaces in tags are not supported.

Fixes #460
@mpfz0r mpfz0r requested review from thll and bernd January 10, 2023 07:53
@thll thll self-assigned this Jan 10, 2023
Copy link
Contributor

@thll thll left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM and works.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Allow specifying tags during sidecar install on windows
2 participants