Giter Club home page Giter Club logo

drain's Introduction

drain

A simple Heroku HTTP drain written in NodeJs

Running

In it's basic no output format,

npm start

To see the Logplex Log lines that are being posted via the body of the request.

LOG_BODY=1 npm start

To see the headers

LOG_HEADERS=1 npm start

Those env variables can be used together to show headers and body for each POST

LOG_BODY=1 LOG_HEADERS=1 npm start

Getting logs from a Heroku app

You will need a publicly available host to run the application. Running drain on the Heroku platform is possible, however it defeats the point. A simple solution to run this locally is to combine it with ngrok.

ngrok 3000
npm start

NOTE: You will need two terminal windows to run both apps in the foreground.

Take note of the hosts that ngrok reports. You will need it in the next step to add the drain to your existing Heroku application.

heroku drains:add [NGROK_HOST]/logs -a [YOUR_HEROKU_APP_NAME]

That's it. You can tell it is working by looking at your ngrok output. It should be reporting a pile of POST requests responding with an HTTP status of 201 Created.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.