NAME

Flower - passive agent

VERSION

Version 0.10

SYNOPSIS

start up your elasticsearch

sudo /etc/init.d/elasticsearch start

now ready to go ahead


git clone https://github.com/santex/Flower.git;
cd Flower;
dzil build;
dzil test;
sudo dzil install;
pwd=$(pwd);
ip=127.0.0.1;

perl $pwd"/bin/flower" --ip $ip --filepath $pwd"/data/"

Then visit L<https://127.0.0.1:2222> in your browser.

test urls passive log
L<https://127.0.0.1:2222/q/name>
L<https://127.0.0.1:2222/q/class>

AUTHOR

Hagen Geissler, <santex at cpan.org>

LICENSE AND COPYRIGHT

Copyright 2015 Hagen Geissler

This program is free software; you can redistribute it and/or modify it under the terms of either: the GNU General Public License as published by the Free Software Foundation; or the Artistic License.

See http://dev.perl.org/licenses/ for more information.