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!

Splunk + ThousandEyes: Correlate frontend, app, and network data to troubleshoot ...

 Are you tired of troubleshooting delays caused by siloed frontend, application, and network data? We've got a ...

Splunk Observability for AI

Don’t miss out on an exciting Tech Talk on Splunk Observability for AI!Discover how Splunk’s agentic AI ...

🔐 Trust at Every Hop: How mTLS in Splunk Enterprise 10.0 Makes Security Simpler

From Idea to Implementation: Why Splunk Built mTLS into Splunk Enterprise 10.0  mTLS wasn’t just a checkbox ...