Dashboards & Visualizations

How to get today's date to display on top of a dashboard?

splunker9999
Path Finder

Hi,

Can someone suggest how we can get today's date to display on top of the dashboard?

Format should be like this below:

"date is updated as of Today(todays date)"

Thanks.

0 Karma

sundareshr
Legend

You can use a singlevalue panel to display. Like this

| gentimes start=-1 | eval t="Today (".strftime(starttime, "%m/%d/%Y %I:%M:%S %p").")"
0 Karma

ryanoconnor
Builder

This may depend on your data, but can you put a Visualization Panel in your Dashboard that simply displays a single value?

Then you could run a search for the most recent event and set the Visualization type to "Single Value"

So if your search was the following:

| eval Date = strftime(_time,"%m/%d/%Y %I:%M:%S %p") | eval text = "date is updated as of Today(".Date.")"| table text

All you would display in that specific panel was something like date is updated as of Today(06/29/2016 02:53:28 PM)

0 Karma

splunker9999
Path Finder

I am not looking this to display for a specific panel, looking to get this for my entire dashboard below "Title"

0 Karma

ryanoconnor
Builder

What date specifically do you want to be displayed at the top of the panel? Like where would it be sourced from?

0 Karma

ryanoconnor
Builder

If you're trying to get this in the title of a dashboard, you may end up needing to create custom javascript code unfortunately.

0 Karma
Get Updates on the Splunk Community!

Splunk Observability for AI

Don’t miss out on an exciting Tech Talk on Splunk Observability for AI!Discover how Splunk’s agentic AI ...

Splunk Enterprise Security 8.x: The Essential Upgrade for Threat Detection, ...

Watch On Demand the Tech Talk on November 6 at 11AM PT, and empower your SOC to reach new heights! Duration: ...

Splunk Observability as Code: From Zero to Dashboard

For the details on what Self-Service Observability and Observability as Code is, we have some awesome content ...