Splunk ITSI

How to check my indexing volume exceeded and which server to get lots of data?

arulnight
Explorer

Hi All

How to check my indexing volume exceeded and try to find out which server getting lots of data?
can anyone help me out?

0 Karma

saramamurthy_sp
Splunk Employee
Splunk Employee

You must have a Monitoring console as it becomes handy and also to get the complete information about you enviornment.
You can monitor a lot of aspect of your enviornment. The dashoboard will give you the complete insight of your indexing performances.

The dash board will give you plenty of information about your indexes and volumes such as:

Disk usage by index

Volume usage

Index and volume size over time

Data age

Statistics for bucket types

Bucket settings

And viewing this dashboard will give you all the requred information. I would suggest you to read the below document.

DOC: https://docs.splunk.com/Documentation/Splunk/8.0.0/Indexer/Viewindexstatus

0 Karma

woodcock
Esteemed Legend

There are several views for this kind of thing on the Monitoring Console but if you don't have one or are not allowed on to it, you can try these:

| tstats count WHERE index=* BY host

And:

| tstats count WHERE index=* BY host _time span=1h | timechart span=1h sum(count) AS count BY host

And:

index=* | eval bytes=len(_raw) | stats sum(bytes) AS bytes BY host

And:

index=* | eval bytes=len(_raw) | timechart span=1 sum(bytes) AS bytes BY host
0 Karma
Career Survey
First 500 qualified respondents will receive a $20 gift card! Tell us about your professional Splunk journey.

Can’t make it to .conf25? Join us online!

Get Updates on the Splunk Community!

Can’t Make It to Boston? Stream .conf25 and Learn with Haya Husain

Boston may be buzzing this September with Splunk University and .conf25, but you don’t have to pack a bag to ...

Splunk Lantern’s Guide to The Most Popular .conf25 Sessions

Splunk Lantern is a Splunk customer success center that provides advice from Splunk experts on valuable data ...

Unlock What’s Next: The Splunk Cloud Platform at .conf25

In just a few days, Boston will be buzzing as the Splunk team and thousands of community members come together ...