Dashboards & Visualizations

How to display the date and time of the first and last event of a single value on a dashboard?

Matthias_BY
Communicator

Hello,

i want to nicely display the date + time of the first and last event on a dashboard.

for this i used:

head 1 | table _time
tail 1 | table _time

if i format it as single value it's not displayed nice on the dashboard. Is there a trick available to display it nicely on the dashboard as single value (i do not want to display it in a table)

alt text

thx a lot
matthias

0 Karma

DerekKing
Path Finder

Hi,

I believe you can change the time format using either,
convert ctime(fieldname),
http://docs.splunk.com/Documentation/Splunk/6.1.3/SearchReference/Convert

or

fieldformat "fieldname"=strftime('fieldname', "%c")
http://docs.splunk.com/Documentation/Splunk/6.1.3/SearchReference/Fieldformat

Hope this helps
Derek

0 Karma
Get Updates on the Splunk Community!

Updated Team Landing Page in Splunk Observability

We’re making some changes to the team landing page in Splunk Observability, based on your feedback. The ...

New! Splunk Observability Search Enhancements for Splunk APM Services/Traces and ...

Regardless of where you are in Splunk Observability, you can search for relevant APM targets including service ...

Webinar Recap | Revolutionizing IT Operations: The Transformative Power of AI and ML ...

The Transformative Power of AI and ML in Enhancing Observability   In the realm of IT operations, the ...