NAME
Net::Graylog::API
SYNOPSIS
use Net::Graylog::API ;
my $api = Net::Graylog::API->new( url => 'http://graylog.server:12900' ) ;
DESCRIPTION
AUTHOR
kevin mulholland
VERSIONS
v0.1 2014/03/24, initial work
Notes
Public Functions
- new
-
Create a new instance of the api connection
my $log = Net::Graylog::Client->new( url=> 'http://graylog2_server:12900') ;Parameters url the url of the graylog server API, of the form http://graylog2_server:12900