We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f9a014 commit 2f2b32aCopy full SHA for 2f2b32a
Makefile
@@ -77,8 +77,8 @@ docker-refresh: docker-remove docker-start
77
78
.PHONY: docker-splunk-restart
79
docker-splunk-restart:
80
- docker exec -it splunk-instance sh -c '/opt/splunk/bin/splunk restart'
+ docker exec -it splunk sh -c '/opt/splunk/bin/splunk restart'
81
82
.PHONY: docker-tail-python-log
83
docker-tail-python-log:
84
- docker exec splunk-instance tail /opt/splunk/var/log/splunk/python.log
+ docker exec splunk sudo tail /opt/splunk/var/log/splunk/python.log
0 commit comments