0.4.5 • Published 10 years ago

logsack-harvester v0.4.5

Weekly downloads
1
License
GPL-3.0+
Repository
github
Last release
10 years ago

Logsack Harvester Build Status NPM version License: GPLv3+

:information_source: Achtung

:warning: This version is under heavy development. If you are looking for dramatically improved Log.io, please install it from this commit: a2212d3ed36b7751c24469fbe3c6685bafb440a2 :wink:

Installation

npm install -g logsack-harvester

Usage:

  ls | logsack

Possible inputs:

  • stdin (default)
  • File
  • Network port (another harvester)

Possible outputs:

  • stdout (default)
  • File
  • Network port (another harvester)

Example

  1. Run input server logsack --in-port 3000 --out-stream

  2. Run output server echo "test" | logsack --in-stream --out-port localhost:3000

Credits

Based on NarrativeScience/Log.io. For list of contributors, please see AUTHORS.

:free: License

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.