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!

Announcing Scheduled Export GA for Dashboard Studio

We're excited to announce the general availability of Scheduled Export for Dashboard Studio. Starting in ...

Extending Observability Content to Splunk Cloud

Watch Now!   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to leverage ...

More Control Over Your Monitoring Costs with Archived Metrics GA in US-AWS!

What if there was a way you could keep all the metrics data you need while saving on storage costs?This is now ...