-
Notifications
You must be signed in to change notification settings - Fork 9
Backups logs
araman-m edited this page Feb 7, 2023
·
1 revision
There are 3 differents logs :
- splunkconf-backup : log all operation relative to backups
- splunkconf-restore : log operation related to restoring kvdump backups at Splunk start (also rotate and purge splunkconf-backup log files)
- splunkconf-purgebackup : log all the purging activities
All these logs are searchable via index=_internal source=splunkconf-backup.log
Most logs will be using these fields :
- time
- function name
- FACILITY (INFO, FAIL,...)
- id (epoch time when the function started)
- action (backup, purge,...)
- type (local or remote)
- object (etc,state,kvstore or scripts)
- result (success, failure, warning)
- reason more context on result
- src backup source
- dest backup destination
- durationms duration in ms
- size backup size
- minfreespace minimal free space for backup to be launched (to reduce disk full risk)
- currentavailable current free space on backup location
- backuptype whether it is versioned or not
- Home
- Backups
- Local-backups
- Customizing-backup-settings
- Externalizing-backups
- splunkconf‐backup-cost-optimisation-with-tag-and-frequency
- Remote-Mounted-FS
- Setting-up-ssh-keys-for-rsync-rcp-modes
- Remote-backup-via-RCP-on-remote-directory
- Rsync-over-SSH-for-DRP-purpose-between-2-Splunk-hosts
- Backups-logs
- Debugging-backups
- Know-issues
- Restoring-backups
link to repository link to splunkbase app