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
Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
Now that there is eventlog support for loki generating windows MSI packages for distribution would be a huge plus :). We are currently struggling to automate the distribution of promtail and having proper MSI packages would make this a log easier. (IE. Puts promtail in the right spot, allows configuring flags, sets up a service resource, creates firewall exception, sets up logging to eventlog.
Describe the solution you'd like
A clear and concise description of what you want to happen.
MSI packages (or at least the ability to easily generate them) that install promtail as a system service.
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Packaging it as an MSI ourselves/converting to a service - these solutions are typically really clunky and we have be trial and erroring a few so far.
Additional context
Add any other context or screenshots about the feature request here.
I had a go at generating promtail MSI installers but couldn't get the service started unfortunately (There is no way to see debug output that I know without having a --log.format option for windows eventlog support or supporting logging to a file, I can't work out how to get stdout from a service)
The text was updated successfully, but these errors were encountered:
I realise this is similar to: #52 however that issue references all packages and seems more oriented for linux (as it was created when promtail didn't really have windows support as far as I can tell) it also isn't very specific as to the kind of package or what it should contain.
This issue has been automatically marked as stale because it has not had any activity in the past 30 days. It will be closed in 7 days if no further activity occurs. Thank you for your contributions.
stalebot
added
the
stale
A stale issue or PR that will automatically be closed.
label
Aug 22, 2021
Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
Now that there is eventlog support for loki generating windows MSI packages for distribution would be a huge plus :). We are currently struggling to automate the distribution of promtail and having proper MSI packages would make this a log easier. (IE. Puts promtail in the right spot, allows configuring flags, sets up a service resource, creates firewall exception, sets up logging to eventlog.
Describe the solution you'd like
A clear and concise description of what you want to happen.
MSI packages (or at least the ability to easily generate them) that install promtail as a system service.
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Packaging it as an MSI ourselves/converting to a service - these solutions are typically really clunky and we have be trial and erroring a few so far.
Additional context
Add any other context or screenshots about the feature request here.
The promtheus windows exporter does something similar here: https://github.com/prometheus-community/windows_exporter/tree/v0.16.0/installer
I had a go at generating promtail MSI installers but couldn't get the service started unfortunately (There is no way to see debug output that I know without having a
--log.format
option for windows eventlog support or supporting logging to a file, I can't work out how to get stdout from a service)The text was updated successfully, but these errors were encountered: