Guest User

Untitled

a guest
Jan 20th, 2019
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. Push-Location
  2. Stop-Service SplunkUniversalForwarder
  3. Set-Location "$($env:SPLUNK_HOME)\sbin\"
  4. & .\rabbitmqctl.bat rotate_logs $($(Get-Date).ToString("yyyyMMdd"))
  5. Start-Service SplunkUniversalForwarder
  6. Pop-Location
Add Comment
Please, Sign In to add comment