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!

Extending Observability Content to Splunk Cloud

Watch Now!   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to leverage ...

More Control Over Your Monitoring Costs with Archived Metrics!

What if there was a way you could keep all the metrics data you need while saving on storage costs?This is now ...

New in Observability Cloud - Explicit Bucket Histograms

Splunk introduces native support for histograms as a metric data type within Observability Cloud with Explicit ...