-
Notifications
You must be signed in to change notification settings - Fork 186
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
Docker container fails to start because web.conf is busy #853
Comments
I also encountered this (using docker splunk, trying to bind a I realized the proper way to add conf files is using the So in your example:
splunk:
conf:
- key: web
value:
directory: /opt/splunk/etc/system/local
content:
settings:
cacheEntriesLimit: 0
[...etc] Then bind it to the image in the docker config (e.g. for docker-compose.yml): volumes:
- ./splunk/default.yml:/tmp/defaults/default.yml |
@loucadufault thank you very much. That helped me alot.
I can see that my admin password is set using |
Things are up and running now. This is in short what it looks like:
As far as I can see, it is also not possible to move inputs.conf to default.yml (at least for my use case!) as I could not see how to get the stanza name
|
After trying to upgrade from 9.0.5 to 9.2.1, my docker container wont boot anymore.
The error is
Now is suppose that this is because of this commit, which makes chages to web.conf: aafd019
I also need to make changes to web.conf (mainly caching for development purposes):
I tried making the changes using the entrypoint, which fails because of permission denied error to web.conf
May I suggest introducing environment variables that allow for setting the above headers?
Also, I would greatly appreciate any hint on how to get a temporary fix for this.
The text was updated successfully, but these errors were encountered: