artefactual/atom-docs

Problem: ES optimization recommendations in Admin manual are out of date for current ES version

Aberta

#321 aberto em 18 de jun. de 2025

 (0 comentário) (0 reação) (0 responsável)Python (32 forks)auto 404
admin manualgood first issueminor fix

Métricas do repositório

Stars
 (21 estrelas)
Métricas de merge de PR
 (Métricas PR pendentes)

Description

Reported in the user forum, 2025-06-18:

In the 2.9 Admin doc page on Elasticsearch, it recommends disabling auto-discovery by setting the Transport Type to Local for performance:

However, as of ES 6.0 and later, Local Transport has been removed. Attempting to make this change in AtoM 2.9 or later causes ES to crash. See:

Guia do colaborador