PHPackages                             glue-agency/craft-elasticsearch - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Search &amp; Filtering](/categories/search)
4. /
5. glue-agency/craft-elasticsearch

ActiveCraft-plugin[Search &amp; Filtering](/categories/search)

glue-agency/craft-elasticsearch
===============================

Index Craft Elements to Elasticsearch

v5.x-dev(2mo ago)0140mitPHPPHP ^8.2

Since Mar 10Pushed 2mo agoCompare

[ Source](https://github.com/glue-agency/craft-elasticsearch)[ Packagist](https://packagist.org/packages/glue-agency/craft-elasticsearch)[ RSS](/packages/glue-agency-craft-elasticsearch/feed)WikiDiscussions v5 Synced 3w ago

READMEChangelogDependencies (5)Versions (6)Used By (0)

Elasticsearch
=============

[](#elasticsearch)

Index Craft Elements to Elasticsearch

Requirements
------------

[](#requirements)

This plugin requires Craft CMS 5.0.0 or later, and PHP 8.2 or later.

Installation
------------

[](#installation)

You can install this plugin from the Plugin Store or with Composer.

#### With Composer

[](#with-composer)

Open your terminal and run the following commands:

```
# go to the project directory
cd /path/to/my-project.test

# tell Composer to load the plugin
composer require glue-agency/craft-elasticsearch

# tell Craft to install the plugin
./craft plugin/install elasticsearch
```

Configuration
-------------

[](#configuration)

If you create a `elasticsearch.php` file in the `config` folder you can overwrite the following plugin settings. The config file supports [multi env setup](https://craftcms.com/docs/4.x/config/#multi-environment-configs).

```
