WWW::Splunk

Client library for Splunk log search engine
Download

WWW::Splunk Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Lubomir Rintel
  • Publisher web site:
  • http://search.cpan.org/~lkundrak/

WWW::Splunk Tags


WWW::Splunk Description

WWW::Splunk is a Perl module that contains utility functions for Splunk API, implementing version 4.1 API, verified to work with 4.2 and 4.3 versions.SYNOPSIS use WWW::Splunk; my $splunk = new WWW::Splunk::API ({ host => $host, port => $port, login => $login, password => $password, unsafe_ssl => 1, }); my $sid = $splunk->start_search ('selinux avc'); $splunk->poll_search ($sid); until ($splunk->results_read ($sid)) { print scalar $splunk->search_results ($sid); } print " results found\n";Product's homepage


WWW::Splunk Related Software