Advertisement
Guest User

Untitled

a guest
Jun 18th, 2019
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. /custom/path/kibana/logs/*.log {
  2. missingok
  3. daily
  4. create 0644 suuser suuser
  5. rotate 7
  6. notifempty
  7. sharedscripts
  8. compress
  9. dateext
  10. dateformat -%Y%m%d%s
  11. su suuser suuser
  12. postrotate
  13. /bin/kill -HUP $(cat /custom/path/kibana/run/kibana.pid 2>/dev/null) 2>/dev/null
  14. endscript
  15. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement