Splunk Enterprise

過去1年ごとの総ログ量の推移グラフ

ishidak
Engager

SplunkEnterpriseを利用しています。

過去1年の日ごとの総ログ量の推移を確認したいのですが、

_internalインデックスには過去30日までしかログを保管されておりません。

過去30日より以前のログに関してはどのインデックスを指定すれば確認できるでしょうか。

Labels (1)
0 Karma

thambisetty
SplunkTrust
SplunkTrust

you are welcome. please accept my answer as solution.

————————————
If this helps, give a like below.
0 Karma

thambisetty
SplunkTrust
SplunkTrust

(index=_telemetry source=*license_usage_summary.log* type="RolloverSummary")
| bin _time span=1d
| stats latest(b) AS b by slave, pool, _time
| timechart span=1d sum(b) AS "volume" fixedrange=true
| eval GB=round((((volume / 1024) / 1024) / 1024),3), Volume=GB
| fields - GB, volume

————————————
If this helps, give a like below.
Tags (2)

ishidak
Engager

Thank you so much.

The log has been successfully displayed.

I am gratefui for your advice.

 

Tags (1)
Get Updates on the Splunk Community!

Strengthen Your Future: A Look Back at Splunk 10 Innovations and .conf25 Highlights!

The Big One: Splunk 10 is Here!  The moment many of you have been waiting for has arrived! We are thrilled to ...

Now Offering the AI Assistant Usage Dashboard in Cloud Monitoring Console

Today, we’re excited to announce the release of a brand new AI assistant usage dashboard in Cloud Monitoring ...

Stay Connected: Your Guide to October Tech Talks, Office Hours, and Webinars!

What are Community Office Hours? Community Office Hours is an interactive 60-minute Zoom series where ...