Releases: cinqict/CriblUtilities
v2.0.6
- 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
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
- small changes by @BasBakkenes in #7
Full Changelog: v2.0.3...v2.0.5
cribl-utilities v2.0.3 - Python package and Docker Image
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
- 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.3-py3-none-any.whl
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
What's Changed
- Unit tests and robuster by @jameshtwose in #6
New Contributors
- @jameshtwose made their first contribution in #6
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
What's Changed
- The first functioning version of the CLI
- Changed examples by @BasBakkenes in #1
- Changes other names as well by @BasBakkenes in #2
- Input API call and connections API call by @mitsyprada in #3
- License by @BasBakkenes in #5
New Contributors
- @BasBakkenes made their first contribution in #1
- @mitsyprada made their first contribution in #3
Full Changelog: https://github.com/cinqict/splunk-cribl-utilities/commits/v0.1.0