Set Up Elasticsearch

Full-text logs.

Overview

Standing up Elasticsearch (or its OSS sibling OpenSearch) plus Kibana gives a team full-text log search, structured aggregations, and the dashboarding to actually use both. The work that matters is not node count; it is index lifecycle, mapping discipline, and choosing managed-versus-self-hosted before the first GB lands.

The approach

Three habits make Elasticsearch a reliable platform rather than a recurring 3am page: managed when possible, ILM configured before ingest starts, and index templates that enforce mapping consistency.

Why this compounds

Each indexed source grows the team's investigation surface. Cross-service patterns become visible; mean time to root cause drops; the platform becomes a primary analysis tool rather than just a search box.