Installation

Estimating storage requirements on a windows server

Scott
Engager

In the installation manual it shows how once you have indexed some data by using the "du -shc hot_v*/rawdata" command you are able to determine how large the compressed persisted raw data is. What is the equivalent command on a windows server?

Tags (1)

gkanapathy
Splunk Employee
Splunk Employee

Windows does not come with a command line tool for this. However, you can either simply select the relevant directories in Windows Explorer, right-click, and choose "Properties", or you can download and use the SysInternals du tool from: http://technet.microsoft.com/en-us/sysinternals/bb896651.aspx and run

for /d %i in (hot_v*) do du.exe -q "%i\rawdata"
Get Updates on the Splunk Community!

Get ready to show some Splunk Certification swagger at .conf24!

Dive into the deep end of data by earning a Splunk Certification at .conf24. We're enticing you again this ...

Built-in Service Level Objectives Management to Bridge the Gap Between Service & ...

Now On-Demand Join us to learn more about how you can leverage Service Level Objectives (SLOs) and the new ...

Database Performance Sidebar Panel Now on APM Database Query Performance & Service ...

We’ve streamlined the troubleshooting experience for database-related service issues by adding a database ...