Splunk Search

How do you use the timechart command to see a trendline of what time our game app starts each day?

zacksoft
Contributor

I have 5 different servers/hosts, and whenever the 'game app' initiates in it, an event with the string "Game Starting...." is created in each host. We usually start the app sequentially, one host after another, and we do this once every day.

I want to see a trendline of what time game was started each day (host wise), excluding weekends.

host="SERVER_Number_*"   "Game Starting..."
| timechart span=1d count _time   
Tags (1)
0 Karma

jlelli
Path Finder
host="SERVER_Number_*" "Game Starting..." | timechart span=1d count by host

Timechart already groups by _time so there is no need to add it

0 Karma
Get Updates on the Splunk Community!

Observe and Secure All Apps with Splunk

  Join Us for Our Next Tech Talk: Observe and Secure All Apps with SplunkAs organizations continue to innovate ...

Splunk Decoded: Business Transactions vs Business IQ

It’s the morning of Black Friday, and your e-commerce site is handling 10x normal traffic. Orders are flowing, ...

Fastest way to demo Observability

I’ve been having a lot of fun learning about Kubernetes and Observability. I set myself an interesting ...