Splunk Search

ソースタイプ別データ取り込み量確認方法

Splunk_Shinobi
Splunk Employee
Splunk Employee

ソースタイプ別に取り込まれているデータの容量を1日毎や1時間毎などで表示したいのですが、
SplunkのSearch画面から可能ですか?

Tags (1)
0 Karma
1 Solution

melonman
Motivator

以下の様な感じではいかがでしょうか。

index=_internal sourcetype="splunkd" group="per_sourcetype_thruput" series!=splunk* | eval gb=kb/1024/1024 | timechart limit=20 minspan=1d sum(gb) by series

View solution in original post

melonman
Motivator

以下の様な感じではいかがでしょうか。

index=_internal sourcetype="splunkd" group="per_sourcetype_thruput" series!=splunk* | eval gb=kb/1024/1024 | timechart limit=20 minspan=1d sum(gb) by series
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 ...