-
Notifications
You must be signed in to change notification settings - Fork 69
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adding additional documentation to project
- Loading branch information
Josh Rickard
committed
Aug 28, 2020
1 parent
24b7ff3
commit e74cb21
Showing
4 changed files
with
65 additions
and
63 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
ELK_VERSION=7.9.0 | ||
ELASTIC_USERNAME="elastic" | ||
ELASTIC_PASSWORD="some_password" | ||
|
||
# Configuration Variables | ||
ELASTICSEARCH_HEAP="2g" | ||
LOGSTASH_HEAP="1g" | ||
PACKETBEAT_HEAP="256m" | ||
FILEBEAT_HEAP="256m" | ||
XPACK_ENCRYPTION_KEY="somesuperlongstringlikethisoneMQBbtsynu4bV2uxLy" | ||
|
||
# Self signed TLS certificates | ||
CA_PASSWORD="some password" | ||
CA_DN="CN=Elastic Certificate Tool Autogenerated CA" | ||
CA_DAYS=3650 | ||
ELASTIC_DIR=/usr/share/elasticsearch | ||
LOGSTASH_DIR=/usr/share/logstash | ||
KIBANA_DIR=/usr/share/kibana | ||
PACKETBEAT_DIR=/usr/share/packetbeat | ||
FILEBEAT_DIR=/usr/share/filebeat |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
# Changelog | ||
|
||
All notable changes to this project will be documented in this file. | ||
|
||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), | ||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). | ||
|
||
|
||
## [1.0.0] - 2020-08-28 | ||
|
||
- Initial release of elk-tls-docker project | ||
- Added WiKi documentation |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
# Contributing | ||
|
||
Swimlane welcomes contributions to our projects. Please follow these instructions on how to submit your contribution! | ||
|
||
- Fork this repository | ||
- Add your changes to your fork | ||
- Add tests for your changes | ||
- Review your changes, running any linting and tests to be sure they pass | ||
- Create a pull request in this repository with your changes | ||
- Be sure to outline what you are accomplishing with your changes and follow any template if applicable | ||
|
||
Please be patient with your request! We value your contribution and will try to find time to review your pull request when we can. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters