ElasticSearch: Difference between revisions

From neuromatch
No edit summary
No edit summary
Line 8: Line 8:
discovery.type: single-node
discovery.type: single-node
xpack.security.enabled: true
xpack.security.enabled: true
</pre>
<code>/home/mastodon/.env.production</code>
<pre>
idk if we should put this part online but there is some config here too
</pre>
</pre>



Revision as of 02:19, 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

/home/mastodon/.env.production

idk if we should put this part online but there is some config here too


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