Splunk Search

Dockerized Splunk Time Zone Forced to UTC

raidercom
Communicator

I'm having an issue with dockerized splunk post 8.1.3 free. The timezone in the web interface remains as UTC. With 8.1.3, I could get around the timezone issue by running:
docker exec -ti splunk sudo microdnf -y --nodocs update tzdata on startup of the container
Post 8.1.3, the time within the container remains as UTC, even with tzdata installed. Is this expected behaviour?


Sample from the docker compose that brings up splunk:
Docker compose:
splunk:
container_name: splunk
image: splunk/splunk:latest
#image: splunk/splunk:8.1.3
environment:
- TZ=America/Toronto
#- TZ=Canada/Eastern

With 8.1.3
Pulling splunk (splunk/splunk:8.1.3)...
8.1.3: Pulling from splunk/splunk
Digest: sha256:fd7dfb17323ee093ca36b71befa71e5074f8a6dc592475407927a0d443022a03
Status: Downloaded newer image for splunk/splunk:8.1.3

date
Wed Jun 2 17:19:41 EDT 2021


With Latest:
latest: Pulling from splunk/splunk

date
Wed Jun 2 21:36:34 America 2021

Does anyone have any suggestions of things I could try?
Thanks
-Jeff

Labels (1)
1 Solution

raidercom
Communicator

Figured out the issue.

Was able to fix it with:

docker exec -ti splunk sudo microdnf -y --nodocs reinstall tzdata

rather than the original:

docker exec -ti splunk sudo microdnf -y --nodocs update tzdata

 

Not sure why the docker image acts differently, especially since the Linux version used is the same between 8.1.3 and >8.1.3

View solution in original post

0 Karma

raidercom
Communicator

Figured out the issue.

Was able to fix it with:

docker exec -ti splunk sudo microdnf -y --nodocs reinstall tzdata

rather than the original:

docker exec -ti splunk sudo microdnf -y --nodocs update tzdata

 

Not sure why the docker image acts differently, especially since the Linux version used is the same between 8.1.3 and >8.1.3

0 Karma
Get Updates on the Splunk Community!

Updated Team Landing Page in Splunk Observability

We’re making some changes to the team landing page in Splunk Observability, based on your feedback. The ...

New! Splunk Observability Search Enhancements for Splunk APM Services/Traces and ...

Regardless of where you are in Splunk Observability, you can search for relevant APM targets including service ...

Webinar Recap | Revolutionizing IT Operations: The Transformative Power of AI and ML ...

The Transformative Power of AI and ML in Enhancing Observability   In the realm of IT operations, the ...