Dashboards & Visualizations

ドリルダウンの設定をおしえてください

miraclen
New Member

ドリルダウンの仕組みでダッシュボードより別(複数ある中から)のダッシュボードへ遷移させることは可能でしょうか。
可能であれば、設定方法を教えてください。
例 ダッシュボードメニューを作りたい。

0 Karma

jkat54
SplunkTrust
SplunkTrust

このことができますかどうかを確認します。ない場合は、私が知っていると病気に他のいくつかの例を提供してください。
http://docs.splunk.com/Documentation/Splunk/6.4.2/Viz/Dynamicdrilldownindashboardsandforms

0 Karma

melonman
Motivator

上のリンクのdrilldownを使うと、一つ目のダッシュボードのグラフなんかをクリックすると、クリックした情報を引き継いで2つ目のダッシュボードに遷移させることはできます。

また、以下のようにhtmlを使って特定の文字列をクリックした際に該当するダッシュボードへ遷移させることもできます。(こちらのドキュメントに記載あります。)

<row>
  <panel>
    <html>
      <p>This is an <i><b>HTML panel</b></i> providing links to system reports.</p>
      <ul>
        <li>
          <p><a href="@go?s=Errors in the last hour">Errors in the last hour</a></p>
        </li>
        <li>
          <p><a href="@go?s=Indexing workload">Indexing workload</a></p>
        </li>
        <li>
          <p><a href="@go?s=License Usage Data Cube">License Usage</a></p>
        </li>
      </ul>
    </html>
  </panel>
    . . .
</row>
0 Karma
Get Updates on the Splunk Community!

Threat Hunting Unlocked: How to Uplevel Your Threat Hunting With the PEAK Framework ...

WATCH NOWAs AI starts tackling low level alerts, it's more critical than ever to uplevel your threat hunting ...

Splunk APM: New Product Features + Community Office Hours Recap!

Howdy Splunk Community! Over the past few months, we’ve had a lot going on in the world of Splunk Application ...

Index This | Forward, I’m heavy; backward, I’m not. What am I?

April 2024 Edition Hayyy Splunk Education Enthusiasts and the Eternally Curious!  We’re back with another ...