https://github.com/swisscom/cf-elk-sample
Example app for using ELK Service with NodeJS
https://github.com/swisscom/cf-elk-sample
Last synced: about 1 year ago
JSON representation
Example app for using ELK Service with NodeJS
- Host: GitHub
- URL: https://github.com/swisscom/cf-elk-sample
- Owner: swisscom
- License: other
- Created: 2015-12-18T18:11:18.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2024-10-16T15:15:33.000Z (over 1 year ago)
- Last Synced: 2025-04-15T10:20:05.441Z (about 1 year ago)
- Language: JavaScript
- Size: 5.86 KB
- Stars: 2
- Watchers: 36
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Cloud Foundry ELK Example App
This app is an example of how you can use ELK within your Node.js Cloud Foundry App.
It allows you to log entries in json format on different loglevels to ELK.
### Getting Started
Start the app by push it to Cloud Foundry and bind an ELK service to it.
Example:
$ git clone https://github.com/swisscom/cf-elk-sample.git
$ cd cf-elk-sample
$ cf create-service elk small testelk
$ cf push
[Link](http://docs.developer.swisscom.com/services/offerings/elk.html) to ELK service documentation.