ElasticSearch: Difference between revisions

From neuromatch
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!

Revision as of 02:05, 27 October 2023

Config

List any changed config values here!!!

/etc/elasticsearch/elasticsearch.yml:

network.host: localhost
discovery.type: single-node
xpack.security.enabled: true


References

Docs:

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

Discord

sneakers.the.rat#elasticsearch23-10-27 02:29:48

OK yet again starting thread on getting ElasticSearch running