Getting Data In

Create a multiple value Time Zone Clock as a table

noob4now
New Member

My Server is in GMT (Zulu Time) which is accurate for the log collection, but I'd like to have a table that shows multiple time zones to help our Techs to know when the sun is shining all over the world.. Here is what I have so far thanks to a few searches.

| gentimes start-1 | eval "Zulu Time"=strftime(now(), "%+") | table "Zulu Time"

Now I'd like to add Central & Europe times to the same table. i.e:

..... | table "Zulu Time" "Local Time" "Europe Time"

Thanks!

0 Karma
Got questions? Get answers!

Join the Splunk Community Slack to learn, troubleshoot, and make connections with fellow Splunk practitioners in real time!

Meet up IRL or virtually!

Join Splunk User Groups to connect and learn in-person by region or remotely by topic or industry.

Get Updates on the Splunk Community!

[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 ...

Splunk Community Badges!

  Hey everyone! Ready to earn some serious bragging rights in the community? Along with our existing badges ...

[Puzzles] Solve, Learn, Repeat: Matching cron expressions

This puzzle (first published here) is based on matching timestamps to cron expressions.All the timestamps ...