Dashboards & Visualizations

Tag Cloud with Tokens

nyp_kwyc
Explorer
 <html>
                <div id="tagcloud-search"
                     class="splunk-manager splunk-searchmanager "
                     data-require="splunkjs/mvc/searchmanager"
                     data-options='{
                            "app": "simple_xml_examples",
                            "preview": true,
                            "search": "index=_internal source=*metrics.log group=pipeline host$host$ | stats max(cpu_seconds) as cpu_seconds sum(executes) as executes sum(cumulative_hits) as cumulative_hits by processor",
                            "earliest_time": { "type": "token_safe", "value": "$$earliest$$" },
                            "latest_time": { "type": "token_safe", "value": "$$latest$$" }
                        }'>
                </div>

                <div id="tagcloud"
                     class="splunk-view"
                     data-require="app/simple_xml_examples/components/tagcloud/tagcloud"
                     data-options='{
                            "minFontSize": 15,
                            "maxFontSize": 95,
                            "managerid": "tagcloud-search",
                            "valueField": { "type": "token_safe", "value": "$$metric$$" },
                            "labelField": "processor"
                         }'>
                </div>
            </html>

Is it possible to assign token on the search query for $host$

0 Karma

NOUMSSI
Builder

Hi,

It's possible to assign token on the search query for $host$. Replace your query by this:

"search": "index=_internal source=*metrics.log group=pipeline host=$host$ | stats max(cpu_seconds) as cpu_seconds sum(executes) as executes sum(cumulative_hits) as cumulative_hits by processor"

0 Karma
Get Updates on the Splunk Community!

Technical Workshop Series: Splunk Data Management and SPL2 | Register here!

Hey, Splunk Community! Ready to take your data management skills to the next level? Join us for a 3-part ...

Spotting Financial Fraud in the Haystack: A Guide to Behavioral Analytics with Splunk

In today's digital financial ecosystem, security teams face an unprecedented challenge. The sheer volume of ...

Solve Problems Faster with New, Smarter AI and Integrations in Splunk Observability

Solve Problems Faster with New, Smarter AI and Integrations in Splunk Observability As businesses scale ...