An open API service indexing awesome lists of open source software.

https://github.com/eendroroy/elk-stack-docker

Simple docker-compose configuration to run kibana
https://github.com/eendroroy/elk-stack-docker

docker elasticsearch kibana

Last synced: 3 months ago
JSON representation

Simple docker-compose configuration to run kibana

Awesome Lists containing this project

README

          

# elk-stack-docker

Run `ElasticSearch`, `Logstash`, and `Kibana` in Docker container.

[![Contributors](https://img.shields.io/github/contributors/eendroroy/elk-stack-docker.svg)](https://github.com/eendroroy/elk-stack-docker/graphs/contributors)
[![GitHub last commit (branch)](https://img.shields.io/github/last-commit/eendroroy/elk-stack-docker/master.svg)](https://github.com/eendroroy/elk-stack-docker)
[![license](https://img.shields.io/github/license/eendroroy/elk-stack-docker.svg)](https://github.com/eendroroy/elk-stack-docker/blob/master/LICENSE)
[![GitHub issues](https://img.shields.io/github/issues/eendroroy/elk-stack-docker.svg)](https://github.com/eendroroy/elk-stack-docker/issues)
[![GitHub closed issues](https://img.shields.io/github/issues-closed/eendroroy/elk-stack-docker.svg)](https://github.com/eendroroy/elk-stack-docker/issues?q=is%3Aissue+is%3Aclosed)
[![GitHub pull requests](https://img.shields.io/github/issues-pr/eendroroy/elk-stack-docker.svg)](https://github.com/eendroroy/elk-stack-docker/pulls)
[![GitHub closed pull requests](https://img.shields.io/github/issues-pr-closed/eendroroy/elk-stack-docker.svg)](https://github.com/eendroroy/elk-stack-docker/pulls?q=is%3Apr+is%3Aclosed)

## Contributing

Bug reports and pull requests are welcome on GitHub at [elk-stack-docker](https://github.com/eendroroy/elk-stack-docker) repository.
This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to
the [Contributor Covenant](http://contributor-covenant.org) code of conduct.

1. Fork it ( https://github.com/eendroroy/elk-stack-docker/fork )
1. Create your feature branch (`git checkout -b my-new-feature`)
1. Commit your changes (`git commit -am 'Add some feature'`)
1. Push to the branch (`git push origin my-new-feature`)
1. Create a new Pull Request

## Author

* **indrajit** - *Owner* - [eendroroy](https://github.com/eendroroy)

## License

```
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
Version 2, December 2004

Copyright (C) 2017-2020 indrajit

Everyone is permitted to copy and distribute verbatim or modified
copies of this license document, and changing it is allowed as long
as the name is changed.

DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION

0. You just DO WHAT THE FUCK YOU WANT TO.
```