-
Notifications
You must be signed in to change notification settings - Fork 377
/
Copy pathget_backup_logs_for_endpoint.json
52 lines (52 loc) · 1.25 KB
/
get_backup_logs_for_endpoint.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
{
"creation_date": "2017-08-24",
"data_metadata": {
"data_source": [
"Backup Systems"
],
"data_sourcetypes": [
"netbackup_logs"
],
"providing_technologies": [
"Netbackup"
]
},
"description": "This search will tell you the backup status from your netbackup_logs of a specific endpoint for the last week.",
"entities": [
"dest"
],
"how_to_implement": "You must be ingesting your backup logs.",
"id": "fdcfb369-1725-4c24-824a-22972d7f0d44",
"investigate": {
"splunk": {
"fields_required": [
"dest"
],
"schedule": {
"cron_schedule": "",
"earliest_time": "604800",
"latest_time": "0"
},
"search": "| search sourcetype=\"netbackup_logs\" COMPUTERNAME={dest} | rename COMPUTERNAME as dest, MESSAGE as signature | table _time, dest, signature"
}
},
"maintainers": [
{
"company": "Splunk",
"email": "davidd@splunk.com",
"name": "David Dorsey"
}
],
"modification_date": "2017-09-14",
"name": "Get Backup Logs For Endpoint",
"original_authors": [
{
"company": "Splunk",
"email": "davidd@splunk.com",
"name": "David Dorsey"
}
],
"spec_version": 2,
"type": "splunk",
"version": "1.0"
}