FusionAuth / fusionauth-site

Website and documentation for FusionAuth
https://fusionauth.io
Other
48 stars 46 forks source link

List of APIs which depends on Elasticsearch engine #1474

Open andrew-ignatiev opened 2 years ago

andrew-ignatiev commented 2 years ago

Hey guys,

On the website there is mention "The Elasticsearch search engine is appropriate for systems that are dependent on the FusionAuth APIs (such as user search),". Is there any reference what other APIs use Elasticsearch engine? It would be very helpful to have such list of APIs on site so developers can investigate performance issues in the cloud where ElasticSearch may experience latency issue, for example when JVM Memory Pressure reaches 75%.

andrew-ignatiev commented 2 years ago

For example do these API /api/passwordless/login , /api/passwordless/start depend on Elasticsearch engine ?

mooreds commented 2 years ago

Thanks for pointing out the flaw in our docs. Currently searching for users and entities are the only features which depend on Elasticsearch.

I'm going to leave this issue open so we can document that fact.