Wazuh Log Collection and Transmission - An In-Depth Technical Guide
A comprehensive technical examination of how Wazuh collects, processes, compresses, and securely transmits logs from agents to the manager, including architecture diagrams and code-level insights.
1254 words
|
6 minutes
OpenSearch/Wazuh Indexer Setup and Management Guide - 2025 Edition
A comprehensive guide for setting up, configuring, and managing an OpenSearch cluster that serves as a Wazuh indexer, including installation, backup procedures, performance tuning, and enterprise health monitoring.
1592 words
|
8 minutes
Writing a CLI utility that is also a Datasette plugin
I'm working on [dclient](https://github.com/simonw/dclient), a CLI tool for interacting with Datasette instances via the Datasette API.
275 words
|
1 minute
Show the timezone for datetimes in the Django admin
Django supports storing dates in a database as UTC but displaying them in some other timezone - which is good. But... by default datetimes are show...
360 words
|
2 minutes
Comparing VMware Disk Provisioning Types - Which One Should You Choose?
A detailed comparison of VMware's disk provisioning options - Thin Provisioned, Thick Provisioned Lazily Zeroed, and Thick Provisioned Eagerly Zeroed - to help you choose the right option for your workloads.
597 words
|
3 minutes
CIS Benchmark-Aligned Partitioning Scheme for Rocky Linux 9.5
A comprehensive guide to creating a secure, CIS Benchmark-compliant partitioning scheme for Rocky Linux 9.5 installations with 400 GiB of storage.
434 words
|
2 minutes
Generated a summary of nested JSON data
I was trying to figure out the shape of the JSON object from https://github.com/simonw/coronavirus-data-gov-archive/blob/master/data_latest.json?ra...
1931 words
|
10 minutes
Annotated explanation of David Beazley's dataklasses
David Beazley [on Twitter](https://twitter.com/dabeaz/status/1472742536649351173):
1603 words
|
8 minutes