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

Allow specifying tags during sidecar install on windows #460

Closed
drewmiranda-gl opened this issue Dec 16, 2022 · 0 comments · Fixed by #464
Closed

Allow specifying tags during sidecar install on windows #460

drewmiranda-gl opened this issue Dec 16, 2022 · 0 comments · Fixed by #464
Assignees
Labels

Comments

@drewmiranda-gl
Copy link
Member

With the introduction of tags for Graylog 5 and Sidecar 1.3, it would be helpful to specify tags as an installer argument. I believe the original sidecar tags worked this way but can't recall.

This makes sense because tags are meant to be for automation, however we don't provide a[n easy] way to configure these. It is certainly possible to use a sed style script or powershell command but that adds some extra complexity and has a much higher skill floor than running an automated install with arguments.

@mpfz0r mpfz0r self-assigned this Jan 9, 2023
mpfz0r added a commit that referenced this issue 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
@thll thll closed this as completed in #464 Jan 10, 2023
thll pushed a commit that referenced this issue Jan 10, 2023
* Provide -TAGS= support for windows silent installer

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

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

Successfully merging a pull request may close this issue.

3 participants