-
Notifications
You must be signed in to change notification settings - Fork 274
Adding update to tzdata #460
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
Any idea when this will go into a release? I spent hours trying to figure out why Splunk searches were always in UTC time and this is the issue. |
|
@Treverr we generally pair the release cadence of these Docker images with Splunk Enterprise releases. However, we also have a nightly build published at |
Thank you! I was able to get into the docker and fix this for now but didn't want it to revert or anything on update (plus for new installs). |
|
@Treverr This fix has been included in the v8.1.3 Docker images just published to Docker Hub. |
@Treverr what was the fix you did from inside docker? i tried using microdnf -y --nodocs update tzdata to install tzdata but still no effect |
|
This is not fixed in the current microdnf -y --nodocs reinstall tzdataNote use of |
|
I am running |
|
Correction- I updated mine and it is broken again. |
|
Just updated and I am seeing this same issue with splunk/splunk:latest. (Splunk is 8.2.1) Followed the same process as @jmyoung got mine working again.
Then was able to set |
|
This should be fixed in the latest images (8.2.2). |
|
Confirming that, I just pulled the current For reference for others coming across this later, I'm using Thanks for fixing this! |
Addresses #458