Skip to content
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

create-default does not work because the six module is not found. #642

Open
chattytak opened this issue Feb 5, 2024 · 1 comment
Open

Comments

@chattytak
Copy link

As the title says, it does not work well.

$ docker run --rm -it splunk/splunk:latest create-defaults
Traceback (most recent call last):
  File "/usr/sbin/createdefaults.py", line 16, in <module>
    import six
ModuleNotFoundError: No module named 'six'
  • docker image ls
$ docker image ls | grep splunk
splunk/splunk                     latest      532e09370657   4 days ago      2.45GB
@adityapinglesf
Copy link
Contributor

can you give some more context over here?

what machine are you using to run the above command. There are some reported issues with docker-splunk and Mac M1/M2 machines.

I am using a Mac Intel machine and I was able to successfully create the defaults for the following images:

docker run --rm -it splunk/splunk:latest create-defaults
docker run --rm -it splunk/splunk:9.2.0 create-defaults
docker run --rm -it splunk/splunk:9.1.3 create-defaults

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants