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!

Aligning Observability Costs with Business Value: Practical Strategies

 Join us for an engaging Tech Talk on Aligning Observability Costs with Business Value: Practical ...

Mastering Data Pipelines: Unlocking Value with Splunk

 In today's AI-driven world, organizations must balance the challenges of managing the explosion of data with ...

Splunk Up Your Game: Why It's Time to Embrace Python 3.9+ and OpenSSL 3.0

Did you know that for Splunk Enterprise 9.4, Python 3.9 is the default interpreter? This shift is not just a ...