Splunk Search

How to convert GMT to JKT?

indudhar
Engager

How to convert GMT to JKT time in Splunk events by using query

Labels (1)
0 Karma

ITWhisperer
SplunkTrust
SplunkTrust

What is JKT? What is the time difference between JKT and GMT?

0 Karma

indudhar
Engager

7 hours

0 Karma

indudhar
Engager

I  am getting in logs as of date format below

 

Sat Sep 5 15:18:52 UTC 2023

 

This date I need to convert it as a JKT

0 Karma

ITWhisperer
SplunkTrust
SplunkTrust

Try something like this

| eval _time=relative_time(_time, "+7h")
0 Karma
Get Updates on the Splunk Community!

Splunk Decoded: Service Maps vs Service Analyzer Tree View vs Flow Maps

It’s Monday morning, and your phone is buzzing with alert escalations – your customer-facing portal is running ...

What’s New in Splunk Observability – September 2025

What's NewWe are excited to announce the latest enhancements to Splunk Observability, designed to help ITOps ...

Fun with Regular Expression - multiples of nine

Fun with Regular Expression - multiples of nineThis challenge was first posted on Slack #regex channel ...