Skip to content
Snippets Groups Projects
  1. Feb 06, 2019
  2. Feb 05, 2019
  3. Feb 04, 2019
  4. Feb 03, 2019
  5. Feb 01, 2019
    • Anthony Woods's avatar
      handle symbolic links correctly (#275) · df843647
      Anthony Woods authored
      * handle symbolic links correctly
      
      When tailing a file that is rotated we expect that a fsnotify.Rename
      event will be sent when the old file is renamed and a fsnotif.Create
      event will be sent when the replacement file is created. This allows
      us to close and re-open the file.  However if the file we are
      tailing is a symbolic link (and the target is in another directory)
      we wont get these events.  To address this we need to tail the target
      file directly.
      
      fixes #274
      
      * handle symlinks being re-linked
      
      When a symbolic link is re-linked we will only get a fsnotify.Create
      event. No rename or delete event will have been sent to trigger
      the tailer to be stoped.  When this happens we should stop the current
      tailer for the path and start a new one. This will allow us to perform
      a new Readink on the path to get the updated target filename.
      df843647
    • Goutham Veeramachaneni's avatar
      Flush idle chunks properly (#209) · 7763e8f3
      Goutham Veeramachaneni authored
      
      * Flush idle chunks properly
      
      Signed-off-by: default avatarGoutham Veeramachaneni <gouthamve@gmail.com>
      
      * Review feedback
      
      Signed-off-by: default avatarGoutham Veeramachaneni <gouthamve@gmail.com>
      
      * Review feedback.
      
      Signed-off-by: default avatarTom Wilkie <tom.wilkie@gmail.com>
      
      * Check the correct chunk is full before appending a new chunk.
      
      Signed-off-by: default avatarTom Wilkie <tom.wilkie@gmail.com>
      
      * Add the config to helm and ksonnet too.
      
      Signed-off-by: default avatarTom Wilkie <tom.wilkie@gmail.com>
      7763e8f3
    • David's avatar
      Expand documentation (#261) · 55daa5e1
      David authored
      
      * Clarify links to other sections
      
      * Expanded setup sections
      
      * Clarified usage docs
      
      * Extracted contributing.md
      
      * Extracted provisioning.md
      
      * Operations docs
      
      * Troubleshooting docs started
      
      * Review feedback.
      
      Signed-off-by: default avatarTom Wilkie <tom.wilkie@gmail.com>
      55daa5e1
  6. Jan 31, 2019
  7. Jan 29, 2019
  8. Jan 22, 2019
  9. Jan 21, 2019
Loading