mirror of
https://github.com/Graylog2/graylog2-server.git
synced 2026-03-13 09:32:21 +08:00
* use os 2.19.0-rc4 in data node * use 2.18.0 version of repository-s3 plugin * fix s3 plugin version * use repository-s3 from build * remove expired certificates from data node truststore * use ga release * disable system indices temporarily because replicas are not set correctly in single-node installations (see https://github.com/opensearch-project/security/issues/4739) * remove query-insights plugin * do not use shaded lucene classes to avoid running into UnsupportedOperationException - if the singleton getter is not called from known Lucene classes in the lucene `VectorizationProvider` called by `DirectoryReader#open` * use OS 2.19.0 shaded clients * use patched repository-s3 (see https://github.com/opensearch-project/OpenSearch/issues/17363) * add lucene-backward-codecs * use OS 2.19.1 * update to 2.19.3 * correct testcontainers version * change order of deleting os plugins * temporarily use 2.19.2 * temporarily use 2.19.2 * switch back to 2.19.3, temporarily disable remote reindexing it * Changelog * update containermatrix os server to 2.19.3 * adjust hdfs plugin hash * Better error message in test * add more verbose failure message * change default_number_of_indices for test OS * add setting only for 2.19.3 --------- Co-authored-by: Tomas Dvorak <tomas.dvorak@graylog.com>
First version, additional info to follow.