splunk / splunk/docker-splunk

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

Open
#642 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Python
Stars
549
Forks
277
Avg merge
3d 9h
Merged PRs (30d)
2

Description

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

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start with the Docker image build and the /usr/sbin/createdefaults.py entry point shown in the traceback. Reproduce the failure with the supplied docker run command and check that the create-defaults command completes without a missing six module error.

Written by the indexing model from the issue text.

Assessment

Tech stack
docker, python
Domain
devops
Issue type
Bug
Difficulty
2/5
Estimated time
1-3 hours
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
48/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.