You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
* 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
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.The text was updated successfully, but these errors were encountered: