Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/segment-boneyard/monlog-cli
CLI for monlog
https://github.com/segment-boneyard/monlog-cli
Last synced: about 7 hours ago
JSON representation
CLI for monlog
- Host: GitHub
- URL: https://github.com/segment-boneyard/monlog-cli
- Owner: segment-boneyard
- Created: 2014-02-05T23:17:46.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2014-02-11T03:10:21.000Z (almost 11 years ago)
- Last Synced: 2024-04-25T21:21:52.118Z (7 months ago)
- Language: JavaScript
- Size: 137 KB
- Stars: 6
- Watchers: 38
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: Readme.md
- Changelog: History.md
Awesome Lists containing this project
README
# monlog-cli
CLI for [monlog](https://github.com/segmentio/monlog).
## Installation
```
$ npm install -g monlog-cli
```## Usage
```
Usage: monlog-cli [options] [query]
Options:
-h, --help output usage information
-V, --version output the version number
-u, --url elastic search url```
## Setup
Since manually specifying `--url` is annoying, you may want to alias this executable:
```
'
alias logs='monlog-cli --url
```Allowing you to simply run:
```
$ logs level:error AND hostname:api6-1
```# License
MIT