Refine your search:

Hi, I have a new customer where a number of saved searches have been set up. These searches are measuring response times, CPU load etc.etc.

Now the customer wants to be able to run these searches in "one click":

Choose start and end time which shall apply to all searches, click run - and then all searches are run and produces a nice chart for each of these.

The reason is that the customer is doing benchmark testing - and wants to see the same measurements before and after e.g. an upgrade or relase installation.

So a Dashboard is not really a solution - is it?

Have any of you brilliant people out there ever done a thing like this? and what is the solution?

asked 03 Feb, 04:21

JYTTEJ's gravatar image

JYTTEJ
19615
accept rate: 25%


2 Answers:

Yes, this is a great use for a dashboard. It might require the advanced XML to be able to tie all of the searches to a common timerange picker, but I don't think so. I think there are some great examples of this in the UI examples app.

link

answered 03 Feb, 04:52

dwaddle's gravatar image

dwaddle ♦
11.2k1516
accept rate: 34%

edited 03 Feb, 11:01

ChrisG's gravatar image

ChrisG ♦
1.0k26

This is something that should be fairly simple with advanced XML, let me know if I am missing something:

-TimeRangePicker
 |-SubmitButton
   |-HiddenSearch
     |-HiddenChartFormatter
       |-JSChart
   |-HiddenSearch
     |-HiddenChartFormatter
       |-JSChart
   |-HiddenSearch
     |-HiddenChartFormatter
       |-JSChart
   |-HiddenSearch
     |-HiddenChartFormatter
       |-JSChart
link

answered 03 Feb, 15:32

araitz's gravatar image

araitz ♦♦
7.1k2516
accept rate: 38%

Thank you both - I look forward to try it out -but I can at least let my customer know now that his requirement is possible :-)

(06 Feb, 01:55) JYTTEJ
Post your answer
toggle preview

Follow this question

Log In to enable email subscriptions

RSS:

Answers

Answers + Comments

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "Title")
  • image?![alt text](/path/img.jpg "Title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Tags:

×210
×2

Asked: 03 Feb, 04:21

Seen: 137 times

Last updated: 06 Feb, 01:55

Copyright © 2005-2012 Splunk, Inc. All rights reserved.