Refs: #360 Add documentation for ELK stack

This commit is contained in:
cytopia
2019-02-23 12:03:56 +01:00
parent cb74322d1a
commit 7f58dd9a79
6 changed files with 285 additions and 1 deletions

View File

@ -11,3 +11,9 @@
+---------------------------+-----------+-----------+----------------+
| Varnish | varnish | varnish | 172.16.238.230 |
+---------------------------+-----------+-----------+----------------+
| ELK: Elastic Search | elastic | elastic | 172.16.238.240 |
+---------------------------+-----------+-----------+----------------+
| ELK: Logstash | logstash | logstash | 172.16.238.241 |
+---------------------------+-----------+-----------+----------------+
| ELK: Kibana | kibana | kibana | 172.16.238.242 |
+---------------------------+-----------+-----------+----------------+

View File

@ -10,12 +10,13 @@ However, each example also exists in its standalone file as shown below:
compose/
├── docker-compose.override.yml-all
├── docker-compose.override.yml-blackfire
├── docker-compose.override.yml-elk
├── docker-compose.override.yml-mailhog
├── docker-compose.override.yml-rabbitmq
├── docker-compose.override.yml-solr
├── docker-compose.override.yml-varnish
└── README.md
0 directories, 6 files
0 directories, 8 files
.. seealso:: :ref:`custom_container_enable_all_additional_container`