Files
backstage/plugins/search-backend-module-elasticsearch
Patrik Oldsberg 2faf047072 Merge pull request #21604 from backstage/rugvip/kebab
switch all backend module IDs to use kebab-case
2023-11-29 10:54:41 +01:00
..
2023-10-26 14:43:35 -05:00
2023-11-28 13:37:18 +00:00
2023-10-29 14:35:52 -05:00
2023-11-28 13:37:18 +00:00

search-backend-module-elasticsearch

This is an extension to module to search-backend-node plugin, which provides basic types, interfaces and functionality to implement search process within Backstage.

This module provides functionality to index and implement querying using ElasticSearch engine. The module exposes configuration options to connect Backstage to your ElasticSearch cluster to be used as search engine.

Getting started

See Backstage documentation for details on how to install and configure ElasticSearch for your Backstage instance.