All Apps and Add-ons

Is there a module in sideview utils for pan and zoom ?

shrey12
Explorer

Can someone please help me with this . I want to look for a specific time range in the chart and then update a table using that time range. I know Splunk dashboard has an example but can someone help me with doing the same thing with sideview utils app

0 Karma

sideview
SplunkTrust
SplunkTrust

If the chart is a timechart and the specific time range represents a single column of that chart, then you can.

On the other hand if you want to select multiple columns to make a bigger timerange, and then update a table using that multi-column timerange, no I'm afraid then it's a bit harder.

1) inline drilldown, clicking a single column (or row/bar/area/marker/etc). There's a good docs overview of inline drilldown, I think at Features > Drilldown > Inline drilldown. Basically anything downstream from the JSChart/FlashChart module, notably any Searches dispatched, will automatically get the timerange updated to be the timerange clicked on in the chart. if you need to refer to the token explicitly (and 95% of the time you will not), then you can access it via $click.timeRange.earliest$ $click.timeRange.latest$ and $click.timeRange.label$ Again the docs will go over all this.

2) You can't click and drag on JSChart or FlashChart, even after extensive patching to those modules from Sideview Utils. As a result you're kind of limited to some customBehavior hacks. You might also take a look at the DateTime module, which can be used singly or in pairs to give users ability to select absolute start/end times using a widget that shows calendar dates and times of day.

0 Karma
Get Updates on the Splunk Community!

Introducing Splunk Enterprise 9.2

WATCH HERE! Watch this Tech Talk to learn about the latest features and enhancements shipped in the new Splunk ...

Adoption of RUM and APM at Splunk

    Unleash the power of Splunk Observability   Watch Now In this can't miss Tech Talk! The Splunk Growth ...

Routing logs with Splunk OTel Collector for Kubernetes

The Splunk Distribution of the OpenTelemetry (OTel) Collector is a product that provides a way to ingest ...