Skip to content

Releases: cinqict/CriblUtilities

v2.0.6

14 May 10:21

Choose a tag to compare

  • Adding the click=8.1.0 version fix

Full Changelog: v2.0.5...v2.0.6

cribl-utilities v2.0.5 - Python package and Docker Image

28 Feb 15:12

Choose a tag to compare

Python package

CLI published to pypi that can be directly installed by pipx and immediately used: https://pypi.org/project/cribl-utilities/
Or: pipx install ./cribl_utilities-2.0.5-py3-none-any.whl

Docker image

docker load -i cribl-utilities.tar
docker run --rm cribl-utilities --help

What's Changed

Full Changelog: v2.0.3...v2.0.5

cribl-utilities v2.0.3 - Python package and Docker Image

26 Feb 18:24

Choose a tag to compare

Functionality

  • Setup Cribl environment variables (new)
  • Convert splunk conf toml files to the format required by cribl
  • Send the converted files via the cribl API
  • Check if Cribl .yml files in cribl-config adhere to YAML linting (new)
  • Check if Cribl .yml files in cribl-config adhere to a given regex naming convention (new)

Python package

Docker image

docker load -i cribl-utilities.tar
docker run --rm cribl-utilities --help

Full Changelog: v0.1.7...v2.0.3

v0.1.7

16 Dec 15:20

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.1.0...v0.1.7

Following some awesome work by @mitsyprada we have a stable release of the CLI published to pypi that can be directly installed by pipx and immediately used. This version can be found for public use here: https://pypi.org/project/cribl-utilities-cli/0.1.7/

v0.1.0

30 Nov 14:34

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: https://github.com/cinqict/splunk-cribl-utilities/commits/v0.1.0