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.
Promtail client can only read config.file from local storage. I got promtail deployed on different servers that i can't manage directly. I can't find any information on that subject.
Describe the solution you'd like
Get promtail ability to read config.file from an URL.
I use this solution for telegraf agent for example: telegraf --config "https://xxxx.domain.com/telegraf?client=52410725-813e-4a87-9457-ff09fe7abext&application=aaaaaa&os=windows&host=srv-yyyyy&editor=xxxx&app_component=back-full"
Describe alternatives you've considered
none for now.
Additional context
Thanks
The text was updated successfully, but these errors were encountered:
hey @vincent-gou there is currently no support for this I'm afraid, we did discuss it a long time ago but it was never really a priority and actually haven't really seen any requests for it until yours.
I think this makes sense, some consideration would be versioning the config file as config options can change.
/cc @rfratto not sure if you've considered this yet with the Grafana Agent?
I think that i have a workaround by downloading on each promtail reload or restart (via custom script) config.file.
If you decide to go further with this maybe issue #16 may be interesting to implement.
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
Jul 4, 2020
Is your feature request related to a problem? Please describe.
Promtail client can only read config.file from local storage. I got promtail deployed on different servers that i can't manage directly. I can't find any information on that subject.
Describe the solution you'd like
Get promtail ability to read config.file from an URL.
I use this solution for telegraf agent for example:
telegraf --config "https://xxxx.domain.com/telegraf?client=52410725-813e-4a87-9457-ff09fe7abext&application=aaaaaa&os=windows&host=srv-yyyyy&editor=xxxx&app_component=back-full"
Describe alternatives you've considered
none for now.
Additional context
Thanks
The text was updated successfully, but these errors were encountered: