Skip to content
This repository has been archived by the owner on Feb 27, 2019. It is now read-only.

Latest commit

 

History

History
25 lines (19 loc) · 564 Bytes

2016-02-26-bonfire.md

File metadata and controls

25 lines (19 loc) · 564 Bytes
layout title categories author lang sitemap redirect_to
redirected
How to query logs from command line
Logs
Pierre De Paepe
en
false

Bonfire is a open source command line interface to query Graylog searches via the REST API. It tries to emulate the feeling of using tail on a local file and add other valuable options.

Requirements

  • Python
  • Pip

Install

$ git clone https://github.com/blue-yonder/bonfire.git
$ cd bonfire
$ pip install --user .