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!

.conf24 | Registration Open!

Hello, hello! I come bearing good news: Registration for .conf24 is now open!   conf is Splunk’s rad annual ...

ICYMI - Check out the latest releases of Splunk Edge Processor

Splunk is pleased to announce the latest enhancements to Splunk Edge Processor.  HEC Receiver authorization ...

Introducing the 2024 SplunkTrust!

Hello, Splunk Community! We are beyond thrilled to announce our newest group of SplunkTrust members!  The ...