Dashboards & Visualizations

How can I change in the Y-Axis the count number for values with hours in timechart

danielgp89
Path Finder

Hello Everyone!

We want to make a timechart similar to this one that we made in excel.

alt text

In Splunk I tried everything but I can't change the Y-axis values the only thing that I achieve is the next visualization

alt text

How can I put the hours of execution in the Y-axis

This is my search

index="controlm" 
|eval fecha=strftime(_time,"%Y-%m-%d")
|timechart span=1h count by job_member_name  limit=4 useother=f
Tags (1)
0 Karma

vnravikumar
Champion

Hi @danielgp89

Please check the suggestion given by @niketnilay here

https://answers.splunk.com/answers/661288/time-on-y-axis-and-date-on-x-axis.html

0 Karma

woodcock
Esteemed Legend

It is not clear what you mean.

0 Karma

danielgp89
Path Finder

In the Y-axis I want to represent the hours instead of how many events happen!

For example in the Y-axis: I want the hours and in the X-axis we want the date!

We want to represent in a chart like the first one at what time of day by date there were more activity with some tasks.

0 Karma

woodcock
Esteemed Legend

What in the world do you mean by hours? Show me some sample events and how hours would be calculated for one timeslice.

0 Karma
Career Survey
First 500 qualified respondents will receive a $20 gift card! Tell us about your professional Splunk journey.
Get Updates on the Splunk Community!

Tech Talk Recap | Mastering Threat Hunting

Mastering Threat HuntingDive into the world of threat hunting, exploring the key differences between ...

Observability for AI Applications: Troubleshooting Latency

If you’re working with proprietary company data, you’re probably going to have a locally hosted LLM or many ...

Splunk AI Assistant for SPL vs. ChatGPT: Which One is Better?

In the age of AI, every tool promises to make our lives easier. From summarizing content to writing code, ...