https://github.com/swisscom/cf-logstash-sample
A sample configuration for use with the Logstash buildpack
https://github.com/swisscom/cf-logstash-sample
Last synced: about 1 year ago
JSON representation
A sample configuration for use with the Logstash buildpack
- Host: GitHub
- URL: https://github.com/swisscom/cf-logstash-sample
- Owner: swisscom
- License: other
- Created: 2018-04-10T12:16:52.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2024-10-16T15:15:43.000Z (over 1 year ago)
- Last Synced: 2025-03-20T11:22:21.683Z (about 1 year ago)
- Size: 5.86 KB
- Stars: 0
- Watchers: 34
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# cf-logstash-sample
A sample configuration for use with the Logstash buildpack to build the ELK stack.
## Parameters
The files `Logstash` and `conf.d/output.conf` contain parameters which need to be replaced by the corresponding values for your environment.
### `Logstash`
* `USERNAME`: the username for securing your Logstash instance
* `PASSWORD`: the password for securing your Logstash instance
### `conf.d/output.conf`
* `ELASTICSEARCH_HOST`: the hostname of your Elasticsearch instance (taken from the environment of your Logstash app)
* `ELASTICSEARCH_USER`: the user for your Elasticsearch instance (taken from the environment of your Logstash app)
* `ELASTICSEARCH_PASSWORD`: the password for your Elasticsearch instance (taken from the environment of your Logstash app)