Recent changes

Jump to navigation Jump to search

Track the most recent changes to the wiki on this page.

Recent changes options Show last 50 | 100 | 250 | 500 changes in last 1 | 3 | 7 | 14 | 30 days
Hide registered users | Hide anonymous users | Hide my edits | Show bots | Hide minor edits
Show new changes starting from 13:30, 9 July 2025
   
List of abbreviations:
N
This edit created a new page (also see list of new pages)
m
This is a minor edit
b
This edit was performed by a bot
(±123)
The page size changed by this number of bytes

8 July 2025

N    21:08  MSCA certsrv diffhist +5,011 Busk talk contribs Created page with "``` import argparse import base64 import re import time import requests from requests_ntlm import HttpNtlmAuth from cryptography import x509 from cryptography.x509.oid import..."
N    19:30  Azure monitor logs diffhist +5,565 Busk talk contribs Created page with "To alert on VM‐level errors and push them into PagerDuty, you’ll use Azure Monitor’s **Log Alerts** (formerly “Log Search Alerts”) against a Log Analytics workspace,..."
N    17:15  Alloy install diffhist +1,010 Busk talk contribs Created page with "``` #!/usr/bin/env bash set -euo pipefail # 1. Ensure running as root if $EUID -ne 0 ; then echo "Please run as root or with sudo." exit 1 fi # 2. (Optional) Check..."
     15:39  Developer roadmap‎‎ 2 changes history +196 [Busk‎ (2×)]
     
15:39 (cur | prev) +78 Busk talk contribs
     
15:36 (cur | prev) +118 Busk talk contribs
     15:38  Roadmaps diffhist +169 Busk talk contribs

7 July 2025

N    19:50  Loki indexes diffhist +5,547 Busk talk contribs Created page with "This is a crucial distinction between Loki and Prometheus, despite both using labels. ### Loki: Indexes on Labels, Not Message Data **No, Loki does NOT build a separate inde..."
N    16:47  Loki vs postgres hypertable diffhist +4,348 Busk talk contribs Created page with "Here’s a rough comparison of what you might see when querying a **1-month, \~100 GB** time-series dataset on commodity hardware (e.g. SSDs, 16 cores). Actual numbers will va..."
N    16:09  Loki chunks size diffhist +2,518 Busk talk contribs Created page with "Loki’s Azure “blobs” are really just the compressed **chunks** of log entries that the Ingester flushes to your `<container>/chunks/<tenant-ID>/…` path. The **size** o..."

5 July 2025

N    16:29  Loki duplicates diffhist +2,388 Busk talk contribs Created page with "In Loki, deduplication happens both at ingest-time and (optionally) at query-time, but it’s driven by the combination of: 1. **Stream identity** (tenant + label set, e.g. `..."

4 July 2025

N    00:46  Rclone cheat sheet‎‎ 2 changes history +131 [Busk‎ (2×)]
     
00:46 (cur | prev) +76 Busk talk contribs
N    
00:43 (cur | prev) +55 Busk talk contribs Created page with "``` rclone check /dir2/foo /dir2/foo --size-only -P ```"

3 July 2025

N    16:25  Rclone md5 per file‎‎ 3 changes history +1,405 [Busk‎ (3×)]
     
16:25 (cur | prev) +155 Busk talk contribs
     
15:56 (cur | prev) +88 Busk talk contribs
N    
15:54 (cur | prev) +1,162 Busk talk contribs Created page with "# MD5 for blobs Adds MD5 hashsum per file on blob that doesn't support the backend command ## if backend ``` rclone backend set-md5 --all "azdst:test/foo" ``` ## If not ```..."