Maybe the log file can tell us something?
[2025-12-03T17:57:24,642][INFO ][o.e.n.j.JdkVectorLibrary ] [host] vec_caps=1
[2025-12-03T17:57:24,667][INFO ][o.e.n.NativeAccess ] [host] Using native vector library; to disable start with -Dorg.elasticsearch.nativeaccess.enableVectorLibrary=false
[2025-12-03T17:57:24,687][INFO ][o.e.n.NativeAccess ] [host] Using [jdk] native provider and native methods for [Linux]
[2025-12-03T17:57:24,780][INFO ][o.a.l.i.v.PanamaVectorizationProvider] [host] Java vector incubator API enabled; uses preferredBitSize=256; FMA enabled
[2025-12-03T17:57:24,857][INFO ][o.e.b.Elasticsearch ] [host] Bootstrapping Entitlements
[2025-12-03T17:57:28,653][INFO ][o.e.n.Node ] [host] version[8.18.3], pid[1433833], build[rpm/28fc77664903e7de48ba5632e5d8bfeb5e3ed39c/2025-06-18T22:08:41.171261054Z], OS[Linux/5.15.0-309.180.4.el9uek.x86_64/amd64], JVM[Oracle Corporation/OpenJDK 64-Bit Server VM/24/24+36-3646]
[2025-12-03T17:57:28,653][INFO ][o.e.n.Node ] [host] JVM home [/usr/share/elasticsearch/jdk], using bundled JDK [true]
[2025-12-03T17:57:28,653][INFO ][o.e.n.Node ] [host] JVM arguments [-Des.networkaddress.cache.ttl=60, -Des.networkaddress.cache.negative.ttl=10, -XX:+AlwaysPreTouch, -Xss1m, -Djava.awt.headless=true, -Dfile.encoding=UTF-8, -Djna.nosys=true, -XX:-OmitStackTraceInFastThrow, -Dio.netty.noUnsafe=true, -Dio.netty.noKeySetOptimization=true, -Dio.netty.recycler.maxCapacityPerThread=0, -Dlog4j.shutdownHookEnabled=false, -Dlog4j2.disable.jmx=true, -Dlog4j2.formatMsgNoLookups=true, -Djava.locale.providers=CLDR, -Dorg.apache.lucene.vectorization.upperJavaFeatureVersion=24, -Des.distribution.type=rpm, -Des.java.type=null, --enable-native-access=org.elasticsearch.nativeaccess,org.apache.lucene.core, --enable-native-access=ALL-UNNAMED, --illegal-native-access=deny, -XX:ReplayDataFile=/var/log/elasticsearch/replay_pid%p.log, -Des.entitlements.enabled=true, -XX:+EnableDynamicAgentLoading, -Djdk.attach.allowAttachSelf=true, --patch-module=java.base=lib/entitlement-bridge/elasticsearch-entitlement-bridge-8.18.3.jar, --add-exports=java.base/org.elasticsearch.entitlement.bridge=org.elasticsearch.entitlement,java.logging,java.net.http,java.naming,jdk.net, -XX:+UseG1GC, -Djava.io.tmpdir=/tmp/elasticsearch-480381667597147711, --add-modules=jdk.incubator.vector, -XX:+HeapDumpOnOutOfMemoryError, -XX:+ExitOnOutOfMemoryError, -XX:HeapDumpPath=/var/lib/elasticsearch, -XX:ErrorFile=/var/log/elasticsearch/hs_err_pid%p.log, -Xlog:gc*,gc+age=trace,safepoint:file=/var/log/elasticsearch/gc.log:utctime,level,pid,tags:filecount=32,filesize=64m, -Xms3884m, -Xmx3884m, -XX:MaxDirectMemorySize=2036334592, -XX:G1HeapRegionSize=4m, -XX:InitiatingHeapOccupancyPercent=30, -XX:G1ReservePercent=15, --module-path=/usr/share/elasticsearch/lib, --add-modules=jdk.net, --add-modules=jdk.management.agent, --add-modules=ALL-MODULE-PATH, -Djdk.module.main=org.elasticsearch.server]
[2025-12-03T17:57:28,654][INFO ][o.e.n.Node ] [host] Default Locale [en_US]
[2025-12-03T17:57:31,482][INFO ][t.b.r.b.LogPluginBuildInfoMessage$] [host] Starting ReadonlyREST plugin v1.67.3 on Elasticsearch v8.18.3
[2025-12-03T17:57:31,501][WARN ][o.e.e.r.p.P.r.ALL-UNNAMED] [host] Not entitled: component [readonlyrest], module [ALL-UNNAMED], class [class tech.beshu.ror.tools.core.utils.EsDirectory$], entitlement [file], operation [read], path [/usr/share/elasticsearch]
org.elasticsearch.entitlement.runtime.api.NotEntitledException: component [readonlyrest], module [ALL-UNNAMED], class [class tech.beshu.ror.tools.core.utils.EsDirectory$], entitlement [file], operation [read], path [/usr/share/elasticsearch]
at org.elasticsearch.entitlement.runtime.policy.PolicyManager.notEntitled(PolicyManager.java:690) ~[elasticsearch-entitlement-8.18.3.jar:?]
at org.elasticsearch.entitlement.runtime.policy.PolicyManager.checkFileRead(PolicyManager.java:511) ~[elasticsearch-entitlement-8.18.3.jar:?]
at org.elasticsearch.entitlement.runtime.policy.PolicyManager.checkFileRead(PolicyManager.java:475) ~[elasticsearch-entitlement-8.18.3.jar:?]
at org.elasticsearch.entitlement.runtime.policy.PolicyManager.checkFileRead(PolicyManager.java:454) ~[elasticsearch-entitlement-8.18.3.jar:?]
at org.elasticsearch.entitlement.runtime.api.ElasticsearchEntitlementChecker.check$java_io_File$exists(ElasticsearchEntitlementChecker.java:1451) ~[elasticsearch-entitlement-8.18.3.jar:?]
at java.io.File.exists(File.java) ~[?:?]
at tech.beshu.ror.tools.core.utils.EsDirectory$.verifyEsLocation(EsDirectory.scala:69) ~[ror-tools-core.jar:?]
at tech.beshu.ror.tools.core.utils.EsDirectory$.from(EsDirectory.scala:59) ~[ror-tools-core.jar:?]
at tech.beshu.ror.tools.core.patches.PatchingVerifier$.createEsPatchExecutor$$anonfun$1(PatchingVerifier.scala:44) ~[ror-tools-core.jar:?]
at scala.util.Try$.apply(Try.scala:217) ~[scala-library-2.13.14.jar:?]
at tech.beshu.ror.tools.core.patches.PatchingVerifier$.createEsPatchExecutor(PatchingVerifier.scala:44) ~[ror-tools-core.jar:?]
at tech.beshu.ror.tools.core.patches.PatchingVerifier$.verify(PatchingVerifier.scala:32) ~[ror-tools-core.jar:?]
at tech.beshu.ror.es.utils.EsPatchVerifier$.verify$$anonfun$1$$anonfun$1(EsPatchVerifier.scala:28) ~[readonlyrest-1.67.3_es8.18.3.jar:?]
at scala.util.Either.flatMap(Either.scala:360) ~[scala-library-2.13.14.jar:?]
at tech.beshu.ror.es.utils.EsPatchVerifier$.verify$$anonfun$1(EsPatchVerifier.scala:28) ~[readonlyrest-1.67.3_es8.18.3.jar:?]
at tech.beshu.ror.es.utils.EsPatchVerifier$.verify$$anonfun$adapted$1(EsPatchVerifier.scala:33) ~[readonlyrest-1.67.3_es8.18.3.jar:?]
at tech.beshu.ror.utils.AccessControllerHelper$$anon$1.run(AccessControllerHelper.scala:28) ~[core-1.67.3.jar:?]
at java.security.AccessController.doPrivileged(AccessController.java:74) ~[?:?]
at tech.beshu.ror.utils.AccessControllerHelper$.doPrivileged(AccessControllerHelper.scala:29) ~[core-1.67.3.jar:?]
at tech.beshu.ror.es.utils.EsPatchVerifier$.verify(EsPatchVerifier.scala:33) ~[readonlyrest-1.67.3_es8.18.3.jar:?]
at tech.beshu.ror.es.ReadonlyRestPlugin.<init>(ReadonlyRestPlugin.scala:91) ~[readonlyrest-1.67.3_es8.18.3.jar:?]
at jdk.internal.reflect.DirectConstructorHandleAccessor.newInstance(DirectConstructorHandleAccessor.java:62) ~[?:?]
at java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:499) ~[?:?]
at java.lang.reflect.Constructor.newInstance(Constructor.java:483) ~[?:?]
at org.elasticsearch.plugins.PluginsService.loadPlugin(PluginsService.java:512) ~[elasticsearch-8.18.3.jar:?]
at org.elasticsearch.plugins.PluginsService.loadBundle(PluginsService.java:427) ~[elasticsearch-8.18.3.jar:?]
at org.elasticsearch.plugins.PluginsService.lambda$loadPluginBundles$2(PluginsService.java:219) ~[elasticsearch-8.18.3.jar:?]
at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:186) ~[?:?]
at java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:215) ~[?:?]
at java.util.Iterator.forEachRemaining(Iterator.java:133) ~[?:?]
at java.util.Spliterators$IteratorSpliterator.forEachRemaining(Spliterators.java:1939) ~[?:?]
at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:570) ~[?:?]
at java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:560) ~[?:?]
at java.util.stream.ForEachOps$ForEachOp.evaluateSequential(ForEachOps.java:153) ~[?:?]
at java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(ForEachOps.java:176) ~[?:?]
at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:265) ~[?:?]
at java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:636) ~[?:?]
at org.elasticsearch.plugins.PluginsService.loadPluginBundles(PluginsService.java:219) ~[elasticsearch-8.18.3.jar:?]
at org.elasticsearch.plugins.PluginsService.<init>(PluginsService.java:94) ~[elasticsearch-8.18.3.jar:?]
at org.elasticsearch.node.NodeServiceProvider.newPluginService(NodeServiceProvider.java:57) ~[elasticsearch-8.18.3.jar:?]
at org.elasticsearch.node.NodeConstruction.createEnvironment(NodeConstruction.java:480) ~[elasticsearch-8.18.3.jar:?]
at org.elasticsearch.node.NodeConstruction.prepareConstruction(NodeConstruction.java:274) ~[elasticsearch-8.18.3.jar:?]
at org.elasticsearch.node.Node.<init>(Node.java:201) ~[elasticsearch-8.18.3.jar:?]
at org.elasticsearch.bootstrap.Elasticsearch$2.<init>(Elasticsearch.java:385) ~[elasticsearch-8.18.3.jar:?]
at org.elasticsearch.bootstrap.Elasticsearch.initPhase3(Elasticsearch.java:385) ~[elasticsearch-8.18.3.jar:?]
at org.elasticsearch.bootstrap.Elasticsearch.main(Elasticsearch.java:97) ~[elasticsearch-8.18.3.jar:?]
[2025-12-03T17:57:31,513][WARN ][t.b.r.e.u.EsPatchVerifier$] [host] Cannot verify if the ES was patched. component [readonlyrest], module [ALL-UNNAMED], class [class tech.beshu.ror.tools.core.utils.EsDirectory$], entitlement [file], operation [read], path [/usr/share/elasticsearch]
[2025-12-03T17:57:31,569][INFO ][t.b.r.c.RorProperties$ ] [host] No 'com.readonlyrest.settings.maxSize' property found. Using default: 3.0 MB
[2025-12-03T17:57:31,869][INFO ][t.b.r.c.RorSsl$ ] [host] Cannot find SSL configuration in /etc/elasticsearch/elasticsearch.yml ...
[2025-12-03T17:57:31,871][INFO ][t.b.r.c.RorSsl$ ] [host] ... trying: /etc/elasticsearch/readonlyrest.yml
[2025-12-03T17:57:31,926][INFO ][t.b.r.c.FipsConfiguration$] [host] Cannot find FIPS configuration in /etc/elasticsearch/elasticsearch.yml ...
[2025-12-03T17:57:31,926][INFO ][t.b.r.c.FipsConfiguration$] [host] ... trying: /etc/elasticsearch/readonlyrest.yml
[2025-12-03T17:57:31,929][INFO ][t.b.r.b.EsInitListener ] [host] ReadonlyREST is waiting for full Elasticsearch init
[2025-12-03T17:57:32,119][INFO ][o.e.p.PluginsService ] [host] loaded module [repository-url]
[2025-12-03T17:57:32,120][INFO ][o.e.p.PluginsService ] [host] loaded module [rest-root]
[2025-12-03T17:57:32,120][INFO ][o.e.p.PluginsService ] [host] loaded module [x-pack-core]
[2025-12-03T17:57:32,120][INFO ][o.e.p.PluginsService ] [host] loaded module [x-pack-redact]
[2025-12-03T17:57:32,121][INFO ][o.e.p.PluginsService ] [host] loaded module [ingest-user-agent]
[2025-12-03T17:57:32,121][INFO ][o.e.p.PluginsService ] [host] loaded module [x-pack-async-search]
[2025-12-03T17:57:32,121][INFO ][o.e.p.PluginsService ] [host] loaded module [x-pack-monitoring]
[2025-12-03T17:57:32,121][INFO ][o.e.p.PluginsService ] [host] loaded module [repository-s3]
[2025-12-03T17:57:32,121][INFO ][o.e.p.PluginsService ] [host] loaded module [x-pack-analytics]
[2025-12-03T17:57:32,122][INFO ][o.e.p.PluginsService ] [host] loaded module [x-pack-esql-core]
[2025-12-03T17:57:32,122][INFO ][o.e.p.PluginsService ] [host] loaded module [x-pack-ent-search]
[2025-12-03T17:57:32,122][INFO ][o.e.p.PluginsService ] [host] loaded module [x-pack-autoscaling]
[2025-12-03T17:57:32,122][INFO ][o.e.p.PluginsService ] [host] loaded module [lang-painless]
[2025-12-03T17:57:32,123][INFO ][o.e.p.PluginsService ] [host] loaded module [x-pack-ml]
[2025-12-03T17:57:32,123][INFO ][o.e.p.PluginsService ] [host] loaded module [lang-mustache]
[2025-12-03T17:57:32,123][INFO ][o.e.p.PluginsService ] [host] loaded module [legacy-geo]
[2025-12-03T17:57:32,124][INFO ][o.e.p.PluginsService ] [host] loaded module [logsdb]
[2025-12-03T17:57:32,124][INFO ][o.e.p.PluginsService ] [host] loaded module [x-pack-ql]
[2025-12-03T17:57:32,124][INFO ][o.e.p.PluginsService ] [host] loaded module [rank-rrf]
[2025-12-03T17:57:32,125][INFO ][o.e.p.PluginsService ] [host] loaded module [analysis-common]
[2025-12-03T17:57:32,125][INFO ][o.e.p.PluginsService ] [host] loaded module [health-shards-availability]
[2025-12-03T17:57:32,125][INFO ][o.e.p.PluginsService ] [host] loaded module [transport-netty4]
[2025-12-03T17:57:32,125][INFO ][o.e.p.PluginsService ] [host] loaded module [aggregations]
[2025-12-03T17:57:32,126][INFO ][o.e.p.PluginsService ] [host] loaded module [ingest-common]
[2025-12-03T17:57:32,127][INFO ][o.e.p.PluginsService ] [host] loaded module [frozen-indices]
[2025-12-03T17:57:32,127][INFO ][o.e.p.PluginsService ] [host] loaded module [x-pack-identity-provider]
[2025-12-03T17:57:32,128][INFO ][o.e.p.PluginsService ] [host] loaded module [x-pack-shutdown]
[2025-12-03T17:57:32,129][INFO ][o.e.p.PluginsService ] [host] loaded module [x-pack-text-structure]
[2025-12-03T17:57:32,129][INFO ][o.e.p.PluginsService ] [host] loaded module [snapshot-repo-test-kit]
[2025-12-03T17:57:32,129][INFO ][o.e.p.PluginsService ] [host] loaded module [ml-package-loader]
[2025-12-03T17:57:32,129][INFO ][o.e.p.PluginsService ] [host] loaded module [kibana]
[2025-12-03T17:57:32,129][INFO ][o.e.p.PluginsService ] [host] loaded module [constant-keyword]
[2025-12-03T17:57:32,130][INFO ][o.e.p.PluginsService ] [host] loaded module [x-pack-logstash]
[2025-12-03T17:57:32,130][INFO ][o.e.p.PluginsService ] [host] loaded module [x-pack-ccr]
[2025-12-03T17:57:32,130][INFO ][o.e.p.PluginsService ] [host] loaded module [x-pack-graph]
[2025-12-03T17:57:32,130][INFO ][o.e.p.PluginsService ] [host] loaded module [rank-vectors]
[2025-12-03T17:57:32,131][INFO ][o.e.p.PluginsService ] [host] loaded module [x-pack-esql]
[2025-12-03T17:57:32,131][INFO ][o.e.p.PluginsService ] [host] loaded module [parent-join]
[2025-12-03T17:57:32,132][INFO ][o.e.p.PluginsService ] [host] loaded module [counted-keyword]
[2025-12-03T17:57:32,133][INFO ][o.e.p.PluginsService ] [host] loaded module [x-pack-enrich]
[2025-12-03T17:57:32,133][INFO ][o.e.p.PluginsService ] [host] loaded module [repositories-metering-api]
[2025-12-03T17:57:32,133][INFO ][o.e.p.PluginsService ] [host] loaded module [transform]
[2025-12-03T17:57:32,135][INFO ][o.e.p.PluginsService ] [host] loaded module [repository-azure]
[2025-12-03T17:57:32,135][INFO ][o.e.p.PluginsService ] [host] loaded module [dot-prefix-validation]
[2025-12-03T17:57:32,136][INFO ][o.e.p.PluginsService ] [host] loaded module [repository-gcs]
[2025-12-03T17:57:32,139][INFO ][o.e.p.PluginsService ] [host] loaded module [spatial]
[2025-12-03T17:57:32,139][INFO ][o.e.p.PluginsService ] [host] loaded module [x-pack-otel-data]
[2025-12-03T17:57:32,140][INFO ][o.e.p.PluginsService ] [host] loaded module [apm]
[2025-12-03T17:57:32,140][INFO ][o.e.p.PluginsService ] [host] loaded module [mapper-extras]
[2025-12-03T17:57:32,140][INFO ][o.e.p.PluginsService ] [host] loaded module [mapper-version]
[2025-12-03T17:57:32,142][INFO ][o.e.p.PluginsService ] [host] loaded module [x-pack-rollup]
[2025-12-03T17:57:32,142][INFO ][o.e.p.PluginsService ] [host] loaded module [percolator]
[2025-12-03T17:57:32,142][INFO ][o.e.p.PluginsService ] [host] loaded module [x-pack-migrate]
[2025-12-03T17:57:32,142][INFO ][o.e.p.PluginsService ] [host] loaded module [data-streams]
[2025-12-03T17:57:32,143][INFO ][o.e.p.PluginsService ] [host] loaded module [x-pack-stack]
[2025-12-03T17:57:32,143][INFO ][o.e.p.PluginsService ] [host] loaded module [rank-eval]
[2025-12-03T17:57:32,143][INFO ][o.e.p.PluginsService ] [host] loaded module [reindex]
[2025-12-03T17:57:32,143][INFO ][o.e.p.PluginsService ] [host] loaded module [systemd]
[2025-12-03T17:57:32,143][INFO ][o.e.p.PluginsService ] [host] loaded module [x-pack-security]
[2025-12-03T17:57:32,143][INFO ][o.e.p.PluginsService ] [host] loaded module [blob-cache]
[2025-12-03T17:57:32,143][INFO ][o.e.p.PluginsService ] [host] loaded module [searchable-snapshots]
[2025-12-03T17:57:32,144][INFO ][o.e.p.PluginsService ] [host] loaded module [x-pack-slm]
[2025-12-03T17:57:32,144][INFO ][o.e.p.PluginsService ] [host] loaded module [x-pack-geoip-enterprise-downloader]
[2025-12-03T17:57:32,144][INFO ][o.e.p.PluginsService ] [host] loaded module [snapshot-based-recoveries]
[2025-12-03T17:57:32,144][INFO ][o.e.p.PluginsService ] [host] loaded module [x-pack-watcher]
[2025-12-03T17:57:32,144][INFO ][o.e.p.PluginsService ] [host] loaded module [old-lucene-versions]
[2025-12-03T17:57:32,144][INFO ][o.e.p.PluginsService ] [host] loaded module [x-pack-ilm]
[2025-12-03T17:57:32,144][INFO ][o.e.p.PluginsService ] [host] loaded module [x-pack-inference]
[2025-12-03T17:57:32,144][INFO ][o.e.p.PluginsService ] [host] loaded module [x-pack-voting-only-node]
[2025-12-03T17:57:32,145][INFO ][o.e.p.PluginsService ] [host] loaded module [x-pack-deprecation]
[2025-12-03T17:57:32,145][INFO ][o.e.p.PluginsService ] [host] loaded module [x-pack-fleet]
[2025-12-03T17:57:32,145][INFO ][o.e.p.PluginsService ] [host] loaded module [x-pack-aggregate-metric]
[2025-12-03T17:57:32,145][INFO ][o.e.p.PluginsService ] [host] loaded module [x-pack-downsample]
[2025-12-03T17:57:32,145][INFO ][o.e.p.PluginsService ] [host] loaded module [x-pack-profiling]
[2025-12-03T17:57:32,145][INFO ][o.e.p.PluginsService ] [host] loaded module [ingest-geoip]
[2025-12-03T17:57:32,145][INFO ][o.e.p.PluginsService ] [host] loaded module [x-pack-write-load-forecaster]
[2025-12-03T17:57:32,146][INFO ][o.e.p.PluginsService ] [host] loaded module [search-business-rules]
[2025-12-03T17:57:32,146][INFO ][o.e.p.PluginsService ] [host] loaded module [ingest-attachment]
[2025-12-03T17:57:32,146][INFO ][o.e.p.PluginsService ] [host] loaded module [wildcard]
[2025-12-03T17:57:32,146][INFO ][o.e.p.PluginsService ] [host] loaded module [x-pack-apm-data]
[2025-12-03T17:57:32,146][INFO ][o.e.p.PluginsService ] [host] loaded module [unsigned-long]
[2025-12-03T17:57:32,146][INFO ][o.e.p.PluginsService ] [host] loaded module [x-pack-sql]
[2025-12-03T17:57:32,146][INFO ][o.e.p.PluginsService ] [host] loaded module [runtime-fields-common]
[2025-12-03T17:57:32,146][INFO ][o.e.p.PluginsService ] [host] loaded module [x-pack-async]
[2025-12-03T17:57:32,147][INFO ][o.e.p.PluginsService ] [host] loaded module [vector-tile]
[2025-12-03T17:57:32,147][INFO ][o.e.p.PluginsService ] [host] loaded module [x-pack-kql]
[2025-12-03T17:57:32,147][INFO ][o.e.p.PluginsService ] [host] loaded module [lang-expression]
[2025-12-03T17:57:32,147][INFO ][o.e.p.PluginsService ] [host] loaded module [x-pack-eql]
[2025-12-03T17:57:32,147][INFO ][o.e.p.PluginsService ] [host] loaded plugin [readonlyrest]
[2025-12-03T17:57:33,462][INFO ][o.e.e.NodeEnvironment ] [host] using [1] data paths, mounts [[/ (/dev/mapper/vg_system-lv_root)]], net usable_space [12.1gb], net total_space [17.9gb], types [xfs]
[2025-12-03T17:57:33,462][INFO ][o.e.e.NodeEnvironment ] [host] heap size [3.7gb], compressed ordinary object pointers [true]
[2025-12-03T17:57:33,534][INFO ][o.e.n.Node ] [host] node name [host], node ID [ufyJRjJMS5C1d1TquekSLQ], cluster name [elasticsearch], roles [data_warm, master, remote_cluster_client, data, data_cold, ingest, data_frozen, ml, data_hot, transform, data_content]
[2025-12-03T17:57:37,802][INFO ][o.e.i.r.RecoverySettings ] [host] using rate limit [40mb] with [default=40mb, read=0b, write=0b, max=0b]
[2025-12-03T17:57:38,077][INFO ][o.e.f.FeatureService ] [host] Registered local node features [cluster.stats.source_modes, data_stream.auto_sharding, data_stream.lifecycle.global_retention, data_stream.rollover.lazy, desired_node.version_deprecated, esql.agg_values, esql.async_query, esql.base64_decode_encode, esql.casting_operator, esql.counter_types, esql.disable_nullable_opts, esql.from_options, esql.metadata_fields, esql.metrics_counter_fields, esql.mv_ordering_sorted_ascending, esql.mv_sort, esql.resolve_fields_api, esql.spatial_points_from_source, esql.spatial_shapes, esql.st_centroid_agg, esql.st_contains_within, esql.st_disjoint, esql.st_intersects, esql.st_x_y, esql.string_literal_auto_casting, esql.string_literal_auto_casting_extended, esql.timespan_abbreviations, features_supported, file_settings, flattened.ignore_above_support, geoip.downloader.database.configuration, get_database_configuration_action.multi_node, health.dsl.info, health.extended_repository_indicator, knn_retriever_supported, license-trial-independent-version, linear_retriever_supported, logsdb_telemetry, logsdb_telemetry_stats, mapper.boolean_dimension, mapper.flattened.ignore_above_with_arrays_support, mapper.ignore_above_index_level_setting, mapper.index_sorting_on_nested, mapper.keyword_dimension_ignore_above, mapper.keyword_normalizer_synthetic_source, mapper.pass_through_priority, mapper.query_index_mode, mapper.range.null_values_off_by_one_fix, mapper.segment_level_fields_stats, mapper.source.synthetic_source_copy_to_fix, mapper.source.synthetic_source_copy_to_inside_objects_fix, mapper.source.synthetic_source_fallback, mapper.source.synthetic_source_stored_fields_advance_fix, mapper.source.synthetic_source_with_copy_to_and_doc_values_false, mapper.subobjects_auto, mapper.subobjects_auto_fixes, mapper.synthetic_source_keep, mapper.track_ignored_source, mapper.vectors.bbq, mapper.vectors.bit_vectors, mapper.vectors.int4_quantization, put_database_configuration_action.ipinfo, query_rule_list_types, query_rule_retriever_supported, query_rules.test, random_reranker_retriever_supported, repositories.supports_usage_stats, rest.capabilities_action, rest.local_only_capabilities, retrievers_supported, routing.boolean_routing_path, routing.multi_value_routing_path, rrf_retriever_composition_supported, rrf_retriever_supported, script.hamming, script.term_stats, search.vectors.k_param_supported, security.migration_framework, security.queryable_built_in_roles, security.role_mapping_cleanup, security.roles_metadata_flattened, semantic_text.default_elser_2, semantic_text.search_inference_id, simulate.component.template.substitutions, simulate.ignored.fields, simulate.index.template.substitutions, simulate.mapping.addition, simulate.mapping.validation, simulate.mapping.validation.templates, simulate.support.non.template.mapping, slm.interval_schedule, snapshot.repository_verify_integrity, standard_retriever_supported, stats.include_disk_thresholds, text_similarity_reranker_retriever_composition_supported, text_similarity_reranker_retriever_supported, tsdb.ts_routing_hash_doc_value_parse_byte_ref, unified_highlighter_matched_fields, usage.data_tiers.precalculate_stats]
[2025-12-03T17:57:38,122][INFO ][o.e.c.m.DataStreamGlobalRetentionSettings] [host] Updated default factory retention to [null]
[2025-12-03T17:57:38,123][INFO ][o.e.c.m.DataStreamGlobalRetentionSettings] [host] Updated max factory retention to [null]
[2025-12-03T17:57:38,459][INFO ][o.e.x.m.p.l.CppLogMessageHandler] [host] [controller/1433854] [Main.cc@123] controller (64 bit): Version 8.18.3 (Build ac992c24cfaf6c) Copyright (c) 2025 Elasticsearch BV
[2025-12-03T17:57:38,840][INFO ][o.e.x.o.OTelPlugin ] [host] OTel ingest plugin is enabled
[2025-12-03T17:57:38,892][INFO ][o.e.x.c.t.YamlTemplateRegistry] [host] OpenTelemetry index template registry is enabled
[2025-12-03T17:57:38,898][INFO ][o.e.t.a.APM ] [host] Sending apm metrics is disabled
[2025-12-03T17:57:38,899][INFO ][o.e.t.a.APM ] [host] Sending apm tracing is disabled
[2025-12-03T17:57:38,956][INFO ][o.e.x.s.Security ] [host] Security is disabled
[2025-12-03T17:57:39,270][INFO ][o.e.x.w.Watcher ] [host] Watcher initialized components at 2025-12-03T17:57:39.270Z
[2025-12-03T17:57:39,402][INFO ][o.e.x.p.ProfilingPlugin ] [host] Profiling is enabled
[2025-12-03T17:57:39,435][INFO ][o.e.x.p.ProfilingPlugin ] [host] profiling index templates will not be installed or reinstalled
[2025-12-03T17:57:39,445][INFO ][o.e.x.a.APMPlugin ] [host] APM ingest plugin is enabled
[2025-12-03T17:57:39,509][INFO ][o.e.x.c.t.YamlTemplateRegistry] [host] apm index template registry is enabled
[2025-12-03T17:57:40,328][INFO ][o.e.t.n.NettyAllocator ] [host] creating NettyAllocator with the following configs: [name=elasticsearch_configured, chunk_size=1mb, suggested_max_allocation_size=1mb, factors={es.unsafe.use_netty_default_chunk_and_page_size=false, g1gc_enabled=true, g1gc_region_size=4mb}]
[2025-12-03T17:57:40,394][INFO ][o.e.d.DiscoveryModule ] [host] using discovery type [multi-node] and seed hosts providers [settings]
[2025-12-03T17:57:41,300][WARN ][o.e.t.TransportService ] [host] invalid action name [upgrade_action] must start with one of: [cluster:monitor, indices:data/write, indices:admin, indices:monitor, indices:data/read, indices:internal, internal:, cluster:internal, cluster:admin]
[2025-12-03T17:57:41,627][WARN ][o.e.t.TransportService ] [host] invalid action name [cat_action] must start with one of: [cluster:monitor, indices:data/write, indices:admin, indices:monitor, indices:data/read, indices:internal, internal:, cluster:internal, cluster:admin]
[2025-12-03T17:57:42,358][INFO ][o.e.n.Node ] [host] initialized
[2025-12-03T17:57:42,359][INFO ][o.e.n.Node ] [host] starting ...
[2025-12-03T17:57:42,381][INFO ][o.e.x.s.c.f.PersistentCache] [host] persistent cache index loaded
[2025-12-03T17:57:42,382][INFO ][o.e.x.d.l.DeprecationIndexingComponent] [host] deprecation component started
[2025-12-03T17:57:42,475][INFO ][o.e.t.TransportService ] [host] publish_address {127.0.0.1:9300}, bound_addresses {127.0.0.1:9300}
[2025-12-03T17:57:42,856][WARN ][o.e.b.BootstrapChecks ] [host] the default discovery settings are unsuitable for production use; at least one of [discovery.seed_hosts, discovery.seed_providers, cluster.initial_master_nodes] must be configured; for more information see [https://www.elastic.co/guide/en/elasticsearch/reference/8.18/bootstrap-checks-discovery-configuration.html]
[2025-12-03T17:57:42,858][INFO ][o.e.c.c.ClusterBootstrapService] [host] this node is locked into cluster UUID [aPTYDyjUSbCu9G4xP9sMLQ] and will not attempt further cluster bootstrapping
[2025-12-03T17:57:42,868][INFO ][o.e.c.c.ClusterBootstrapService] [host] no discovery configuration found, will perform best-effort cluster bootstrapping after [3s] unless existing master is discovered
[2025-12-03T17:57:43,013][INFO ][o.e.c.s.MasterService ] [host] elected-as-master ([1] nodes joined in term 11)[_FINISH_ELECTION_, {host}{ufyJRjJMS5C1d1TquekSLQ}{M-kCwhT3S4-_PeFDG-sZ6Q}{host}{127.0.0.1}{127.0.0.1:9300}{cdfhilmrstw}{8.18.3}{7000099-8525000} completing election], term: 11, version: 159, delta: master node changed {previous [], current [{host}{ufyJRjJMS5C1d1TquekSLQ}{M-kCwhT3S4-_PeFDG-sZ6Q}{host}{127.0.0.1}{127.0.0.1:9300}{cdfhilmrstw}{8.18.3}{7000099-8525000}]}
[2025-12-03T17:57:43,095][INFO ][o.e.c.s.ClusterApplierService] [host] master node changed {previous [], current [{host}{ufyJRjJMS5C1d1TquekSLQ}{M-kCwhT3S4-_PeFDG-sZ6Q}{host}{127.0.0.1}{127.0.0.1:9300}{cdfhilmrstw}{8.18.3}{7000099-8525000}]}, term: 11, version: 159, reason: Publication{term=11, version=159}
[2025-12-03T17:57:43,165][INFO ][o.e.h.AbstractHttpServerTransport] [host] publish_address {127.0.0.1:9200}, bound_addresses {127.0.0.1:9200}
[2025-12-03T17:57:43,179][INFO ][o.e.c.c.NodeJoinExecutor ] [host] node-join: [{host}{ufyJRjJMS5C1d1TquekSLQ}{M-kCwhT3S4-_PeFDG-sZ6Q}{host}{127.0.0.1}{127.0.0.1:9300}{cdfhilmrstw}{8.18.3}{7000099-8525000}] with reason [completing election]
[2025-12-03T17:57:43,191][INFO ][o.e.x.w.LicensedWriteLoadForecaster] [host] license state changed, now [valid]
[2025-12-03T17:57:43,222][INFO ][o.e.n.Node ] [host] started {host}{ufyJRjJMS5C1d1TquekSLQ}{M-kCwhT3S4-_PeFDG-sZ6Q}{host}{127.0.0.1}{127.0.0.1:9300}{cdfhilmrstw}{8.18.3}{7000099-8525000}{xpack.installed=true, transform.config_version=10.0.0, ml.machine_memory=8147161088, ml.allocated_processors=2, ml.allocated_processors_double=2.0, ml.max_jvm_size=4072669184, ml.config_version=12.0.0}
[2025-12-03T17:57:43,243][INFO ][o.e.n.j.JdkPosixCLibrary ] [host] Sending 7 bytes to socket
[2025-12-03T17:57:43,252][INFO ][t.b.r.b.EsInitListener ] [host] Elasticsearch fully initiated. ReadonlyREST can continue ...
[2025-12-03T17:57:43,304][INFO ][t.b.r.c.l.ConfigLoadingInterpreter$] [host] Loading Elasticsearch settings from file: /etc/elasticsearch/elasticsearch.yml
[2025-12-03T17:57:43,320][WARN ][o.e.x.i.s.e.a.ElasticInferenceServiceAuthorizationHandler] [host] Failed to revoke access to default inference endpoint IDs: [rainbow-sprinkles], error: org.elasticsearch.cluster.block.ClusterBlockException: blocked by: [SERVICE_UNAVAILABLE/1/state not recovered / initialized];
[2025-12-03T17:57:43,314][WARN ][o.e.e.r.p.P.r.ALL-UNNAMED] [host] Not entitled: component [readonlyrest], module [ALL-UNNAMED], class [class tech.beshu.ror.es.EsEnv], entitlement [file], operation [read], path [/usr/share/elasticsearch/modules/x-pack-security]
org.elasticsearch.entitlement.runtime.api.NotEntitledException: component [readonlyrest], module [ALL-UNNAMED], class [class tech.beshu.ror.es.EsEnv], entitlement [file], operation [read], path [/usr/share/elasticsearch/modules/x-pack-security]
at org.elasticsearch.entitlement.runtime.policy.PolicyManager.notEntitled(PolicyManager.java:690) ~[elasticsearch-entitlement-8.18.3.jar:?]
at org.elasticsearch.entitlement.runtime.policy.PolicyManager.checkFileRead(PolicyManager.java:511) ~[elasticsearch-entitlement-8.18.3.jar:?]
at org.elasticsearch.entitlement.runtime.policy.PolicyManager.checkFileRead(PolicyManager.java:475) ~[elasticsearch-entitlement-8.18.3.jar:?]
at org.elasticsearch.entitlement.runtime.policy.PolicyManager.checkFileRead(PolicyManager.java:454) ~[elasticsearch-entitlement-8.18.3.jar:?]
at org.elasticsearch.entitlement.runtime.api.ElasticsearchEntitlementChecker.check$java_io_File$exists(ElasticsearchEntitlementChecker.java:1451) ~[elasticsearch-entitlement-8.18.3.jar:?]
at java.io.File.exists(File.java) ~[?:?]
at tech.beshu.ror.es.EsEnv.isOssDistribution$$anonfun$1(EsEnv.scala:28) ~[?:?]
at scala.util.Try$.apply(Try.scala:217) ~[?:?]
at tech.beshu.ror.es.EsEnv.isOssDistribution(EsEnv.scala:29) ~[?:?]
at tech.beshu.ror.configuration.EsConfig$.from$$anonfun$3(EsConfig.scala:44) ~[?:?]
at cats.data.EitherT.flatMap$$anonfun$1(EitherT.scala:446) ~[?:?]
at monix.eval.internal.TaskRunLoop$.startFull(TaskRunLoop.scala:189) ~[?:?]
at monix.eval.internal.TaskRestartCallback.syncOnSuccess(TaskRestartCallback.scala:101) ~[?:?]
at monix.eval.internal.TaskRestartCallback.onSuccess(TaskRestartCallback.scala:74) ~[?:?]
at monix.execution.Callback.apply(Callback.scala:116) ~[?:?]
at monix.eval.internal.TaskFromFuture$.startSimple$$anonfun$1(TaskFromFuture.scala:114) ~[?:?]
at scala.runtime.function.JProcedure1.apply(JProcedure1.java:15) ~[?:?]
at scala.runtime.function.JProcedure1.apply(JProcedure1.java:10) ~[?:?]
at scala.concurrent.impl.Promise$Transformation.run(Promise.scala:484) ~[?:?]
at java.util.concurrent.ForkJoinTask$RunnableExecuteAction.compute(ForkJoinTask.java:1735) ~[?:?]
at java.util.concurrent.ForkJoinTask$RunnableExecuteAction.compute(ForkJoinTask.java:1726) ~[?:?]
at java.util.concurrent.ForkJoinTask$InterruptibleTask.exec(ForkJoinTask.java:1650) ~[?:?]
at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:507) ~[?:?]
at java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1394) ~[?:?]
at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1970) ~[?:?]
at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:187) ~[?:?]
[2025-12-03T17:57:43,348][INFO ][t.b.r.c.RorSsl$ ] [host] Cannot find SSL configuration in /etc/elasticsearch/elasticsearch.yml ...
[2025-12-03T17:57:43,348][INFO ][t.b.r.c.RorSsl$ ] [host] ... trying: /etc/elasticsearch/readonlyrest.yml
[2025-12-03T17:57:43,367][INFO ][t.b.r.c.FipsConfiguration$] [host] Cannot find FIPS configuration in /etc/elasticsearch/elasticsearch.yml ...
[2025-12-03T17:57:43,368][INFO ][t.b.r.c.FipsConfiguration$] [host] ... trying: /etc/elasticsearch/readonlyrest.yml
[2025-12-03T17:57:43,386][INFO ][t.b.r.c.RorProperties$ ] [host] No 'com.readonlyrest.settings.loading.delay' property found. Using default: 5 seconds
[2025-12-03T17:57:43,388][INFO ][t.b.r.c.RorProperties$ ] [host] No 'com.readonlyrest.settings.loading.attempts.count' property found. Using default: 5
[2025-12-03T17:57:43,389][INFO ][t.b.r.c.RorProperties$ ] [host] No 'com.readonlyrest.settings.loading.attempts.interval' property found. Using default: 5 seconds
[2025-12-03T17:57:43,398][INFO ][t.b.r.c.l.ConfigLoadingInterpreter$] [host] [CLUSTERWIDE SETTINGS] Loading ReadonlyREST settings from index (.readonlyrest) ...
[2025-12-03T17:57:44,003][INFO ][o.e.x.m.MlIndexRollover ] [host] ML legacy indices rolled over
[2025-12-03T17:57:44,004][INFO ][o.e.x.m.MlAnomaliesIndexUpdate] [host] legacy ml anomalies indices rolled over and aliases updated
[2025-12-03T17:57:44,199][INFO ][o.e.l.ClusterStateLicenseService] [host] license [8d82f73b-f85d-410e-b0d0-f33b64f28978] mode [basic] - valid
[2025-12-03T17:57:44,201][INFO ][o.e.c.f.AbstractFileWatchingService] [host] starting file watcher ...
[2025-12-03T17:57:44,207][INFO ][o.e.g.GatewayService ] [host] recovered [3] indices into cluster_state
[2025-12-03T17:57:44,214][INFO ][o.e.c.f.AbstractFileWatchingService] [host] file settings service up and running [tid=66]
[2025-12-03T17:57:44,214][INFO ][o.e.r.s.FileSettingsService] [host] setting file [/etc/elasticsearch/operator/settings.json] not found, initializing [file_settings] as empty
[2025-12-03T17:57:44,256][INFO ][o.e.x.w.LicensedWriteLoadForecaster] [host] license state changed, now [not valid]
[2025-12-03T17:57:44,642][INFO ][o.e.h.n.s.HealthNodeTaskExecutor] [host] Node [{host}{ufyJRjJMS5C1d1TquekSLQ}] is selected as the current health node.
[2025-12-03T17:57:44,648][INFO ][o.e.c.r.a.AllocationService] [host] current.health="GREEN" message="Cluster health status changed from [RED] to [GREEN] (reason: [shards started [[.ds-ilm-history-7-2025.12.01-000001][0], [.ds-.logs-deprecation.elasticsearch-default-2025.12.01-000001][0], [.security-7][0]]])." previous.health="RED" reason="shards started [[.ds-ilm-history-7-2025.12.01-000001][0], [.ds-.logs-deprecation.elasticsearch-default-2025.12.01-000001][0], [.security-7][0]]"
[2025-12-03T17:57:48,450][INFO ][t.b.r.c.l.ConfigLoadingInterpreter$] [host] Loading ReadonlyREST settings from index failed: cannot find index
[2025-12-03T17:57:48,453][INFO ][t.b.r.c.l.ConfigLoadingInterpreter$] [host] [CLUSTERWIDE SETTINGS] Loading ReadonlyREST settings from index (.readonlyrest) ...
[2025-12-03T17:57:53,456][INFO ][t.b.r.c.l.ConfigLoadingInterpreter$] [host] Loading ReadonlyREST settings from index failed: cannot find index
[2025-12-03T17:57:53,457][INFO ][t.b.r.c.l.ConfigLoadingInterpreter$] [host] [CLUSTERWIDE SETTINGS] Loading ReadonlyREST settings from index (.readonlyrest) ...
[2025-12-03T17:57:58,463][INFO ][t.b.r.c.l.ConfigLoadingInterpreter$] [host] Loading ReadonlyREST settings from index failed: cannot find index
[2025-12-03T17:57:58,463][INFO ][t.b.r.c.l.ConfigLoadingInterpreter$] [host] [CLUSTERWIDE SETTINGS] Loading ReadonlyREST settings from index (.readonlyrest) ...
[2025-12-03T17:58:03,467][INFO ][t.b.r.c.l.ConfigLoadingInterpreter$] [host] Loading ReadonlyREST settings from index failed: cannot find index
[2025-12-03T17:58:03,467][INFO ][t.b.r.c.l.ConfigLoadingInterpreter$] [host] [CLUSTERWIDE SETTINGS] Loading ReadonlyREST settings from index (.readonlyrest) ...
[2025-12-03T17:58:08,470][INFO ][t.b.r.c.l.ConfigLoadingInterpreter$] [host] Loading ReadonlyREST settings from index failed: cannot find index
[2025-12-03T17:58:08,472][INFO ][t.b.r.c.l.ConfigLoadingInterpreter$] [host] Loading ReadonlyREST settings from file from: /etc/elasticsearch, because index not exist
[2025-12-03T17:58:08,488][INFO ][t.b.r.c.RorProperties$ ] [host] No 'com.readonlyrest.settings.loading.delay' property found. Using default: 5 seconds
[2025-12-03T17:58:08,488][INFO ][t.b.r.c.RorProperties$ ] [host] No 'com.readonlyrest.settings.loading.attempts.count' property found. Using default: 5
[2025-12-03T17:58:08,488][INFO ][t.b.r.c.RorProperties$ ] [host] No 'com.readonlyrest.settings.loading.attempts.interval' property found. Using default: 5 seconds
[2025-12-03T17:58:08,495][INFO ][t.b.r.c.l.TestConfigLoadingInterpreter$] [host] [CLUSTERWIDE SETTINGS] Loading ReadonlyREST test settings from index (.readonlyrest) ...
[2025-12-03T17:58:13,856][INFO ][t.b.r.a.f.RawRorConfigBasedCoreFactory] [host] ADDING BLOCK: { name: 'LOCALHOST-only access', policy: ALLOW, rules: [hosts]
[2025-12-03T17:58:13,888][INFO ][t.b.r.b.RorInstance ] [host] ReadonlyREST was loaded ...
[2025-12-03T17:58:13,891][INFO ][t.b.r.c.RorProperties$ ] [host] No 'com.readonlyrest.settings.refresh.interval' property found. Using default: 5 seconds
[2025-12-03T17:58:13,906][INFO ][t.b.r.b.e.MainConfigBasedReloadableEngine] [host] ROR main engine (id=031037ac9f475607d8e9a1b2cbd645ccd37a3b0d) was initiated (Enabled ROR ACL).
[2025-12-03T17:59:22,669][INFO ][t.b.r.a.l.AccessControlListLoggingDecorator] [host] ALLOWED by { name: 'LOCALHOST-only access', policy: ALLOW, rules: [hosts] req={ ID:ba56c475-4af2-4199-829f-920a36339a7c-1025379724#119, TYP:MainRequest, CGR:<N/A>, USR:[no info about user], BRS:true, KDX:null, ACT:cluster:monitor/main, OA:127.0.0.1/32, XFF:null, DA:127.0.0.1/32, IDX:<N/A>, MET:GET, PTH:/, CNT:<N/A>, HDR:Accept=*/*, Host=localhost:9200, User-Agent=curl/7.76.1, content-length=0, HIS:[LOCALHOST-only access-> RULES:[hosts->true]], }
[2025-12-03T18:08:45,976][INFO ][t.b.r.a.l.AccessControlListLoggingDecorator] [host] ALLOWED by { name: 'LOCALHOST-only access', policy: ALLOW, rules: [hosts] req={ ID:a58a9b44-8aa4-4282-abbe-bf59f6d91a3c-617723621#566, TYP:MainRequest, CGR:<N/A>, USR:[no info about user], BRS:true, KDX:null, ACT:cluster:monitor/main, OA:127.0.0.1/32, XFF:null, DA:127.0.0.1/32, IDX:<N/A>, MET:GET, PTH:/, CNT:<N/A>, HDR:Accept=*/*, Host=localhost:9200, User-Agent=curl/7.76.1, content-length=0, HIS:[LOCALHOST-only access-> RULES:[hosts->true]], }
[2025-12-03T18:09:50,879][INFO ][t.b.r.a.l.AccessControlListLoggingDecorator] [host] ALLOWED by { name: 'LOCALHOST-only access', policy: ALLOW, rules: [hosts] req={ ID:6d3ba32a-be36-4151-9e29-990ad91b3fc3-537901821#618, TYP:ClusterStateRequest, CGR:<N/A>, USR:[no info about user], BRS:true, KDX:null, ACT:cluster:monitor/state, OA:127.0.0.1/32, XFF:null, DA:127.0.0.1/32, IDX:*, MET:GET, PTH:/_cat/nodes, CNT:<N/A>, HDR:Accept=*/*, Host=localhost:9200, User-Agent=curl/7.76.1, content-length=0, HIS:[LOCALHOST-only access-> RULES:[hosts->true] RESOLVED:[indices=*]], }
[2025-12-03T18:10:00,229][INFO ][t.b.r.a.l.AccessControlListLoggingDecorator] [host] ALLOWED by { name: 'LOCALHOST-only access', policy: ALLOW, rules: [hosts] req={ ID:cc722966-5692-46ec-a8ce-c4504bf12f6d-673362588#628, TYP:ClusterStateRequest, CGR:<N/A>, USR:[no info about user], BRS:true, KDX:null, ACT:cluster:monitor/state, OA:127.0.0.1/32, XFF:null, DA:127.0.0.1/32, IDX:*, MET:GET, PTH:/_cat/nodes, CNT:<N/A>, HDR:Accept=*/*, Host=localhost:9200, User-Agent=curl/7.76.1, content-length=0, HIS:[LOCALHOST-only access-> RULES:[hosts->true] RESOLVED:[indices=*]], }
[2025-12-03T18:10:58,539][INFO ][t.b.r.a.l.AccessControlListLoggingDecorator] [host] ALLOWED by { name: 'LOCALHOST-only access', policy: ALLOW, rules: [hosts] req={ ID:5d69d1fc-48f2-4423-a90f-04fef1ed1e2f-788071571#678, TYP:ClusterStateRequest, CGR:<N/A>, USR:[no info about user], BRS:true, KDX:null, ACT:cluster:monitor/state, OA:127.0.0.1/32, XFF:null, DA:127.0.0.1/32, IDX:*, MET:GET, PTH:/_cat/plugins, CNT:<N/A>, HDR:Accept=*/*, Host=localhost:9200, User-Agent=curl/7.76.1, content-length=0, HIS:[LOCALHOST-only access-> RULES:[hosts->true] RESOLVED:[indices=*]], }