Splunk Search

How to edit my timechart to change the tooltip display on hover?

architkhanna
Path Finder

I have a timechart which, on hover, shows complete date in the tooltip. Is there a way in which I can just show the month and year only in the tool tip?

0 Karma

rajeshjlnt
Path Finder

@architkhanna have you been able to find any solution for this?

0 Karma

somesoni2
Revered Legend

Try adding following to end of your current search

your current search | fieldformat _time=stftime(_time,"%Y-%m")
0 Karma

architkhanna
Path Finder

Hi,
Thank you for your response.I tried this ,however now the tooltip says "invalid timestamp" 😞

0 Karma

davebrooking
Contributor

I think there's a typo in the fieldformat command. It probably should read

 your current search | fieldformat _time=strftime(_time,"%Y-%m")

Dave

architkhanna
Path Finder

I tried with strftime .I was aware of that comand 🙂

Archit

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 ...