You are here: Home

Modified items

All recently modified items, latest first.
RPMPackage xen-hypervisor-4.9.0-1.lbn25.x86_64
This package contains the Xen hypervisor
RPMPackage xstatic-angular-bootstrap-common-2.2.0.0-1.lbn25.py37.noarch
JavaScript library packaged for setuptools (easy_install) / pip. This package is intended to be used by any project that needs these files. It intentionally does not provide any extra code except some metadata nor has any extra requirements. This package contains the javascript files.
RPMPackage sumo-shell-0.5.0-0.1.git03f0a8d.lbn25.x86_64
Sumoshell is collection of utilities to improve analyzing log files written in Go. grep can't tell that some log lines span multiple individual lines. Parsing out fields is cumbersome. Aggregating is basically impossible, and there is no good way to view the results. In Sumoshell, each individual command acts as a phase in a pipeline to get the answer you want. Sumoshell brings a lot of the functionality of Sumo Logic to the command line. Commands should start with sumo search [filter] which will transform logs into the json format sumoshell uses. Commands should end with render or graph which render the output to the terminal. Each operator is a stand-alone binary allowing them to be easily composed. Usage Like SumoLogic, sumoshell enables you pass log data through a series of transformations to get your final result. Pipelines start with a source (tail, cat, etc.) followed by the sumo operator. An example pipeline might be: tail -f logfile | sumo search "ERROR" | sumo parse "thread=*]" | sumo count thread | render This would produce a count of log messages matching ERROR by thead. In the basic renderer, the output would look like: _Id _count thread 0 4 C 1 4 A 2 1 B The sumo search operator sumo search takes an optional filter parameter to allow for basic searching. The sumo operator performs 3 steps: Break a text file into logical log messages. This merges things like stack traces into a single message for easy searching. Allow basic searching. Transforms the log message into the sumoshell internal json format. The sumo json operator For JSON logging, the sumo json operator will automatically parse JSON from your logs and extract key value pairs. Displaying results After using the sumo operator, the output will be in JSON. To re-render the output in a human-readable form, | the results of your query into one of the three render operators. render: Capable of rendering aggregate and non-aggregate data. Add nowraw to drop the raw data when an aggregate isn't present. Aggregates are updated in place using terminal escape sequences, with a limit of 20 shown. Add all to remove the limit. Aggregates will be rendered when the stream ends (ctrl+c) graph: Curses based renderer for rendering tabular data as a bar chart. Parsing Data sumoshell supports a basic parse operator similar to the parse operator in SumoLogic. Queries take the form: ... | sumo parse "[pattern=*] pattern2:'*' morePatterns=(*)" as pattern, pattern2, more | ... Filtering Data sumoshell supports a filter operator similar to the where operator in SumoLogic. Queries take the form: ... | sumo parse "[host=*]" as host | sumo filter host = server1 This will drop any log lines that don't have server1 as the host. Aggregating Data sumoshell currently supports 3 aggregate operators: count Example queries: ... | sumo count # number of rows ... | sumo count key # number of rows per key ... | sumo count key value # number of rows per the cartesian product of (key, value) sum Example queries: ... | sumo sum k # sum of all k's ... | sumo sum v by k # sum of all v's by k average Example queries: ... | sumo average k # average of all k's ... | sumo average v by k # average of all v's by k
RPMPackage sumo-livetail-2.0-0.1.lbn25.x86_64
The Live Tail Command Line Interface (CLI) is a standalone application that allows you to start and use a Live Tail session from the command line, similar to tail -f The output is directed to stdout - so you can pipe the output to commands (grep, awk etc)
RPMPackage saslwrapper-0.16-23.lbn25.x86_64
A simple wrapper for Cyrus SASL that permits easy binding into scripting languages.
RPMPackage terraform-aws-network-0.2.6-1.lbn25.noarch
module "network" { source = "//usr/share/terraform/modules.d/aws-network" vpc_cidr = "10.1.0.0/16" newbits = 8 # will create /24 subnets name = "MyVPC" multi_nat = false }
RPMPackage python2-qpid-1.37.0-8.lbn25.noarch
The Apache Qpid Python client library for AMQP.
RPMPackage python3-matplotlib-tk-3.1.1-1.lbn25.1.x86_64
Tk backend for python3-matplotlib
RPMPackage python3-kiwisolver-1.0.1-4.lbn25.x86_64
Kiwi is an efficient C++ implementation of the Cassowary constraint solving algorithm. Kiwi is an implementation of the algorithm based on the seminal Cassowary paper. It is *not* a refactoring of the original C++ solver. Kiwi has been designed from the ground up to be lightweight and fast.
RPMPackage python3-cycler-0.10.0-4.lbn25.py37.noarch
General purpose library used by matplotlib to cycle through lists for colors, marker styles, etc
RPMPackage rubygem-vault-0.13.0-1.lbn25.noarch
Vault is a Ruby API client for interacting with a Vault server.
RPMPackage rubygem-train-winrm-0.2.5-1.lbn25.noarch
Allows applictaions using Train to speak to Windows using Remote Management; handles authentication, cacheing, and SDK dependency management.
RPMPackage rubygem-train-habitat-0.2.11-1.lbn25.noarch
Allows applications using Train to speak to Habitat.
RPMPackage rubygem-inspec-iggy-0.6.0-1.lbn25.noarch
InSpec plugin to generate InSpec profiles from Terraform and CloudFormation to ensure automatic compliance coverage.
RPMPackage rubygem-inspec-bin-4.18.0-1.lbn25.noarch
InSpec executable for inspec gem. Use of this executable may require accepting a license agreement.
RPMPackage python3-tzlocal-1.5.1-1.lbn25.py37.noarch
This Python module returns a tzinfo object with the local timezone information. It requires pytz, and returns pytz tzinfo objects. This module attempts to fix a glaring hole in pytz, that there is no way to get the local timezone information, unless you know the zoneinfo name.
RPMPackage collective.z3cform.colorpicker-1.4-1.lbn25.noarch
collective.z3cform.colorpicker provides two different jQuery based widgets: Farbtastic, a simple color picker. jPicker, a jQuery Color Picker Plugin supporting transparency.
RPMPackage rubygem-hiera-vault-0.2.2-1.lbn25.noarch
Hiera backend for looking up secrets stored in Vault.
RPMPackage rubygem-hiera-http-eyaml-0.9.0-1.lbn25.noarch
Fork of the Hiera HTTP backend with eYAML support.
RPMPackage rubygem-hiera-eyaml-kms-0.1-1.lbn25.noarch
AWS KMS encryptor for use with hiera-eyaml.