Files
backstage/plugins/search-backend-module-elasticsearch
Fredrik Adelöw 1bac33afb3 Merge pull request #23951 from aochsner/feature/elastic-optional
make elasticsearch provider optional if search.elasticsearch not defined
2024-04-10 13:17:37 +02:00
..
2024-04-05 08:59:08 -05:00
2024-04-09 15:55:28 +00:00
2024-02-08 09:53:18 +01:00
2024-04-09 15:55:28 +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.