Adding site search to Netlify sites using Elasticsearch
A technical guide on implementing site search for static Netlify sites using Elasticsearch, 11ty, and the Elasticsearch bulk API.
A technical guide on implementing site search for static Netlify sites using Elasticsearch, 11ty, and the Elasticsearch bulk API.
Explains Retrieval Augmented Generation (RAG) for using ChatGPT with custom data, including a C# implementation sample.
A technical guide on configuring a data pipeline from Kafka to Elasticsearch using Logstash, including Docker setup and configuration examples.
A technical guide on setting up Elastic Workplace Search for local development using Docker and Docker Compose.
Explores multi-tenant Elasticsearch/OpenSearch isolation models, comparing one index per tenant vs. document-level security with performance tests.
A critique of Elastic's decision to change Elasticsearch's license, arguing it betrays open source principles and its contributor community.
A guide to integrating Cartography with Elasticsearch for continuous monitoring and drift detection of cloud assets in multi-cloud environments.
A tutorial on setting up a load-balanced Elasticsearch cluster using Docker Compose and Traefik for simplified networking.
A technical guide on using strace to debug Nginx request/response handling and log truncation issues in a logging pipeline.
A developer's guide to Elasticsearch best practices, covering mapping, settings, querying, and strategy for optimal performance.
A tutorial on using the Elasticsearch 7.0 Go client with Docker to set up a development cluster and build a web API.
A case study on using Elasticsearch as the primary data store for a large e-commerce platform's search ETL pipeline, replacing legacy Oracle systems.
A guide on using the ELK Stack (Elasticsearch, Logstash, Kibana) to analyze and triage large-scale Nmap scan results for penetration testing and offensive security.
A guide to deploying the EFK (Elasticsearch, Fluentd, Kibana) logging stack on Azure Kubernetes Service (AKS) using a custom Helm chart.
A technical talk on optimizing Elasticsearch query performance using caching strategies, presented at an Elastic User Group meetup.
A guide to using Docker images for the ELK-B stack (ElasticSearch, Kibana, Beats) to monitor and log applications running in Docker Swarm.
A tutorial on setting up Elasticsearch and Kibana with an ASP.NET Core application using Docker and Serilog for logging.
Learn to integrate ElasticSearch and Kibana with Service Fabric for advanced log monitoring and visualization of application diagnostics.
Laravel Scout is a driver-based full-text search package for Eloquent models, simplifying integration with services like Algolia and ElasticSearch.
A technical guide on diagnosing and manually allocating unassigned Elasticsearch shards to a node, focusing on disk space errors.