Sumo Logic Ruby SDK

Gem Version Build Status Code Climate Docs MIT License

Ruby interface to the Sumo Logic REST API.

Usage

The interface for this SDK is still being built out to follow the structure in the Sumo Logic Python SDK.

The following methods are currently implemented:

  • search(query [, from, to, time_zone])
  • search_job(query [, from, to, time_zone])
  • search_job_records({'id' => search_job_id}, limit, offset)
  • search_job_status( {'id' => search_job_id})

Note, for the search methods, the query parameter can be exactly the same query that is entered into the Sumo Logic web console.

Example scripts are located in the scripts directory of the GitHub repo.

More Info

  1. Sumo Logic API Documentation
  2. Sumo Logic Python SDK

Contributions

Please add your scripts and programs to the scripts folder.

Any reports of problems, comments or suggestions are most welcome.

Please report these on Github

License

RingCentral SDK is available under an MIT-style license. See LICENSE for details.

RingCentral SDK © 2015 by John Wang