Elasticsearch 8: express installation guide
Install Elasticsearch and Kibana 8 in notime and take a peek at the latest improvements This installation guide takes Ubuntu 18.04 LTS as a base. Therefore deb-packages are used. The…
Elasticsearch Workshop #3 – Scripting Part 1
Welcome to the third part of the Workshop. As usual, to keep each article as compact as possible, I will shortcut the queries to snippets. If you want to see…
Elasticsearch Workshop #2 – Ingest Pipelines
Welcome to the second part of the Workshop. As usual, to keep each article as compact as possible, I will shortcut the queries to snippets. If you want to see…
Elasticsearch Workshop #1 – Enrich documents
Welcome to the first part of the series of Elasticsearch Workshops. To keep each article as compact as possible, I will shortcut the queries to snippets. If you want to…
Save Money? Bring down TCO? Scale 10x? Upgrade now to Elasticsearch 7.16!
Save up to 30% in storage and up to 90% in memory per index! No change needed except upgrading to the latest version of the Elasticstack With the newest version…
Elasticsearch/Kibana: 3 ways to add missing fields during runtime
tl;dr Generate fields during runtime in visualizations with “runtime fields”, “lens formulas” or “scripted fields”. But beware: they are coming with a price. If you miss fields and query them…
Kibana Lens Formulas
tl;dr Mit Kibana 7.14.0 wurde Lens mit der Funktion „Formula“ erweitert. Lens kann mathematische Funktionen und Aggregationen für Visualisierungen kombinieren und ist damit noch mächtiger Ein Aggregat basiert nicht mehr…
top customized!
Es gibt eine große Auswahl an Performance-Tools für Linux: htop, nmon, etc. Der Klassiker unter den Performance-Tools muss jedoch nicht nachinstalliert werden – auf den meisten Distributionen wird er per…
Bash speedup
This article was first published december 24, 2020 on Medium.com in english. Vor einigen Tagen musste ich ein Shell Script schreiben, welches 5637 Queries generiert und diese in ein einziges…
Shell Hacks #1 Variablen und Arrays
Es muss nicht immer sed, awk oder cut sein: auch die Bash bietet interessante Features um Strings zu manipulieren. Ausgangslage: Dokument users.json Die nachfolgenden Beispiele orientieren sich am json-Dokument users.json.…