Dashboards & Visualizations

how to Create column chart against time .

vin02
Path Finder

i have 3 field (a,b,c) and i have calculated resuld d = ((a+b+c)*30)/100
I want to represent the output in column chart against time. Graph is like
monday 20%
tuseday 30 %
webnesday 50%

Could you please suggest query for the same.

Tags (2)
0 Karma

MonkeyK
Builder

did my answer below do what you needed?

0 Karma

vin02
Path Finder

its not working

0 Karma

MonkeyK
Builder

must be frustrating. What do you have so far, and what are you seeing? I have verified the end part of my query if I assume that the value for "d" has already been calculated. I am not able to share a picture, but the query results in a chart like this:

date    pct
Sun 9
Mon 22
Tue 20
Wed 20
Thu 20
Fri 17
Sat 12

(admittedly, pct is not really percent in my case though) which visualizes into a bar chart by weekday

0 Karma

MonkeyK
Builder

Vin02, I think that you are asking for a chart of value "d" by weekday.
Try this:

base search |bin _time as date span=1d| eval x="pct"  | xyseries date x d | eval date=strftime(date,"%a")
0 Karma
Get Updates on the Splunk Community!

Shape the Future of Splunk: Join the Product Research Lab!

Join the Splunk Product Research Lab and connect with us in the Slack channel #product-research-lab to get ...

Auto-Injector for Everything Else: Making OpenTelemetry Truly Universal

You might have seen Splunk’s recent announcement about donating the OpenTelemetry Injector to the ...

[Puzzles] Solve, Learn, Repeat: Character substitutions with Regular Expressions

This challenge was first posted on Slack #puzzles channelFor BORE at .conf23, we had a puzzle question which ...