We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 run -p 5601:5601 -p 9200:9200 -p 5044:5044 -e ES_MIN_MEM=128m -e ES_MAX_MEM=1024m -it --name elk sebp/elk:es220_l222_k441 service logstash stop /opt/logstash/bin/logstash -e 'input { stdin { } } output { elasticsearch { hosts => ["localhost"] } }' service logstash start
The text was updated successfully, but these errors were encountered:
@jingslunt 这个也不难 https://github.com/ameizi/docker-hub/blob/master/elk/docker-compose.yml
Sorry, something went wrong.
No branches or pull requests
The text was updated successfully, but these errors were encountered: