Dashboards & Visualizations

Can you create a single value visualisation where the value is a field value?

ebs
Communicator

Hi,

I have a use case where I would like to use the single value visualisation to display the time a service starts and another one displaying when the service ends. Is this possible? I'd prefer to achieve this with SPL

Labels (2)
0 Karma
1 Solution

gcusello
SplunkTrust
SplunkTrust

Hi @ebs,

see eval command and strftime option:

| eval earliest=strftime(earliest,"%d/%m/%Y %H:%M:%S")

for more infos see at https://docs.splunk.com/Documentation/Splunk/8.2.0/SearchReference/Eval and https://docs.splunk.com/Documentation/Splunk/8.2.0/SearchReference/DateandTimeFunctions#strftime.28X...

Ciao.

Giuseppe

View solution in original post

0 Karma

gcusello
SplunkTrust
SplunkTrust

Hi @ebs,

you have to create a search (using only SPL) that has as output the starting time e.g.:

index=my_index
| stats earliest(_time) AS earliest
| table earliest

the only attention is that you have to display only one field (the starting time).

Ciao.

Giuseppe

0 Karma

ebs
Communicator

Hi @gcusello ,

Thanks, this helps a lot. Only thing now is that its displaying like 1622674823. How can I convert this to a datetime?

0 Karma

gcusello
SplunkTrust
SplunkTrust

Hi @ebs,

see eval command and strftime option:

| eval earliest=strftime(earliest,"%d/%m/%Y %H:%M:%S")

for more infos see at https://docs.splunk.com/Documentation/Splunk/8.2.0/SearchReference/Eval and https://docs.splunk.com/Documentation/Splunk/8.2.0/SearchReference/DateandTimeFunctions#strftime.28X...

Ciao.

Giuseppe

0 Karma

gcusello
SplunkTrust
SplunkTrust

Hi @ebs,

good for you, see next time!

Ciao and happy splunking.

Giuseppe

P.S.: Karma Points are appreciated 😉

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!

May 2026 Splunk Expert Sessions: Security & Observability

Level Up Your Operations: May 2026 Splunk Expert Sessions Whether you are refining your security posture or ...

Network to App: Observability Unlocked [May & June Series]

In today’s digital landscape, your environment is no longer confined to the data center. It spans complex ...

SPL2 Deep Dives, AppDynamics Integrations, SAML Made Simple and Much More on Splunk ...

Splunk Lantern is Splunk’s customer success center that provides practical guidance from Splunk experts on key ...