Splunk Search

Timeline in view using "recommended" method ?

ddeyoung
Engager

Digging through the docs I see how to use advanced xml and the timeline module to get a simple timeline of my search results onto a dashboard view.

However, the most recent documentation seems to imply that simple xml and the web framework methods should be used whenever possible instead of advanced xml.

QUESTION: Is there an alternative to advanced xml to include a timeline in a view?

Thanks.

Tags (1)
0 Karma
1 Solution

martin_mueller
SplunkTrust
SplunkTrust

The default way would be to build the view using the Splunk Web Framework: http://dev.splunk.com/view/web-framework/SP-CAAAER6
See the related app for examples: http://apps.splunk.com/app/1613/
Once installed, switch to the examples app and select Web Framework Components -> Search Manager Controls for search bars, timeline views, and related stuff.

Here's an excerpt from that example:

var TimelineView = require("splunkjs/mvc/timelineview");
new TimelineView({
  id: "example-timeline",
  managerid: "example-timeline-search",
  el: $("#divToHangOn2")
}).render();

That'll render a time line for the search manager called example-timeline-search into the div tag with the id divToHangOn2.

View solution in original post

martin_mueller
SplunkTrust
SplunkTrust

The default way would be to build the view using the Splunk Web Framework: http://dev.splunk.com/view/web-framework/SP-CAAAER6
See the related app for examples: http://apps.splunk.com/app/1613/
Once installed, switch to the examples app and select Web Framework Components -> Search Manager Controls for search bars, timeline views, and related stuff.

Here's an excerpt from that example:

var TimelineView = require("splunkjs/mvc/timelineview");
new TimelineView({
  id: "example-timeline",
  managerid: "example-timeline-search",
  el: $("#divToHangOn2")
}).render();

That'll render a time line for the search manager called example-timeline-search into the div tag with the id divToHangOn2.

ddeyoung
Engager

Very concise and helpful, thank you!

0 Karma
Get Updates on the Splunk Community!

What's new in Splunk Cloud Platform 9.1.2312?

Hi Splunky people! We are excited to share the newest updates in Splunk Cloud Platform 9.1.2312! Analysts can ...

What’s New in Splunk Security Essentials 3.8.0?

Splunk Security Essentials (SSE) is an app that can amplify the power of your existing Splunk Cloud Platform, ...

Let’s Get You Certified – Vegas-Style at .conf24

Are you ready to level up your Splunk game? Then, let’s get you certified live at .conf24 – our annual user ...