An open API service indexing awesome lists of open source software.

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

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.