Production Deployment Guide - OpenSearch Dashboards as a Systemd Service
A comprehensive guide for deploying OpenSearch Dashboards as a systemd service in production environments, including configuration settings, permissions management, and common troubleshooting steps.
435 words
|
2 minutes
Browsing your local git checkout of homebrew-core
The [homebrew-core](https://github.com/Homebrew/homebrew-core) repository contains all of the default formulas for Homebrew.
100 words
|
1 minute
OpenSearch NFS Mount Configuration for Cluster Data Migration
A comprehensive guide for configuring NFS mounts to facilitate OpenSearch data migration across cluster nodes, including step-by-step instructions, troubleshooting tips, and security considerations.
621 words
|
3 minutes
Remote Windows System Monitoring from Linux Using WMI and winexe
A comprehensive guide to remotely monitoring and managing Windows systems from Linux using winexe, wmic, and WQL queries with practical examples and troubleshooting tips.
851 words
|
4 minutes
SQLite triggers
I wrote a Python script, [triggers.py](https://github.com/simonw/til/blob/main/sqlite/triggers.py), to help me understand what data is available to...
1434 words
|
7 minutes
Related content with SQLite FTS and a Datasette template function
Today I added "related TILs" to this TIL website - so each TIL now shows five related TILs at the bottom of the page.
757 words
|
4 minutes
Monitoring Windows Systems Remotely Through WMI with Icinga
A comprehensive guide to setting up remote Windows monitoring using WMI and the check_wmi_plus plugin with Icinga, without requiring an agent on the Windows servers.
835 words
|
4 minutes
Understanding Wazuh Data Analysis and Rule Engine
A comprehensive technical deep-dive into Wazuh's data analysis process, rule engine, and ruleset configuration, with detailed diagrams explaining how logs are collected, decoded, and matched against rules.
1198 words
|
6 minutes