Splunk Search

インデックス別データ取り込み量確認方法

nw0605
New Member

Splunk7.3.3を利用しています。
複数のインデックスを持っています。
インデックス毎の1日あたりのデータ取込み量を確認する方法をご教授いただきたいです。

Tags (1)
0 Karma

oda
Communicator

下記にも記載がありますが
index=_internal source="license_usage.log" type=usage idx="" | eval MB = round(b/1048576,2) | eval st_idx = st.": ".idx | timechart span=1d sum(MB) by st_idx | addtotals
と検索いただくと確認できるかと存じます。

https://answers.splunk.com/answers/355874/how-to-find-license-usage-by-indexes.html

0 Karma
Get Updates on the Splunk Community!

New in Observability Cloud - Explicit Bucket Histograms

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

Updated Team Landing Page in Splunk Observability

We’re making some changes to the team landing page in Splunk Observability, based on your feedback. The ...

New! Splunk Observability Search Enhancements for Splunk APM Services/Traces and ...

Regardless of where you are in Splunk Observability, you can search for relevant APM targets including service ...