Elasticsearch in Managed Hosting

Speed and convenient administration: Individually strong, together unbeatable. That's why Elasticsearch is included free of charge in all our plans.

Configure hostingTry demo
elasticsearch-logo

Elasticsearch searches articles up to 5 times faster than other search functions.

Why is Elasticsearch even better in managed hosting?

With Elasticsearch in a managed hosting package, you can rely on the usual performance of your search function, but additionally secure many time-saving and convenient services and functions. We provide a pre-installed and pre-configured Elasticsearch server on all clusters to be able to index the first documents within seconds. Additionally, we support you with 24/7/365 support and monitoring.

checkOur experts will help you set up and improve Elasticsearch instances
checkInstall Elasticsearch plugins with just one click directly in our Managed Center
checkOur automatic and manual snapshots facilitate backups and version changes
checkYou can also update your Elasticsearch version directly in our Managed Center

Manage plugins quickly & easily

You need another plugin? Just install it with two clicks directly in our management interface. Don't worry about compatibilities or expirations, we've already taken care of that.

checkInstall analysis-, ingest- and mapper plugins directly in the Managed Center
checkThe popular "analysis-icu" and "analysis-phonetic" plugins are already installed by default on all instances
checkCompatibility and correct installation of Elasticsearch and plugins is automatically ensured
elasticsearch-plugins-einfach-installieren

Automatic snapshots

Easily create automatic snapshots or create additional manual snapshots if needed. In case of a version change, you can transfer them directly to the next major version.

checkCreate automatic and manual backups in seconds
checkSnapshots can be restored at any time in the backup area of our Managed Center
checkSimplify and accelerate version changes by using snapshots

Updates without headaches

Update your Elasticsearch instances directly in our management interface. It is also possible to switch to the next major version. Due to the seamless integration of snapshots, the update succeeds without time-consuming re-indexing.

checkMinimize service interruptions with simplified, integrated update and snapshot processes
checkEven change major versions without leaving our Managed Center
checkIn addition, our system administrators are available 24/7/365 for direct support
elasticsearch-updates

More than 500 satisfied customers

BTS Business Trading Shops GmbH

The stores run smoothly, performance has increased. In case of questions or problems, the maxcluster people are always available, competent and so nice! You can also get to know them personally at various events ... more is not possible! :) Thank you!

Manuela Vogt
8MYLEZ

Our Shopware specialists develop very sophisticated online stores, with complex requirements for design, function and performance. That's why it's especially important for us to have a reliable hosting partner for an excellent foundation. With maxcluster we have found exactly this partner and can also rely on an excellent service towards our customers.

Marc Baur
CustomGento

Sympathetic support staff, with whom you can talk at eye level - here you are really helped competently and in detail. We host - as far as possible - all projects at maxcluster, because it makes our daily developer routine more pleasant :-).

Simon Sprankel
Krieger Web Services & Consulting

maxcluster offers a technical support that other companies should copy. Expert staff on the phone instead of untrained first level support. There the work goes "as if by itself" by the hand.

Kevin Krieger
webvisum

maxcluster is our reliable and always available hoster with similar years of Magento experience. Together, they create customized, high-performance hosting setups.

Andreas Mautz

Ready to upgrade?

We are happy to support you with the integration of Elasticsearch and also take care of regular security updates and monitoring afterwards.

Frequently asked questions and answers

Also, please don't hesitate to give us a call! We are always happy to help.

To ensure the highest possible speed and quality of search results, powerful search engines must be integrated into the website. One of the most important full-text search engines is Elasticsearch, whose scope of services is relied on by companies such as Facebook, Netflix, Zalando and also GitHub.

Elasticsearch offers many advantages as a search engine:

