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
{{ message }}
This repository was archived by the owner on Jan 19, 2022. It is now read-only.
Not sure if this is the right place to report this, or within the logstash module, but the symptoms I'm seeing seem related to file_concat, so I thought it best to create an issue here :)
Is there any way to see a diff of changes that file_concat makes? currently in the logstash module, I see this when a config change has been made (in vagrant) :
==> consul: Notice: /Stage[main]/Logstash::Config/File_concat[ls-config]/content: content changed '3fc08e1f1e3e2b9639102a1c2ca55aa6' to '6f54dd0f3016f50fbb5546b3690c2e9b'
==> consul: Info: /Stage[main]/Logstash::Config/File_concat[ls-config]: Scheduling refresh of Class[Logstash::Service]
==> consul: Info: Class[Logstash::Service]: Scheduling refresh of Logstash::Service::Init[logstash]
==> consul: Info: Logstash::Service::Init[logstash]: Scheduling refresh of Service[logstash]
It would be really useful if it behaved in the same way that other concat modules behave, and output a diff of the changes that were made during the run
Hi,
Not sure if this is the right place to report this, or within the logstash module, but the symptoms I'm seeing seem related to
file_concat, so I thought it best to create an issue here :)Is there any way to see a diff of changes that
file_concatmakes? currently in the logstash module, I see this when a config change has been made (in vagrant) :It would be really useful if it behaved in the same way that other concat modules behave, and output a diff of the changes that were made during the run