Commit Graph

331 Commits

Author SHA1 Message Date
Anthony Lapenna 9daa5b08cc Remove Windows requirement fixed by #36 2016-10-31 16:59:05 +13:00
Anthony Lapenna 6bb0b53648 Update README 2016-10-29 12:22:08 +13:00
Anthony Lapenna 23d036d09e Remove X-Pack support for master branch 2016-10-29 12:20:45 +13:00
Anthony Lapenna af9e335a3c ELK 5 with X-Pack support 2016-10-29 12:16:43 +13:00
Anthony Lapenna 7eeb5703ee Support for X-Pack RC-1 2016-10-24 09:03:18 +13:00
Anthony Lapenna b5a4deee14 Merge pull request #66 from matulko/windows-encodings
Fix line endings issue of shell script files on Windows
2016-09-26 09:27:38 +13:00
Martin Kanich 295b03fe87
Fix line endings issue of shell script files on Windows 2016-09-25 19:56:54 +02:00
Anthony Lapenna 056c93bc2d Merge pull request #63 from winterer/patch-1
Added section about setup on windows to README.md
2016-09-02 09:59:05 +12:00
winterer 6e3eb437d8 Added section about setup on windows to README.md
Explained line ending issue in kibana/entrypoint.sh on windows.
2016-09-01 13:06:11 +02:00
Anthony Lapenna c33c07417a Support x-pack alpha-5 2016-08-26 08:51:47 +12:00
Anthony Lapenna 426d4600bb update version support in README 2016-07-14 09:48:16 +12:00
Anthony Lapenna bc1cf6eb07 fix logstash version in Dockerfile 2016-07-07 10:16:59 +12:00
Anthony Lapenna 890c3959e6 allow logstash plugin management 2016-07-07 10:08:50 +12:00
Anthony Lapenna b14907d33a X-Pack (alpha-4) support 2016-07-06 10:40:23 +12:00
Anthony Lapenna 3cf96eb925 update logstash command 2016-06-16 10:18:04 +12:00
Anthony Lapenna a7b51a2d0f X-Pack (alpha-3) support 2016-06-15 10:11:46 +12:00
Anthony Lapenna 11073cfa9a Merge pull request #55 from michaeltarleton/feature/allow-logstash-plugin-management
Feature: how-to logstash plugin management
2016-06-14 15:09:07 +12:00
Michael Tarleton 21bd2e458c Updated comment on logstash.conf 2016-06-13 22:04:00 -05:00
Michael Tarleton 997f42403c Removed the json plugin example from the logstash config. 2016-06-13 20:51:21 -05:00
Michael Tarleton 5e66f83fd0 Removed the json plugin and updated the README. 2016-06-13 20:50:19 -05:00
Michael Tarleton 7a49c1681f Updated README with the new additions. 2016-06-13 18:13:44 -05:00
Michael Tarleton d84dfb34e0 Installed and configured the logstash-filter-json filter for message parsing in JSON out of the box. 2016-06-13 18:13:21 -05:00
Michael Tarleton 0836021533 Created Dockerfile for the logstash image build. 2016-06-13 18:06:22 -05:00
Anthony Lapenna 3b8b9e265f replace fig-elk references with docker-elk 2016-05-18 09:05:59 +12:00
Anthony Lapenna fc9c2783a7 update credentials for Kibana 2016-05-15 17:00:37 +12:00
Anthony Lapenna ae55dc0ab2 Remove useless entrypoint for Elasticsearch container 2016-05-15 16:57:59 +12:00
Anthony Lapenna 54cd667912 X-Pack (alpha-2) support 2016-05-15 16:55:20 +12:00
Anthony Lapenna a519ed63ea X-Pack (alpha) support. 2016-05-01 20:42:46 +12:00
Anthony Lapenna 9da3ffb312 docs(kibana): information about logstash index 2016-04-08 15:03:32 +12:00
Anthony Lapenna c13809d6c9 Added a note about the logstash indice creation.
Close #49.
2016-04-07 20:04:52 +12:00
Anthony Lapenna b143602659 Merge pull request #42 from minhdanh/master
Fix error "[9] System error: not a directory"
2016-03-15 15:17:02 +13:00
Minh Danh 159cc6c1b7 Fix error "[9] System error: not a directory"
When starting the stack `with docker-compose up`, it gives out the error:

```
ERROR: Cannot start container e032695b38cdcd1c72597004f2369a7127b8233c9ecc2320c3b2bbd10209654b: [9] System error: not a directory
```
2016-02-23 11:13:02 +07:00
Anthony Lapenna 0ce815ebe8 Merge pull request #29 from fvigotti/patch-1
kibana is now executed using exec
2015-12-14 08:49:54 +01:00
fvigotti 56490a320d kibana is now executed using exec
kibana should be executed with exec to give it pid 1 and bind signal forwarding with the container instance
2015-12-12 16:19:32 +00:00
tony dc82da146b Added TCP transport port mapping. 2015-12-04 09:26:33 +01:00
Anthony Lapenna bad736978a Removed Marvel. Marvel suport is now integrated in another branch. 2015-11-05 14:04:33 +01:00
Anthony Lapenna 85d8bac979 Updated documentation section related to Elasticsearch data persistence.
Close #19
2015-11-04 19:20:47 +01:00
Anthony Lapenna 827777ff86 Reverted network.host option from _non_loopback_ to 0.0.0.0.
Close #18
2015-11-04 19:19:08 +01:00
tony 82ae16cf36 Added LICENSE. 2015-11-03 08:37:47 +01:00
tony b3b3c131c1 Updated logstash configuration. The elasticsearch output is now directly connected to the elasticsearch container. 2015-11-02 11:47:30 +01:00
tony 827c97a111 Modified network.host option to use _non_loopback_ instead of 0.0.0.0. 2015-11-02 11:09:17 +01:00
Anthony Lapenna cb1eae11d0 Use Elasticseach 2.x, Logstash 2.x and latest Kibana version. 2015-11-01 19:20:17 +01:00
tony 57e09b93f2 Updated documentation. 2015-10-15 13:10:26 +02:00
tony b278b54970 Added a section about logstash memory configuration and logstash JMX remote access in the documentation. 2015-10-15 13:09:03 +02:00
Anthony Lapenna 2e90c08bda Merge pull request #12 from jihchi/patch-1
Update README.md (small tweak)
2015-09-05 09:56:58 +02:00
Jih-Chi Lee f53db4b1aa Update README.md 2015-09-05 12:01:11 +08:00
Anthony Lapenna d70bcfb55e Merge pull request #11 from nklmish/documentation
updated readme file to include docker toolbox command
2015-08-22 10:51:21 +02:00
nklmish 7f85c6e158 updated readme file to include docker toolbox command 2015-08-21 16:12:31 +02:00
Anthony Lapenna 4b1c6177b2 Merge pull request #10 from deviantony/enhanced-documentation
Updated project documentation.
2015-08-18 19:00:48 +02:00
tony 5a5e60489a Updated project documentation.
Reviewed how configuration is managed for Kibana to be uniform for all components.
2015-08-18 18:58:22 +02:00