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!

Extending Observability Content to Splunk Cloud

Watch Now!   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to leverage ...

More Control Over Your Monitoring Costs with Archived Metrics!

What if there was a way you could keep all the metrics data you need while saving on storage costs?This is now ...

New in Observability Cloud - Explicit Bucket Histograms

Splunk introduces native support for histograms as a metric data type within Observability Cloud with Explicit ...