~/yunemregul/blog/kibana-row-colorizer
githublinkedin
·2 min read·#kibana#userscript#logging#productivity

Enhancing Kibana Logs with Color

A tiny Tampermonkey userscript that color-codes Kibana log rows by level so INFO, WARN, and ERROR stop bleeding into each other.

I've been working with Kibana for a while now, and it feels too raw sometimes. It can be difficult to spot what I'm looking for in the sea of logs.

So I built KibanaRowColorizer, a small userscript that adds color-coding to Kibana log rows based on log level.

$How it works

The script runs quietly in the background, checking for new rows every half-second. When it finds one, it tags the row with a color based on the log level.

DEBUG
INFO
WARN
ERROR

$Installation

It's easy to set up with Tampermonkey (Chrome, Firefox, Edge). Safari users can use Userscripts instead.

  1. 01Install your preferred userscript manager.
  2. 02Grab the userscript from the repo.
  3. 03Update the @include URL if your Kibana instance lives somewhere else.

Chrome/Edge users might need to enable Developer Mode for scripts due to recent security updates. Full details in the readme.

>>Source

yunusemregul/kibanaColor

A browser userscript that enhances Kibana by adding color-coded log rows based on log levels.

JavaScript2github.com ↗
15views0claps
0

$ cat comments/

no comments yet. be the first.

comments are reviewed before they appear.