Skip to content

Instantly share code, notes, and snippets.

View notheotherben's full-sized avatar

Benjamin Pannell notheotherben

View GitHub Profile
@notheotherben
notheotherben / starship.toml
Created November 11, 2021 15:28
A Powerline configuration for Starship.rs
format = """
[\uE0B6](fg:#1C4961)[$directory](bg:#1C4961)[\uE0B0](fg:#1C4961 bg:#2F79A1)$git_branch[\uE0B0](fg:#2F79A1 bg:#3A95C7)$git_status[\uE0B0](#3A95C7 bg:#40A9E0)$time[\uE0B0](#40A9E0 bg:none) $all$character """
add_newline = true
[directory]
style = "bg:#1C4961 fg:white"
[git_branch]
format = "[ $symbol$branch ]($style)"
@notheotherben
notheotherben / README.md
Created September 15, 2022 07:10
Honeycomb.io Syslog Derived Columns

Honeycomb.io Syslog Derived Columns

These derived columns are intended to be used alongside Honeytail to make it easier to visualize and understand your log data in Honeycomb.

error

Makes it easy to visualize errors using Honeycomb's default dashboards

IF(LTE($severity, 3), $message, "")