Skip to content
/ tailes Public

Tail tool to query elasticsearch endpoints, autodetects the elasticsearch version to decide which library to use in the background.

License

Notifications You must be signed in to change notification settings

donrudo/tailes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tailes

Tail tool to query elasticsearch endpoints, autodetects the elasticsearch version to decide which library to use in the background.

Build

The build process requires gb ( http://getgb.io ) (and hence golang too), just do:

gb vendor restore
gb build

Usage

$ tailes --help

Usage of ./tailes-linux-amd64:
  -debug
    	Enables debug mode and exposes port 8080
  -f	Causes tail to keep reading new entries from Elasticsearch
  -field string
    	Field to apply the query search to (default "message")
  -i string
    	Index to use to query for results (default "logstash-*")
  -n int
    	Specifies the number of search results to be queried (default 10)
  -query string
    	Query to be sent to Elasticsearch (default "*")
  -url string
    	Elasticsearch endpoint to be used

About

Tail tool to query elasticsearch endpoints, autodetects the elasticsearch version to decide which library to use in the background.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages