Dashboards & Visualizations

any plans to move to html5?

cabbey
Explorer

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. 🙂

1 Solution

BobM
Builder

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.

View solution in original post

BobM
Builder

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.

theaccordance
Engager

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

jflomenberg
Splunk Employee
Splunk Employee

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.

0 Karma

Johnvey
Contributor

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>

cabbey
Explorer

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.)

0 Karma

BobM
Builder

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.

emma
Splunk Employee
Splunk Employee

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

mikelanghorst
Motivator

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.

cabbey
Explorer

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

0 Karma
Got questions? Get answers!

Join the Splunk Community Slack to learn, troubleshoot, and make connections with fellow Splunk practitioners in real time!

Meet up IRL or virtually!

Join Splunk User Groups to connect and learn in-person by region or remotely by topic or industry.

Get Updates on the Splunk Community!

Index This | What travels the world but is also stuck in place?

April 2026 Edition  Hayyy Splunk Education Enthusiasts and the Eternally Curious!   We’re back with this ...

Discover New Use Cases: Unlock Greater Value from Your Existing Splunk Data

Realizing the full potential of your Splunk investment requires more than just understanding current usage; it ...

Continue Your Journey: Join Session 2 of the Data Management and Federation Bootcamp ...

As data volumes continue to grow and environments become more distributed, managing and optimizing data ...