Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vvelox/search-essearcher
Makes searching logs stored in elasticsearch from the command line easy.
https://github.com/vvelox/search-essearcher
alerting elasticsearch fail2ban filebeat logstash perl postfix syslog
Last synced: 26 days ago
JSON representation
Makes searching logs stored in elasticsearch from the command line easy.
- Host: GitHub
- URL: https://github.com/vvelox/search-essearcher
- Owner: VVelox
- License: artistic-2.0
- Created: 2019-06-05T05:00:32.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-11-09T02:34:49.000Z (about 3 years ago)
- Last Synced: 2024-10-21T18:53:03.174Z (2 months ago)
- Topics: alerting, elasticsearch, fail2ban, filebeat, logstash, perl, postfix, syslog
- Language: Perl
- Homepage: https://metacpan.org/release/Search-ESsearcher
- Size: 641 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- Changelog: Changes
- License: LICENSE
Awesome Lists containing this project
README
Search-ESsearcher
bin/essearcher provides a handy method for having a handy extensible
script for running elasticsearch searches and displaying the results.The options on the commandline are dynamic and used to fill in the
search template. Each returned item is then ran through the output
template.Search::ESsearcher largely exists for the purpose of that script.
Example logstash configs to help get you started using this are
included under the directory logstash. Just set the host and port
variables as desired and you should be good to got.INSTALLATION
To install this module, run the following commands:
perl Makefile.PL
make
make test
make installSUPPORT AND DOCUMENTATION
After installing, you can find documentation for this module with the
perldoc command.perldoc Search::ESsearcher
You can also look for information at:
RT, CPAN's request tracker (report bugs here)
https://rt.cpan.org/NoAuth/Bugs.html?Dist=Search-ESsearcherAnnoCPAN, Annotated CPAN documentation
http://annocpan.org/dist/Search-ESsearcherCPAN Ratings
https://cpanratings.perl.org/d/Search-ESsearcherSearch CPAN
https://metacpan.org/release/Search-ESsearcherRepository
https://github.com/VVelox/Search-ESsearcherLICENSE AND COPYRIGHT
This software is Copyright (c) 2021 by Zane C. Bowers-Hadley.
This is free software, licensed under:
The Artistic License 2.0 (GPL Compatible)