Skip to content

wbiker/Elasticsearch-Data

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status

NAME

Elasticsearch::Data - Sends hash to a elasticsearch url

SYNOPSIS

use Elasticsearch::Data;
my $elasticsearch = Elasticsearch::Data.new(url => "http://elasticsearch:9200", index => "tests");
$elasticsearch.post({ date => "2018-01-20T19:46:59Z", name => "test", status => "failed"});

DESCRIPTION

Elasticsearch::Data is a wrapper to send data to a elasticsearch instance.

AUTHOR

wbiker [email protected]

COPYRIGHT AND LICENSE

Copyright 2018 wbiker

This library is free software; you can redistribute it and/or modify it under the Artistic License 2.0.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Other 100.0%