Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 599 Bytes

README.md

File metadata and controls

33 lines (22 loc) · 599 Bytes

elastic_grep

Grep logfiles in an ElasticSearch database.

This package provides a simple command-line tool to search logging entries stored in ElasticSearch.

Installation

Install the latest release from PyPI using pip3 (recommended) or pip:

pip3 install elastic_grep

or else:

python3 -m pip install -U elastic_grep

Usage

Run elastic_grep -h to see usage.

Developing elastic_grep

To install elastic_grep, along with the tools you need to develop and run tests, run the following in your virtualenv:

$pip install -e .[dev]

File layout