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!

Join Us for Splunk University and Get Your Bootcamp Game On!

If you know, you know! Splunk University is the vibe this summer so register today for bootcamps galore ...

.conf24 | Learning Tracks for Security, Observability, Platform, and Developers!

.conf24 is taking place at The Venetian in Las Vegas from June 11 - 14. Continue reading to learn about the ...

Announcing Scheduled Export GA for Dashboard Studio

We're excited to announce the general availability of Scheduled Export for Dashboard Studio. Starting in ...