Skip to content

Send search queries to an elasticsearch instance from the command line

License

Notifications You must be signed in to change notification settings

UvA-FNWI/elastic-grep

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Send search queries to an elasticsearch instance from the command line

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages