Skip to content

Releases: SumoLogic-Labs/sumocli

0.11.0

10 Jan 12:04
7c05ce2
Compare
Choose a tag to compare
Updated release process and added credentials check on commands that …

…use the sumologic-go-sdk

Release v0.10.0

19 Jul 11:24
fbd23bb
Compare
Choose a tag to compare

Adds support for Azure Event Hubs source.

The following API commands have been refactored to use the sumologic-go-sdk:

  • Access Keys
  • Account
  • Apps
  • Archive Ingestion
  • Folders
  • Roles
  • Tokens
  • Users

This API endpoint requirement has also been changed so that the trailing forward slash isn't required for example the endpoint for the au region would be: https://api.au.sumologic.com/api

Release 0.9.0

27 Jun 04:45
8f764d7
Compare
Choose a tag to compare

This release introduces full support for the Archive Ingestion API.

When running sumocli login the Sumo Logic Access ID and Access Key are now encrypted at rest using AES-256 to reduce the risk of credentials being used outside of Sumocli if the creds.json file is read by a third-party. This change does not impact setting credentials via environment variables.

You can now run sumocli login --showAccessId if you want to identify which Access ID is being used for Sumocli authentication.

Release 0.8.0

21 Jun 02:49
c756725
Compare
Choose a tag to compare
Cloud sources (#85)

New sources added:
- AWS CloudTrail - The CloudTrail source will allow you to deploy the required AWS resources and source setup in one command or you can build you own resources and specify the required values.
- AWS S3 Archive - The AWS S3 Archive source allows you configure an S3 Archive source to be used with ./sumocli archive-ingerstion commands (create command is coming in a future release).

Support for the following API endpoints has been added:
- Archive Ingestion (partial)
- Health Events (full)
- Monitors (partial)

Release v0.7.1

01 Jun 22:59
878bcbc
Compare
Choose a tag to compare
v0.7.1 (#82)

Fixes a bug in the sumocli sources list command where the JSON response would fail to unmarshal correctly.

Release v0.7.0

30 May 11:00
3cb9b5a
Compare
Choose a tag to compare
Settings management support (#81)

Added support for the following APIs:
- Dynamic Parsing
- Field Extraction Rules
- Field Management
- Partitions
- Scheduled Views

Local File source creation is now supported and the README file updated with authentication information to better explain how to authenticate.

Release v0.6.0

23 May 05:56
ca2672c
Compare
Choose a tag to compare
v0.6.0 (#80)

Added support for the following APIs:
- Account
- Password Policy
- SAML Configuration
- Ingest Budgets
- Ingest Budgets v2
- Sources

Sources commands were refactored to allow for more source types being added, the only source type supported currently is HTTP.

Release v0.5.0

15 May 11:45
4f55292
Compare
Choose a tag to compare
v0.5.0 (#61)

Added support for the following APIs:
- Access Keys
- Apps (Beta)
- Dashboards
- Folders
- Lookup Tables
- Permissions
- Service Allowlist
- Tokens

Release v0.4.1

04 May 08:07
0d04398
Compare
Choose a tag to compare
  • Added the ability to output JSON unformatted for sumocli collectors list command (this will be rolled out to other commands in a later release)

Release v0.4.0

12 Apr 12:41
5d8f4c9
Compare
Choose a tag to compare
v0.4.0 (#58)

* Added full content API coverage, they can be used by running sumocli content <command>
* macOS binaries are now signed and notarized (these will soon be available by homebrew)
* macOS Apple Silicon binary is now available