Skip to content
Snippets Groups Projects
  1. Mar 20, 2019
  2. Mar 18, 2019
  3. Mar 07, 2019
  4. Feb 20, 2019
  5. Feb 11, 2019
  6. Feb 05, 2019
  7. Feb 04, 2019
    • woodsaj's avatar
      tail all container log files · 37feebfa
      woodsaj authored
      kubelet creates a new log file when a container is restarted.
      So we need to catpure all log files in the
      `/var/logs/pods/<uid>/<container_name>/` dir.
      37feebfa
  8. Feb 01, 2019
  9. Jan 31, 2019
  10. Jan 29, 2019
  11. Jan 22, 2019
  12. Jan 21, 2019
  13. Jan 19, 2019
  14. Jan 17, 2019
    • Anthony Woods's avatar
      allow promtail path to be a glob match (#206) · fed39435
      Anthony Woods authored
      * allow promtail target path to be a glob match
      
      Promtail now expects __path__ to be a glob. All files that match
      the glob expression will be tailed.  If new files are created that
      match the glob, they will immediately be tailed.
      
      * remove entry from positions file when file is deleted
      
      * fix syncing the current positions to positions file
      
      * handle file renames
      
      When a file is renamed a "rename" and a "create" event are sent.
      We need to treat the rename as a remove.  If the new filename matches
      the path glob, then we will start tailing it when the "create" event
      is reveived.
      
      * lint
      fed39435
  15. Jan 10, 2019
  16. Dec 20, 2018
  17. Dec 18, 2018
  18. Dec 17, 2018
Loading