SELECT top 1000 *
FROM [VeeamBackup].[dbo].[Audit.Records]
JOIN [VeeamBackup].[dbo].[Audit.RecordParams] ON [VeeamBackup].[dbo].[Audit.RecordParams].record_id = [VeeamBackup].[dbo].[Audit.Records].id
Does anyone have a list of the translations behind the 'operation_type' and 'type' fields please?
Thanks Egor - a very useful cmdlet that I hadn't spotted. Unfortunately, it looks like the info B&R is storing is fairly limited, in that none of the operations I've executed via Powershell are showing in the report.
I guess VeeamOne captures the changes in a more verbose way?
Yes, that's right - Veeam Audit Reports are mostly used to track restore operations.
For your case it will be best to look for Windows Event log event IDs that we push, those have much wider coverage and are easier to track and manipulate with.
Egor Yakovlev wrote: ↑Nov 11, 2021 2:08 pm
Yes, that's right - Veeam Audit Reports are mostly used to track restore operations.
For your case it will be best to look for Windows Event log event IDs that we push, those have much wider coverage and are easier to track and manipulate with.
I've tested the Windows event logs, and the info seems to be in there, although somewhat hidden away in the data payload, but not impossible to access.
Basically, all Administrator events. Such as, backup creation, modification and deletion. The same for repositories, and any other major function. Ideally down to the field level.
From the VeeamOne screenshots I've seen, there are audit reports that cover that level of detail but we don't have an Enterprise+ licence to be able to run VeeamOne.
The information in the B&R System History is pretty slim, but that would be the ideal place to get what we need.