mirror of
https://github.com/splunk/security_content
synced 2026-06-08 17:32:49 +00:00
45 lines
1.4 KiB
JSON
45 lines
1.4 KiB
JSON
{
|
|
"channel": "ESCU",
|
|
"creation_date": "2017-08-24",
|
|
"data_metadata": {
|
|
"data_source": [
|
|
"Backup Logs"
|
|
],
|
|
"data_sourcetypes": [
|
|
"netbackup_logs"
|
|
],
|
|
"providing_technologies": [
|
|
"Netbackup"
|
|
]
|
|
},
|
|
"eli5": "This search gives you the count and hostname of all the systems that had a backup failure each day",
|
|
"how_to_implement": "To successfully implement this search you must be ingesting your backup logs.",
|
|
"maintainers": [
|
|
{
|
|
"company": "Splunk",
|
|
"email": "davidd@splunk.com",
|
|
"name": "David Dorsey"
|
|
}
|
|
],
|
|
"modification_date": "2017-09-12",
|
|
"original_authors": [
|
|
{
|
|
"company": "Splunk",
|
|
"email": "davidd@splunk.com",
|
|
"name": "David Dorsey"
|
|
}
|
|
],
|
|
"scheduling": {
|
|
"earliest_time": "-30d@d",
|
|
"latest_time": "-10m@m"
|
|
},
|
|
"search": "sourcetype=\"netbackup_logs\" \"An error occurred, failed to backup.\" | bucket _time span=1d | stats dc(COMPUTERNAME) as count values(COMPUTERNAME) as dest by _time, MESSAGE",
|
|
"search_description": "This search is intended to give you a feel for how often backup failures happen in your environments. Fluctuations in these numbers will allow you to determine when you should investigate.",
|
|
"search_id": "b2178fed-592f-492b-b851-74161678aa56",
|
|
"search_name": "Monitor Unsuccessful Backups",
|
|
"search_type": "support",
|
|
"spec_version": 1,
|
|
"status": "production",
|
|
"version": "1.0"
|
|
}
|