ElasticSearch: Difference between revisions

165 bytes added ,  02:05, 27 October 2023
no edit summary
No edit summary
No edit summary
Line 1: Line 1:
== Config ==
List any changed config values here!!!
<code>/etc/elasticsearch/elasticsearch.yml</code>:
<pre>
network.host: localhost
discovery.type: single-node
xpack.security.enabled: true
</pre>
== References ==
== References ==


Docs:
Docs:
* https://docs.joinmastodon.org/admin/elasticsearch/
* https://docs.joinmastodon.org/admin/elasticsearch/
* https://docs-p.joinmastodon.org/admin/optional/elasticsearch/
* https://blog.thms.uk/2023/09/mastodon-elasticsearch
* https://blog.thms.uk/2023/09/mastodon-elasticsearch
* https://github.com/felx/mastodon-documentation/blob/master/Running-Mastodon/Elasticsearch-guide.md
* (pretty old at this point) https://github.com/felx/mastodon-documentation/blob/master/Running-Mastodon/Elasticsearch-guide.md


Since we are running on a small VPS, we might need to configure it for a low memory environment!
Since we are running on a small VPS, we might need to configure it for a low memory environment!