Refine your search:

20
3

I don't see any way to submit a feature request like via uservoice or something, so I'm hoping the folks at Splunk will see this.

Is there any plan to move from the flash chart module to html5 native canvas charting? I'm specifically interested because it seems like I've run into the limit on the number of rows of data the flash chart can handle. But I'm sure soon the folks with iPads will also want to be splunking data on the go. :)

asked 07 May '10, 20:58

cabbey's gravatar image

cabbey
201125
accept rate: 0%

edited 04 May '11, 17:55

jlaw's gravatar image

jlaw ♦
77148


5 Answers:

The answer we've all been waiting for is here.

Upgrade to 4.3 and you have HTML 5

You may have to edit some advanced XML if you have written them yourself or downloaded them in apps from splunkbase. Look for lines containing <module name="FlashChart"> They force splunk to use flash and not HTML rendering. All good app developers should be releasing updates if this is necessary.

link

answered 19 Jan '12, 03:43

BobM's gravatar image

BobM
2.4k1413
accept rate: 31%

This is a great request. You can submit enhancement requests through support, which will get them triaged and into our tracking system. Although it's also useful to see this here, so we can respond directly and see how many other people are interested in the feature as well. Feel free to submit your request through support, or I can submit it for you.

Cheers, Emma

link

answered 10 May '10, 19:42

emma's gravatar image

emma ♦
7731513
accept rate: 42%

Emma, I'll ask our folks that have access to our support contract to send it along. Thanks.

(11 May '10, 04:55) cabbey
1

I'll do so as well. We're beginning to rollout iPads to all of our upper management as well. Having better support of non-flash users would be great.

(25 Jun '11, 22:28) mikelanghorst

I'd say that is a move in the right direction even if it does mean having to learn the new format all over again.

link

answered 10 May '10, 20:20

BobM's gravatar image

BobM
2.4k1413
accept rate: 31%

Any update as to the status of the HTML5 charting feature request?

link

answered 11 May '11, 10:58

theaccordance's gravatar image

theaccordance
413
accept rate: 0%

We've heard the request loud and clear from customers large and small. While we can't make official forward looking statements in this forum be rest assured that using Splunk on an iPad is something that we do hope make possible in the future.

(26 Jun '11, 17:09) jflomenberg

The limit on number of series displayed in charts is configurable. By editing the view XML, you can change that limit (defaults to 250).

Simple XML

In the relevant chart node, add a 'charting.maxCount' option:

<chart>
    ...
    <option name="charting.data.count">1000</option>
</chart>

Advanced XML

In the relevant HiddenChartFormatter module, add:

<module name="HiddenChartFormatter">
    <param name="charting.data.count">1000</param>
    ...
</module>
link

answered 11 May '10, 17:56

Johnvey's gravatar image

Johnvey
2.3k4619
accept rate: 58%

Yeah, I"ve already seen that from the other question about it. (I'm not a fan of having to go build an xml report for every random splunk I'm doing that I want to see better chart of. Hence why that answer really doesn't impress me, and this question.)

(12 May '10, 05:37) cabbey
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:

×111
×56
×14

Asked: 07 May '10, 20:58

Seen: 2,690 times

Last updated: 19 Jan '12, 03:43

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