docs: update elk stack

This commit is contained in:
Stefan Rotsch
2024-06-25 17:54:06 +02:00
committed by Stefan Rotsch
parent 85bef49afe
commit b69bc0eacd
8 changed files with 35 additions and 43 deletions

View File

@@ -2,13 +2,9 @@
title: "Elasticsearch"
ring: trial
quadrant: platforms-and-aoe-services
tags: [devops]
---
Elasticsearch is a REST-based search and analytics engine based on Lucene.
Unlike its competitor Apache Solr, it was developed in the beginning with clustering and scaling in mind.
It allows you to create complex queries while still delivering results very fast.
Elasticsearch is a REST-based search and analytics engine based on [Lucene](https://lucene.apache.org/). Unlike its competitor [Apache Solr](https://solr.apache.org/), it was developed from the beginning with clustering and scaling in mind. It allows you to create complex queries while still delivering results very quickly.
At AOE, we use Elasticsearch for logging as well as our own search solution [Searchperience®](http://www.searchperience.com/).
We recently moved the Searchperience stack from Solr to Elasticsearch and think this was the right decision.
Especially in terms of scaling, ease of use and performance, Elasticsearch really shines.
Also, the API design took some learnings from Apache SOLR into account - for example, the queryDSL is a powerful way of describing different search use cases with highly flexible support of aggregations, etc.
At AOE, we use Elasticsearch for logging as well as our own search solution, [Searchperience®](http://www.searchperience.com/). We recently moved the Searchperience stack from Solr to Elasticsearch and believe this was the right decision. Especially in terms of scaling, ease of use, and performance, Elasticsearch really shines. Additionally, the API design incorporates learnings from Apache Solr - for example, the queryDSL is a powerful way of describing different search use cases with highly flexible support for aggregations, etc.