<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Elasticsearch Utilization [Self Hosted - Community Edition]]]></title><description><![CDATA[<p dir="auto">Hi there,</p>
<p dir="auto">Does FusionAuth use Elasticsearch for anything other than the administration UI? This would help me determine my potential usage and how to best host Elasticsearch for my overall needs (my apps would utilize it as well).</p>
<p dir="auto">Thanks!</p>
]]></description><link>https://fusionauth.io/community/forum/topic/20/elasticsearch-utilization-self-hosted-community-edition</link><generator>RSS for Node</generator><lastBuildDate>Wed, 12 Aug 2026 08:53:04 GMT</lastBuildDate><atom:link href="https://fusionauth.io/community/forum/topic/20.rss" rel="self" type="application/rss+xml"/><pubDate>Sun, 26 Apr 2020 06:32:17 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Elasticsearch Utilization [Self Hosted - Community Edition] on Fri, 01 May 2020 13:58:04 GMT]]></title><description><![CDATA[<p dir="auto"><a class="mention plugin-mentions-user plugin-mentions-a" href="https://fusionauth.io/community/forum/uid/3">@robotdan</a> Thanks Dan!</p>
]]></description><link>https://fusionauth.io/community/forum/post/88</link><guid isPermaLink="true">https://fusionauth.io/community/forum/post/88</guid><dc:creator><![CDATA[dan]]></dc:creator><pubDate>Fri, 01 May 2020 13:58:04 GMT</pubDate></item><item><title><![CDATA[Reply to Elasticsearch Utilization [Self Hosted - Community Edition] on Fri, 01 May 2020 02:44:16 GMT]]></title><description><![CDATA[<p dir="auto"><a class="mention plugin-mentions-user plugin-mentions-a" href="https://fusionauth.io/community/forum/uid/19">@mgetka</a></p>
<p dir="auto">The Elasticsearch index is not queried during an authentication request, it is only used for search operations. We do attempt to update the search index during an authentication request but it is not directly required to complete login.</p>
]]></description><link>https://fusionauth.io/community/forum/post/86</link><guid isPermaLink="true">https://fusionauth.io/community/forum/post/86</guid><dc:creator><![CDATA[[[global:former-user]]]]></dc:creator><pubDate>Fri, 01 May 2020 02:44:16 GMT</pubDate></item><item><title><![CDATA[Reply to Elasticsearch Utilization [Self Hosted - Community Edition] on Thu, 30 Apr 2020 16:46:49 GMT]]></title><description><![CDATA[<p dir="auto">Hiya,</p>
<p dir="auto">I'm not sure what you are asking? Are you asking if any ElasticSearch calls are in the path of the authentication system?</p>
<p dir="auto">Whether that is the case or not, that's an internal implementation detail, so I'm curious how this would be helpful to you. Can you help me understand?</p>
]]></description><link>https://fusionauth.io/community/forum/post/81</link><guid isPermaLink="true">https://fusionauth.io/community/forum/post/81</guid><dc:creator><![CDATA[dan]]></dc:creator><pubDate>Thu, 30 Apr 2020 16:46:49 GMT</pubDate></item><item><title><![CDATA[Reply to Elasticsearch Utilization [Self Hosted - Community Edition] on Thu, 30 Apr 2020 15:58:36 GMT]]></title><description><![CDATA[<p dir="auto">Is elasticsearch index used internally to fulfill requests that implicate some kind of user lookup? I mean, for example, user authentication process where the user must be found based on email/username.</p>
]]></description><link>https://fusionauth.io/community/forum/post/80</link><guid isPermaLink="true">https://fusionauth.io/community/forum/post/80</guid><dc:creator><![CDATA[mgetka]]></dc:creator><pubDate>Thu, 30 Apr 2020 15:58:36 GMT</pubDate></item><item><title><![CDATA[Reply to Elasticsearch Utilization [Self Hosted - Community Edition] on Mon, 27 Apr 2020 21:32:17 GMT]]></title><description><![CDATA[<p dir="auto">If you are willing to start with a release candidate, I believe that 1.16.0-RC1 does not require installation of ElasticSearch: <a href="https://hub.docker.com/r/fusionauth/fusionauth-app/tags" rel="nofollow ugc">https://hub.docker.com/r/fusionauth/fusionauth-app/tags</a></p>
]]></description><link>https://fusionauth.io/community/forum/post/57</link><guid isPermaLink="true">https://fusionauth.io/community/forum/post/57</guid><dc:creator><![CDATA[dan]]></dc:creator><pubDate>Mon, 27 Apr 2020 21:32:17 GMT</pubDate></item><item><title><![CDATA[Reply to Elasticsearch Utilization [Self Hosted - Community Edition] on Mon, 27 Apr 2020 19:35:20 GMT]]></title><description><![CDATA[<p dir="auto">That would be optimal. I was originally looking at running <a href="https://manticoresearch.com/" rel="nofollow ugc">ManticoreSearch</a> or <a href="http://sphinxsearch.com/" rel="nofollow ugc">SphinxSearch</a> since they are generally cheaper to run and have less overhead (I can run a whole search instance for multiple apps on a 1GB VM or less vs. multiple 2 to 8 GB VMs). I don't plan on doing much, if any, extensive user searching and for what I do plan on using it can be done within my application DB and search rather than the FA instance(s).</p>
]]></description><link>https://fusionauth.io/community/forum/post/54</link><guid isPermaLink="true">https://fusionauth.io/community/forum/post/54</guid><dc:creator><![CDATA[firrae]]></dc:creator><pubDate>Mon, 27 Apr 2020 19:35:20 GMT</pubDate></item><item><title><![CDATA[Reply to Elasticsearch Utilization [Self Hosted - Community Edition] on Mon, 27 Apr 2020 15:31:29 GMT]]></title><description><![CDATA[<p dir="auto">Hi,</p>
<p dir="auto">ElasticSearch is used to provide search functionality in both the admin UI and any APIs using a search endpoint, for example searching for users: <a href="https://fusionauth.io/docs/v1/tech/apis/users#search-for-users" rel="nofollow ugc">https://fusionauth.io/docs/v1/tech/apis/users#search-for-users</a></p>
<p dir="auto">In the near future there will be two search options, one just using the database without Elasticsearch. More details here: <a href="https://github.com/FusionAuth/fusionauth-issues/issues/427" rel="nofollow ugc">https://github.com/FusionAuth/fusionauth-issues/issues/427</a></p>
<p dir="auto">Let me know if that answers your question.</p>
]]></description><link>https://fusionauth.io/community/forum/post/48</link><guid isPermaLink="true">https://fusionauth.io/community/forum/post/48</guid><dc:creator><![CDATA[dan]]></dc:creator><pubDate>Mon, 27 Apr 2020 15:31:29 GMT</pubDate></item></channel></rss>