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!

Welcome to the Splunk Community!

(view in My Videos) We're so glad you're here! The Splunk Community is place to connect, learn, give back, and ...

Tech Talk | Elevating Digital Service Excellence: The Synergy of Splunk RUM & APM

Elevating Digital Service Excellence: The Synergy of Real User Monitoring and Application Performance ...

Adoption of RUM and APM at Splunk

    Unleash the power of Splunk Observability   Watch Now In this can't miss Tech Talk! The Splunk Growth ...