Posted On December 29, 2020

How to Calculate Logging Storage

kimconnect 0 comments
blog.KimConnect.com >> Windows >> How to Calculate Logging Storage
The Simple Formula:
Storage in Gigabytes = Number of Events x (Average Bytes per Event / Bytes to GiB conversion factor)
  • Bytes to GiB conversion factor: 1073741824
  • Average for Windows security events: 200 bytes
  • Average for highly complex database event: 1500 bytes
  • Average for mixed type events (database & security): 650 bytes

Leave a Reply

Your email address will not be published. Required fields are marked *

Related Post

How to connect to the Keri system (door access)

Connect to the Controller Client   Start > Run > mstsc > input DOORSECURITY01 >…

Transfer Domain Controller Roles (Legacy Commands)

# Simple commands: netdom query fsmo ntdsutil roles connections connect to server SRVI-DC01 q transfer…

How to generate a list of currently active users on the domain along with their PC names

There's a free tool that would enable an administrator view the current active accounts within…