check Distributed nature: individual nodes taken together form a cluster, making it possible to distribute even large amounts of data via sharding. Data can also be multiplied across multiple nodes to cushion high query loads.
checkSimple operation
checkFast yet stable
check Offers a wide range of features: Data roll-ups, index lifecycle management
check Easy ingestion and visualization of data, as well as reporting with Kibana
checkWide range of supported programming languages such as Java, JavaScript (Node.js), PHP, Python and Ruby
check24 text languages
checkFree under Apache 2 license
checkPersists data, therefore it can be used for longer-term storage

With Elasticsearch, raw data from various sources, such as logs, system metrics, and web applications, is merged in an ingestion process and enriched with additional information as necessary. The data is then stored as JSON documents, which in turn consist of a set of pairs of keys and values. In order for search queries to return results later, the data is indexed, for which Elasticsearch uses a data structure called an inverted index.

Instead of examining all available documents in a search query, Elasticsearch examines an index by previously storing all content in a prepared manner. For this process, Elasticsearch creates one (or more) indexes, each of which functions like a kind of database and is then later searched by the searchengine.

The index created in this way is divided into several types. In these indexes documents can be stored, which can be assigned to a type. In contrast to classical SQL databases, however, the documents do not have a fixed format, but can each consist of any structure of attributes. This allows a fast full text search and the search of document data in (almost) real time.

full text search with inverted index

Example of a full text search with inverted index | Source

For storing the data, Elasticsearch can split the index into several "shards". To distribute the workload, these shards can be split into several "nodes". One node is defined as the "primary node". For small and medium-sized online stores, this node is already sufficient in most cases.

Shards in an Elasticsearch cluster

Shards in an Elasticsearch cluster | Source

If you want to learn more about how Elasticsearch works, we recommend our comprehensive blog article on the topic.

Elasticsearch hosting is included free of charge in all of our plans. Simply start your new Elasticsearch server in a few seconds and install required plugins. You can start indexing immediately.

Everybody talks about service, but in case of emergency you are on your own? Not with us - talk directly to an experienced system admin at any time, who will actively support you.

checkLightning-fast first-level support: Experienced system admins are available for you 24/7/365 immediately by phone
checkProactive 24/7 monitoring of your online store with over 50 parameters for maximum stability and performance
checkGuaranteed response times of up to 15 minutes in the event of a critical alarm that threatens the functionality of the store

Discover all our managed services.

If you want to speed up the full-text search on your own website, you can use Solr or Sphinx in addition to Elasticsearch.

Solr

Just like Elasticsearch, Solr is based on Apache Lucene and both are offered under the same Apache 2.0 license. In 2006, Solr became open source and has been actively supported by the Apache community ever since.

Solr offers not only a very detailed functional environment, but also numerous available plug-ins on top of that.

What are the advantages:

checkFast search even with millions of articles
checkMultivalue filters
checkHigh performance through local installation and enterprise NVMe SSD
checkEasily scalable and fault-tolerant
checkEasy management through our Managed Center
checkReindex without interruption and in real time
checkFlexible and easy configuration

By the way, you can set up your Solr search with us in just a few clicks.

Sphinx

Just like Elasticsearch, Sphinx is an open source application. You can use it to quickly and easily batch index and search either data stored in an SQL database, NoSQL storage, or just files. Alternatively, you index and search data on the fly, working with it much like a database server.

The features of Sphinx:

checkLarge data sets can be searched efficiently and quickly
checkModern algorithms - stop words, stem form reduction and real-time indexing without problems
checkHigh performance due to local installation and enterprise NVMe SSD
checkFast
checkEasy deployment
checkEasy management via our Managed Center
checkFlexible and easy configuration

MySQL

MySQL's software delivers a very fast, multithreaded, multi-user, robust SQL (Structured Query Language) database server. Nevertheless, Elasticsearch is much faster than MySQL's full-text search for high volumes of data, so product searches can be performed much faster than with traditional search capabilities. However, this advantage only becomes apparent with a higher number of products. As of Magento version 2.4, Elasticsearch became mandatory as a search engine and thus replaced MySQL.