New elasticsearch installation broke after Fedor update

Hello, I have installed the latest version of Fedora desktop and was able to install Elasticsearch and kibana via the DNF package manager.

I was able to bring up Kibana and login.

Shutdown the computer. A few days later applied dnf update and now elasticseach service does not work (Kiba service still comes up).

More details:

uname -a
Linux 172-1-1-5 5.17.1-300.fc36.x86_64 #1 SMP PREEMPT Mon Mar 28 15:27:56 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux


[test@172-1-1-5 ~]$ systemctl status elasticsearch.service 
× elasticsearch.service - Elasticsearch
     Loaded: loaded (/usr/lib/systemd/system/elasticsearch.service; disabled; vendor preset: disabled)
     Active: failed (Result: exit-code) since Mon 2022-04-04 20:01:18 EDT; 16min ago
       Docs: https://www.elastic.co
    Process: 3930 ExecStart=/usr/share/elasticsearch/bin/systemd-entrypoint -p ${PID_DIR}/elasticsearch.pid --quiet (code=exited, status=1/FAILURE)
   Main PID: 3930 (code=exited, status=1/FAILURE)
        CPU: 42.429s

Apr 04 20:01:15 172-1-1-5 systemd-entrypoint[3930]:         at org.elasticsearch.common.cli.EnvironmentAwareCommand.execute(EnvironmentAwareCommand.java:81)
Apr 04 20:01:15 172-1-1-5 systemd-entrypoint[3930]:         at org.elasticsearch.cli.Command.mainWithoutErrorHandling(Command.java:112)
Apr 04 20:01:15 172-1-1-5 systemd-entrypoint[3930]:         at org.elasticsearch.cli.Command.main(Command.java:77)
Apr 04 20:01:15 172-1-1-5 systemd-entrypoint[3930]:         at org.elasticsearch.bootstrap.Elasticsearch.main(Elasticsearch.java:122)
Apr 04 20:01:15 172-1-1-5 systemd-entrypoint[3930]:         at org.elasticsearch.bootstrap.Elasticsearch.main(Elasticsearch.java:80)
Apr 04 20:01:15 172-1-1-5 systemd-entrypoint[3930]: For complete error details, refer to the log at /var/log/elasticsearch/elasticsearch.log
Apr 04 20:01:18 172-1-1-5 systemd[1]: elasticsearch.service: Main process exited, code=exited, status=1/FAILURE
Apr 04 20:01:18 172-1-1-5 systemd[1]: elasticsearch.service: Failed with result 'exit-code'.
Apr 04 20:01:18 172-1-1-5 systemd[1]: Failed to start elasticsearch.service - Elasticsearch.
Apr 04 20:01:18 172-1-1-5 systemd[1]: elasticsearch.service: Consumed 42.429s CPU time.

For some reason none of these directories exist:

Environment=PID_DIR=/var/run/Elasticsearch
/usr/lib/tmpfiles.d/Elasticsearch.conf:1: Line references path below legacy directory /var/run/, updating /var/run/Elasticsearch → /run/Elasticsearch; please update the tmpfiles.d/ drop-in file accordingly.

Any ideas what the problem is?

Thank you so much in advance!

Welcome to our community! :smiley:

Did you look at that?

Mark and thank you very much for the welcome and such a quick reply! Here is the log, I still cannot make sense of "uncaught exception in thread [main]". Seems way too general to make sense but then again most likely I am missing something.

[2022-04-04T19:53:29,830][INFO ][o.e.p.PluginsService     ] [172-1-1-5] no plugins loaded
[2022-04-04T19:53:29,849][INFO ][o.e.e.NodeEnvironment    ] [172-1-1-5] using [1] data paths, mounts [[/ (/dev/nvme0n1p3)]], net usable_space [468.6gb], net total_space [475.3gb], types [btrfs]
[2022-04-04T19:53:29,850][INFO ][o.e.e.NodeEnvironment    ] [172-1-1-5] heap size [15.4gb], compressed ordinary object pointers [true]
[2022-04-04T19:53:29,885][INFO ][o.e.n.Node               ] [172-1-1-5] node name [172-1-1-5], node ID [LhLiDoHXTaqDM0kpKyyQ6A], cluster name [elasticsearch], roles [transform, data_content, data_warm, master, remote_cluster_client, data, data_cold, ingest, data_frozen, ml, data_hot]
[2022-04-04T19:53:32,248][INFO ][o.e.x.m.p.l.CppLogMessageHandler] [172-1-1-5] [controller/3057] [Main.cc@123] controller (64 bit): Version 8.1.2 (Build aefa35c80ac77e) Copyright (c) 2022 Elasticsearch BV
[2022-04-04T19:53:32,319][INFO ][o.e.x.s.Security         ] [172-1-1-5] Security is enabled
[2022-04-04T19:53:32,416][INFO ][o.e.x.s.a.Realms         ] [172-1-1-5] license mode is [trial], currently licensed security realms are [reserved/reserved,file/default_file,native/default_native]
[2022-04-04T19:53:32,420][INFO ][o.e.x.s.a.s.FileRolesStore] [172-1-1-5] parsed [0] roles from file [/etc/elasticsearch/roles.yml]
[2022-04-04T19:53:32,576][INFO ][o.e.x.s.InitialNodeSecurityAutoConfiguration] [172-1-1-5] Auto-configuration will not generate a password for the elastic built-in superuser, as we cannot  determine if there is a terminal attached to the elasticsearch process. You can use the `bin/elasticsearch-reset-password` tool to set the password for the elastic user.
[2022-04-04T19:53:33,060][INFO ][o.e.t.n.NettyAllocator   ] [172-1-1-5] 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=8mb}]
[2022-04-04T19:53:33,073][INFO ][o.e.i.r.RecoverySettings ] [172-1-1-5] using rate limit [40mb] with [default=40mb, read=0b, write=0b, max=0b]
[2022-04-04T19:53:33,091][INFO ][o.e.d.DiscoveryModule    ] [172-1-1-5] using discovery type [multi-node] and seed hosts providers [settings]
[2022-04-04T19:53:33,554][INFO ][o.e.n.Node               ] [172-1-1-5] initialized
[2022-04-04T19:53:33,554][INFO ][o.e.n.Node               ] [172-1-1-5] starting ...
[2022-04-04T19:53:33,566][INFO ][o.e.x.s.c.f.PersistentCache] [172-1-1-5] persistent cache index loaded
[2022-04-04T19:53:33,566][INFO ][o.e.x.d.l.DeprecationIndexingComponent] [172-1-1-5] deprecation component started
[2022-04-04T19:53:33,618][INFO ][o.e.t.TransportService   ] [172-1-1-5] publish_address {127.0.0.1:9300}, bound_addresses {[::1]:9300}, {127.0.0.1:9300}
[2022-04-04T19:53:33,864][INFO ][o.e.c.c.Coordinator      ] [172-1-1-5] cluster UUID [APyDv1uiSZO8Ztx8ELwh_A]
[2022-04-04T19:53:33,921][INFO ][o.e.c.s.MasterService    ] [172-1-1-5] elected-as-master ([1] nodes joined)[{172-1-1-5}{LhLiDoHXTaqDM0kpKyyQ6A}{GWeHyH1GQxCk-xPNkRLHtA}{127.0.0.1}{127.0.0.1:9300}{cdfhilmrstw} completing election, _BECOME_MASTER_TASK_, _FINISH_ELECTION_], term: 7, version: 113, delta: master node changed {previous [], current [{172-1-1-5}{LhLiDoHXTaqDM0kpKyyQ6A}{GWeHyH1GQxCk-xPNkRLHtA}{127.0.0.1}{127.0.0.1:9300}{cdfhilmrstw}]}
[2022-04-04T19:53:33,979][INFO ][o.e.c.s.ClusterApplierService] [172-1-1-5] master node changed {previous [], current [{172-1-1-5}{LhLiDoHXTaqDM0kpKyyQ6A}{GWeHyH1GQxCk-xPNkRLHtA}{127.0.0.1}{127.0.0.1:9300}{cdfhilmrstw}]}, term: 7, version: 113, reason: Publication{term=7, version=113}
[2022-04-04T19:53:33,996][ERROR][o.e.b.Bootstrap          ] [172-1-1-5] Exception
[2022-04-04T19:53:33,999][ERROR][o.e.b.ElasticsearchUncaughtExceptionHandler] [172-1-1-5] uncaught exception in thread [main]
[2022-04-04T19:53:34,001][INFO ][o.e.n.Node               ] [172-1-1-5] stopping ...
[2022-04-04T19:53:34,002][INFO ][o.e.x.w.WatcherService   ] [172-1-1-5] stopping watch service, reason [shutdown initiated]
[2022-04-04T19:53:34,002][INFO ][o.e.x.m.p.l.CppLogMessageHandler] [172-1-1-5] [controller/3057] [Main.cc@176] ML controller exiting
[2022-04-04T19:53:34,003][INFO ][o.e.x.m.p.NativeController] [172-1-1-5] Native controller process has stopped - no new native processes can be started
[2022-04-04T19:53:34,003][INFO ][o.e.x.w.WatcherLifeCycleService] [172-1-1-5] watcher has stopped and shutdown
[2022-04-04T19:53:34,176][INFO ][o.e.l.LicenseService     ] [172-1-1-5] license [feef9fe4-9855-47ae-a637-cc05103d356a] mode [basic] - valid
[2022-04-04T19:53:34,177][INFO ][o.e.x.s.a.Realms         ] [172-1-1-5] license mode is [basic], currently licensed security realms are [reserved/reserved,file/default_file,native/default_native]
[2022-04-04T19:53:34,184][INFO ][o.e.g.GatewayService     ] [172-1-1-5] recovered [9] indices into cluster_state
[2022-04-04T19:53:34,289][INFO ][o.e.n.Node               ] [172-1-1-5] stopped
[2022-04-04T19:53:34,290][INFO ][o.e.n.Node               ] [172-1-1-5] closing ...
[2022-04-04T19:53:34,298][INFO ][o.e.n.Node               ] [172-1-1-5] closed
[2022-04-04T20:01:10,713][INFO ][o.e.n.Node               ] [172-1-1-5] version[8.1.2], pid[3930], build[default/rpm/31df9689e80bad366ac20176aa7f2371ea5eb4c1/2022-03-29T21:18:59.991429448Z], OS[Linux/5.17.1-300.fc36.x86_64/amd64], JVM[Eclipse Adoptium/OpenJDK 64-Bit Server VM/17.0.2/17.0.2+8]
[2022-04-04T20:01:10,716][INFO ][o.e.n.Node               ] [172-1-1-5] JVM home [/usr/share/elasticsearch/jdk], using bundled JDK [true]
[2022-04-04T20:01:10,716][INFO ][o.e.n.Node               ] [172-1-1-5] JVM arguments [-Xshare:auto, -Des.networkaddress.cache.ttl=60, -Des.networkaddress.cache.negative.ttl=10, -Djava.security.manager=allow, -XX:+AlwaysPreTouch, -Xss1m, -Djava.awt.headless=true, -Dfile.encoding=UTF-8, -Djna.nosys=true, -XX:-OmitStackTraceInFastThrow, -XX:+ShowCodeDetailsInExceptionMessages, -Dio.netty.noUnsafe=true, -Dio.netty.noKeySetOptimization=true, -Dio.netty.recycler.maxCapacityPerThread=0, -Dio.netty.allocator.numDirectArenas=0, -Dlog4j.shutdownHookEnabled=false, -Dlog4j2.disable.jmx=true, -Dlog4j2.formatMsgNoLookups=true, -Djava.locale.providers=SPI,COMPAT, --add-opens=java.base/java.io=ALL-UNNAMED, -XX:+UseG1GC, -Djava.io.tmpdir=/tmp/elasticsearch-701463060272294347, -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,pid,tags:filecount=32,filesize=64m, -Xms15836m, -Xmx15836m, -XX:MaxDirectMemorySize=8304721920, -XX:InitiatingHeapOccupancyPercent=30, -XX:G1ReservePercent=25, -Des.path.home=/usr/share/elasticsearch, -Des.path.conf=/etc/elasticsearch, -Des.distribution.flavor=default, -Des.distribution.type=rpm, -Des.bundled_jdk=true]
[2022-04-04T20:01:11,928][INFO ][o.e.p.PluginsService     ] [172-1-1-5] loaded module [aggs-matrix-stats]
[2022-04-04T20:01:11,928][INFO ][o.e.p.PluginsService     ] [172-1-1-5] loaded module [analysis-common]
[2022-04-04T20:01:11,928][INFO ][o.e.p.PluginsService     ] [172-1-1-5] loaded module [constant-keyword]
[2022-04-04T20:01:11,928][INFO ][o.e.p.PluginsService     ] [172-1-1-5] loaded module [data-streams]
[2022-04-04T20:01:11,928][INFO ][o.e.p.PluginsService     ] [172-1-1-5] loaded module [frozen-indices]
[2022-04-04T20:01:11,928][INFO ][o.e.p.PluginsService     ] [172-1-1-5] loaded module [ingest-common]
[2022-04-04T20:01:11,928][INFO ][o.e.p.PluginsService     ] [172-1-1-5] loaded module [ingest-geoip]
[2022-04-04T20:01:11,929][INFO ][o.e.p.PluginsService     ] [172-1-1-5] loaded module [ingest-user-agent]
[2022-04-04T20:01:11,929][INFO ][o.e.p.PluginsService     ] [172-1-1-5] loaded module [kibana]
[2022-04-04T20:01:11,929][INFO ][o.e.p.PluginsService     ] [172-1-1-5] loaded module [lang-expression]
[2022-04-04T20:01:11,929][INFO ][o.e.p.PluginsService     ] [172-1-1-5] loaded module [lang-mustache]
[2022-04-04T20:01:11,929][INFO ][o.e.p.PluginsService     ] [172-1-1-5] loaded module [lang-painless]
[2022-04-04T20:01:11,929][INFO ][o.e.p.PluginsService     ] [172-1-1-5] loaded module [legacy-geo]
[2022-04-04T20:01:11,929][INFO ][o.e.p.PluginsService     ] [172-1-1-5] loaded module [mapper-extras]
[2022-04-04T20:01:11,929][INFO ][o.e.p.PluginsService     ] [172-1-1-5] loaded module [mapper-version]
[2022-04-04T20:01:11,929][INFO ][o.e.p.PluginsService     ] [172-1-1-5] loaded module [old-lucene-versions]
[2022-04-04T20:01:11,930][INFO ][o.e.p.PluginsService     ] [172-1-1-5] loaded module [parent-join]
[2022-04-04T20:01:11,930][INFO ][o.e.p.PluginsService     ] [172-1-1-5] loaded module [percolator]
[2022-04-04T20:01:11,930][INFO ][o.e.p.PluginsService     ] [172-1-1-5] loaded module [rank-eval]
[2022-04-04T20:01:11,930][INFO ][o.e.p.PluginsService     ] [172-1-1-5] loaded module [reindex]
[2022-04-04T20:01:11,930][INFO ][o.e.p.PluginsService     ] [172-1-1-5] loaded module [repositories-metering-api]
[2022-04-04T20:01:11,930][INFO ][o.e.p.PluginsService     ] [172-1-1-5] loaded module [repository-azure]
[2022-04-04T20:01:11,930][INFO ][o.e.p.PluginsService     ] [172-1-1-5] loaded module [repository-encrypted]
[2022-04-04T20:01:11,930][INFO ][o.e.p.PluginsService     ] [172-1-1-5] loaded module [repository-gcs]
[2022-04-04T20:01:11,930][INFO ][o.e.p.PluginsService     ] [172-1-1-5] loaded module [repository-s3]
[2022-04-04T20:01:11,930][INFO ][o.e.p.PluginsService     ] [172-1-1-5] loaded module [repository-url]
[2022-04-04T20:01:11,930][INFO ][o.e.p.PluginsService     ] [172-1-1-5] loaded module [runtime-fields-common]
[2022-04-04T20:01:11,931][INFO ][o.e.p.PluginsService     ] [172-1-1-5] loaded module [search-business-rules]
[2022-04-04T20:01:11,931][INFO ][o.e.p.PluginsService     ] [172-1-1-5] loaded module [searchable-snapshots]
[2022-04-04T20:01:11,931][INFO ][o.e.p.PluginsService     ] [172-1-1-5] loaded module [snapshot-based-recoveries]
[2022-04-04T20:01:11,931][INFO ][o.e.p.PluginsService     ] [172-1-1-5] loaded module [snapshot-repo-test-kit]
[2022-04-04T20:01:11,931][INFO ][o.e.p.PluginsService     ] [172-1-1-5] loaded module [spatial]
[2022-04-04T20:01:11,931][INFO ][o.e.p.PluginsService     ] [172-1-1-5] loaded module [systemd]
[2022-04-04T20:01:11,931][INFO ][o.e.p.PluginsService     ] [172-1-1-5] loaded module [transform]
[2022-04-04T20:01:11,931][INFO ][o.e.p.PluginsService     ] [172-1-1-5] loaded module [transport-netty4]
[2022-04-04T20:01:11,931][INFO ][o.e.p.PluginsService     ] [172-1-1-5] loaded module [unsigned-long]
[2022-04-04T20:01:11,931][INFO ][o.e.p.PluginsService     ] [172-1-1-5] loaded module [vector-tile]
[2022-04-04T20:01:11,932][INFO ][o.e.p.PluginsService     ] [172-1-1-5] loaded module [vectors]
[2022-04-04T20:01:11,932][INFO ][o.e.p.PluginsService     ] [172-1-1-5] loaded module [wildcard]
[2022-04-04T20:01:11,932][INFO ][o.e.p.PluginsService     ] [172-1-1-5] loaded module [x-pack-aggregate-metric]
[2022-04-04T20:01:11,932][INFO ][o.e.p.PluginsService     ] [172-1-1-5] loaded module [x-pack-analytics]
[2022-04-04T20:01:11,932][INFO ][o.e.p.PluginsService     ] [172-1-1-5] loaded module [x-pack-async]
[2022-04-04T20:01:11,932][INFO ][o.e.p.PluginsService     ] [172-1-1-5] loaded module [x-pack-async-search]
[2022-04-04T20:01:11,932][INFO ][o.e.p.PluginsService     ] [172-1-1-5] loaded module [x-pack-autoscaling]
[2022-04-04T20:01:11,932][INFO ][o.e.p.PluginsService     ] [172-1-1-5] loaded module [x-pack-ccr]
[2022-04-04T20:01:11,933][INFO ][o.e.p.PluginsService     ] [172-1-1-5] loaded module [x-pack-core]
[2022-04-04T20:01:11,933][INFO ][o.e.p.PluginsService     ] [172-1-1-5] loaded module [x-pack-deprecation]
[2022-04-04T20:01:11,933][INFO ][o.e.p.PluginsService     ] [172-1-1-5] loaded module [x-pack-enrich]
[2022-04-04T20:01:11,933][INFO ][o.e.p.PluginsService     ] [172-1-1-5] loaded module [x-pack-eql]
[2022-04-04T20:01:11,933][INFO ][o.e.p.PluginsService     ] [172-1-1-5] loaded module [x-pack-fleet]
[2022-04-04T20:01:11,933][INFO ][o.e.p.PluginsService     ] [172-1-1-5] loaded module [x-pack-graph]
[2022-04-04T20:01:11,933][INFO ][o.e.p.PluginsService     ] [172-1-1-5] loaded module [x-pack-identity-provider]
[2022-04-04T20:01:11,933][INFO ][o.e.p.PluginsService     ] [172-1-1-5] loaded module [x-pack-ilm]
[2022-04-04T20:01:11,933][INFO ][o.e.p.PluginsService     ] [172-1-1-5] loaded module [x-pack-logstash]
[2022-04-04T20:01:11,933][INFO ][o.e.p.PluginsService     ] [172-1-1-5] loaded module [x-pack-ml]
[2022-04-04T20:01:11,933][INFO ][o.e.p.PluginsService     ] [172-1-1-5] loaded module [x-pack-monitoring]
[2022-04-04T20:01:11,933][INFO ][o.e.p.PluginsService     ] [172-1-1-5] loaded module [x-pack-ql]
[2022-04-04T20:01:11,934][INFO ][o.e.p.PluginsService     ] [172-1-1-5] loaded module [x-pack-rollup]
[2022-04-04T20:01:11,934][INFO ][o.e.p.PluginsService     ] [172-1-1-5] loaded module [x-pack-security]
[2022-04-04T20:01:11,934][INFO ][o.e.p.PluginsService     ] [172-1-1-5] loaded module [x-pack-shutdown]
[2022-04-04T20:01:11,934][INFO ][o.e.p.PluginsService     ] [172-1-1-5] loaded module [x-pack-sql]
[2022-04-04T20:01:11,934][INFO ][o.e.p.PluginsService     ] [172-1-1-5] loaded module [x-pack-stack]
[2022-04-04T20:01:11,934][INFO ][o.e.p.PluginsService     ] [172-1-1-5] loaded module [x-pack-text-structure]
[2022-04-04T20:01:11,934][INFO ][o.e.p.PluginsService     ] [172-1-1-5] loaded module [x-pack-voting-only-node]
[2022-04-04T20:01:11,934][INFO ][o.e.p.PluginsService     ] [172-1-1-5] loaded module [x-pack-watcher]
[2022-04-04T20:01:11,935][INFO ][o.e.

Thanks for posting that. Is there more to the log after what you've got there? It does look like it's loading everything.

[2022-04-04T19:24:51,746][INFO ][o.e.p.PluginsService     ] [172-1-1-5] no plugins loaded
[2022-04-04T19:24:51,765][INFO ][o.e.e.NodeEnvironment    ] [172-1-1-5] using [1] data paths, mounts [[/ (/dev/nvme0n1p3)]], net usable_space [468.6gb], net total_space [475.3gb], types [btrfs]
[2022-04-04T19:24:51,765][INFO ][o.e.e.NodeEnvironment    ] [172-1-1-5] heap size [15.4gb], compressed ordinary object pointers [true]
[2022-04-04T19:24:51,796][INFO ][o.e.n.Node               ] [172-1-1-5] node name [172-1-1-5], node ID [LhLiDoHXTaqDM0kpKyyQ6A], cluster name [elasticsearch], roles [transform, data_content, data_warm, master, remote_cluster_client, data, data_cold, ingest, data_frozen, ml, data_hot]
[2022-04-04T19:24:54,018][INFO ][o.e.x.m.p.l.CppLogMessageHandler] [172-1-1-5] [controller/9229] [Main.cc@123] controller (64 bit): Version 8.1.2 (Build aefa35c80ac77e) Copyright (c) 2022 Elasticsearch BV
[2022-04-04T19:24:54,082][INFO ][o.e.x.s.Security         ] [172-1-1-5] Security is enabled
[2022-04-04T19:24:54,181][INFO ][o.e.x.s.a.Realms         ] [172-1-1-5] license mode is [trial], currently licensed security realms are [reserved/reserved,file/default_file,native/default_native]
[2022-04-04T19:24:54,185][INFO ][o.e.x.s.a.s.FileRolesStore] [172-1-1-5] parsed [0] roles from file [/etc/elasticsearch/roles.yml]
[2022-04-04T19:24:54,487][INFO ][o.e.x.s.InitialNodeSecurityAutoConfiguration] [172-1-1-5] Auto-configuration will not generate a password for the elastic built-in superuser, as we cannot  determine if there is a terminal attached to the elasticsearch process. You can use the `bin/elasticsearch-reset-password` tool to set the password for the elastic user.
[2022-04-04T19:24:54,938][INFO ][o.e.t.n.NettyAllocator   ] [172-1-1-5] 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=8mb}]
[2022-04-04T19:24:54,952][INFO ][o.e.i.r.RecoverySettings ] [172-1-1-5] using rate limit [40mb] with [default=40mb, read=0b, write=0b, max=0b]
[2022-04-04T19:24:54,969][INFO ][o.e.d.DiscoveryModule    ] [172-1-1-5] using discovery type [multi-node] and seed hosts providers [settings]
[2022-04-04T19:24:55,433][INFO ][o.e.n.Node               ] [172-1-1-5] initialized
[2022-04-04T19:24:55,434][INFO ][o.e.n.Node               ] [172-1-1-5] starting ...
[2022-04-04T19:24:55,446][INFO ][o.e.x.s.c.f.PersistentCache] [172-1-1-5] persistent cache index loaded
[2022-04-04T19:24:55,446][INFO ][o.e.x.d.l.DeprecationIndexingComponent] [172-1-1-5] deprecation component started
[2022-04-04T19:24:55,507][INFO ][o.e.t.TransportService   ] [172-1-1-5] publish_address {127.0.0.1:9300}, bound_addresses {[::1]:9300}, {127.0.0.1:9300}
[2022-04-04T19:24:55,758][INFO ][o.e.c.c.Coordinator      ] [172-1-1-5] cluster UUID [APyDv1uiSZO8Ztx8ELwh_A]
[2022-04-04T19:24:55,884][INFO ][o.e.c.s.MasterService    ] [172-1-1-5] elected-as-master ([1] nodes joined)[{172-1-1-5}{LhLiDoHXTaqDM0kpKyyQ6A}{I-dCYfr7ReyTWn-CnvlRkA}{127.0.0.1}{127.0.0.1:9300}{cdfhilmrstw} completing election, _BECOME_MASTER_TASK_, _FINISH_ELECTION_], term: 6, version: 111, delta: master node changed {previous [], current [{172-1-1-5}{LhLiDoHXTaqDM0kpKyyQ6A}{I-dCYfr7ReyTWn-CnvlRkA}{127.0.0.1}{127.0.0.1:9300}{cdfhilmrstw}]}
[2022-04-04T19:24:55,949][INFO ][o.e.c.s.ClusterApplierService] [172-1-1-5] master node changed {previous [], current [{172-1-1-5}{LhLiDoHXTaqDM0kpKyyQ6A}{I-dCYfr7ReyTWn-CnvlRkA}{127.0.0.1}{127.0.0.1:9300}{cdfhilmrstw}]}, term: 6, version: 111, reason: Publication{term=6, version=111}
[2022-04-04T19:24:55,977][ERROR][o.e.b.Bootstrap          ] [172-1-1-5] Exception
[2022-04-04T19:24:55,980][ERROR][o.e.b.ElasticsearchUncaughtExceptionHandler] [172-1-1-5] uncaught exception in thread [main]
[2022-04-04T19:24:55,982][INFO ][o.e.n.Node               ] [172-1-1-5] stopping ...
[2022-04-04T19:24:55,983][INFO ][o.e.x.w.WatcherService   ] [172-1-1-5] stopping watch service, reason [shutdown initiated]
[2022-04-04T19:24:55,983][INFO ][o.e.x.m.p.l.CppLogMessageHandler] [172-1-1-5] [controller/9229] [Main.cc@176] ML controller exiting
[2022-04-04T19:24:55,983][INFO ][o.e.x.m.p.NativeController] [172-1-1-5] Native controller process has stopped - no new native processes can be started
[2022-04-04T19:24:55,983][INFO ][o.e.x.w.WatcherLifeCycleService] [172-1-1-5] watcher has stopped and shutdown
[2022-04-04T19:24:56,138][INFO ][o.e.l.LicenseService     ] [172-1-1-5] license [feef9fe4-9855-47ae-a637-cc05103d356a] mode [basic] - valid
[2022-04-04T19:24:56,139][INFO ][o.e.x.s.a.Realms         ] [172-1-1-5] license mode is [basic], currently licensed security realms are [reserved/reserved,file/default_file,native/default_native]
[2022-04-04T19:24:56,143][INFO ][o.e.g.GatewayService     ] [172-1-1-5] recovered [9] indices into cluster_state
[2022-04-04T19:24:56,175][INFO ][o.e.n.Node               ] [172-1-1-5] stopped
[2022-04-04T19:24:56,175][INFO ][o.e.n.Node               ] [172-1-1-5] closing ...
[2022-04-04T19:24:56,182][INFO ][o.e.n.Node               ] [172-1-1-5] closed
[2022-04-04T19:53:28,484][INFO ][o.e.n.Node               ] [172-1-1-5] version[8.1.2], pid[2743], build[default/rpm/31df9689e80bad366ac20176aa7f2371ea5eb4c1/2022-03-29T21:18:59.991429448Z], OS[Linux/5.17.1-300.fc36.x86_64/amd64], JVM[Eclipse Adoptium/OpenJDK 64-Bit Server VM/17.0.2/17.0.2+8]
[2022-04-04T19:53:28,487][INFO ][o.e.n.Node               ] [172-1-1-5] JVM home [/usr/share/elasticsearch/jdk], using bundled JDK [true]
[2022-04-04T19:53:28,487][INFO ][o.e.n.Node               ] [172-1-1-5] JVM arguments [-Xshare:auto, -Des.networkaddress.cache.ttl=60, -Des.networkaddress.cache.negative.ttl=10, -Djava.security.manager=allow, -XX:+AlwaysPreTouch, -Xss1m, -Djava.awt.headless=true, -Dfile.encoding=UTF-8, -Djna.nosys=true, -XX:-OmitStackTraceInFastThrow, -XX:+ShowCodeDetailsInExceptionMessages, -Dio.netty.noUnsafe=true, -Dio.netty.noKeySetOptimization=true, -Dio.netty.recycler.maxCapacityPerThread=0, -Dio.netty.allocator.numDirectArenas=0, -Dlog4j.shutdownHookEnabled=false, -Dlog4j2.disable.jmx=true, -Dlog4j2.formatMsgNoLookups=true, -Djava.locale.providers=SPI,COMPAT, --add-opens=java.base/java.io=ALL-UNNAMED, -XX:+UseG1GC, -Djava.io.tmpdir=/tmp/elasticsearch-11373189584244591067, -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,pid,tags:filecount=32,filesize=64m, -Xms15836m, -Xmx15836m, -XX:MaxDirectMemorySize=8304721920, -XX:InitiatingHeapOccupancyPercent=30, -XX:G1ReservePercent=25, -Des.path.home=/usr/share/elasticsearch, -Des.path.conf=/etc/elasticsearch, -Des.distribution.flavor=default, -Des.distribution.type=rpm, -Des.bundled_jdk=true]
[2022-04-04T19:53:29,823][INFO ][o.e.p.PluginsService     ] [172-1-1-5] loaded module [aggs-matrix-stats]
[2022-04-04T19:53:29,823][INFO ][o.e.p.PluginsService     ] [172-1-1-5] loaded module [analysis-common]
[2022-04-04T19:53:29,823][INFO ][o.e.p.PluginsService     ] [172-1-1-5] loaded module [constant-keyword]
[2022-04-04T19:53:29,823][INFO ][o.e.p.PluginsService     ] [172-1-1-5] loaded module [data-streams]
[2022-04-04T19:53:29,823][INFO ][o.e.p.PluginsService     ] [172-1-1-5] loaded module [frozen-indices]
[2022-04-04T19:53:29,824][INFO ][o.e.p.PluginsService     ] [172-1-1-5] loaded module [ingest-common]
[2022-04-04T19:53:29,824][INFO ][o.e.p.PluginsService     ] [172-1-1-5] loaded module [ingest-geoip]
[2022-04-04T19:53:29,824][INFO ][o.e.p.PluginsService     ] [172-1-1-5] loaded module [ingest-user-agent]
[2022-04-04T19:53:29,824][INFO ][o.e.p.PluginsService     ] [172-1-1-5] loaded module [kibana]
[2022-04-04T19:53:29,824][INFO ][o.e.p.PluginsService     ] [172-1-1-5] loaded module [lang-expression]
[2022-04-04T19:53:29,824][INFO ][o.e.p.PluginsService     ] [172-1-1-5] loaded module [lang-mustache]
[2022-04-04T19:53:29,824][INFO ][o.e.p.PluginsService     ] [172-1-1-5] loaded module [lang-painless]
[2022-04-04T19:53:29,824][INFO ][o.e.p.PluginsService     ] [172-1-1-5] loaded module [legacy-geo]
[2022-04-04T19:53:29,824][INFO ][o.e.p.PluginsService     ] [172-1-1-5] loaded module [mapper-extras]
[2022-04-04T19:53:29,825][INFO ][o.e.p.PluginsService     ] [172-1-1-5] loaded module [mapper-version]
[2022-04-04T19:53:29,825][INFO ][o.e.p.PluginsService     ] [172-1-1-5] loaded module [old-lucene-versions]
[2022-04-04T19:53:29,825][INFO ][o.e.p.PluginsService     ] [172-1-1-5] loaded module [parent-join]
[2022-04-04T19:53:29,825][INFO ][o.e.p.PluginsService     ] [172-1-1-5] loaded module [percolator]
[2022-04-04T19:53:29,825][INFO ][o.e.p.PluginsService     ] [172-1-1-5] loaded module [rank-eval]
[2022-04-04T19:53:29,825][INFO ][o.e.p.PluginsService     ] [172-1-1-5] loaded module [reindex]
[2022-04-04T19:53:29,825][INFO ][o.e.p.PluginsService     ] [172-1-1-5] loaded module [repositories-metering-api]
[2022-04-04T19:53:29,825][INFO ][o.e.p.PluginsService     ] [172-1-1-5] loaded module [repository-azure]
[2022-04-04T19:53:29,825][INFO ][o.e.p.PluginsService     ] [172-1-1-5] loaded module [repository-encrypted]
[2022-04-04T19:53:29,825][INFO ][o.e.p.PluginsService     ] [172-1-1-5] loaded module [repository-gcs]
[2022-04-04T19:53:29,826][INFO ][o.e.p.PluginsService     ] [172-1-1-5] loaded module [repository-s3]
[2022-04-04T19:53:29,826][INFO ][o.e.p.PluginsService     ] [172-1-1-5] loaded module [repository-url]
[2022-04-04T19:53:29,826][INFO ][o.e.p.PluginsService     ] [172-1-1-5] loaded module [runtime-fields-common]
[2022-04-04T19:53:29,826][INFO ][o.e.p.PluginsService     ] [172-1-1-5] loaded module [search-business-rules]
[2022-04-04T19:53:29,826][INFO ][o.e.p.PluginsService     ] [172-1-1-5] loaded module [searchable-snapshots]
[2022-04-04T19:53:29,826][INFO ][o.e.p.PluginsService     ] [172-1-1-5] loaded module [snapshot-based-recoveries]
[2022-04-04T19:53:29,826][INFO ][o.e.p.PluginsService     ] [172-1-1-5] loaded module [snapshot-repo-test-kit]
[2022-04-04T19:53:29,826][INFO ][o.e.p.PluginsService     ] [172-1-1-5] loaded module [spatial]
[2022-04-04T19:53:29,827][INFO ][o.e.p.PluginsService     ] [172-1-1-5] loaded module [systemd]
[2022-04-04T19:53:29,827][INFO ][o.e.p.PluginsService     ] [172-1-1-5] loaded module [transform]
[2022-04-04T19:53:29,827][INFO ][o.e.p.PluginsService     ] [172-1-1-5] loaded module [transport-netty4]
[2022-04-04T19:53:29,827][INFO ][o.e.p.PluginsService     ] [172-1-1-5] loaded module [unsigned-long]
[2022-04-04T19:53:29,827][INFO ][o.e.p.PluginsService     ] [172-1-1-5] loaded module [vector-tile]
[2022-04-04T19:53:29,827][INFO ][o.e.p.PluginsService     ] [172-1-1-5] loaded module [vectors]
[2022-04-04T19:53:29,827][INFO ][o.e.p.PluginsService     ] [172-1-1-5] loaded module [wildcard]
[2022-04-04T19:53:29,827][INFO ][o.e.p.PluginsService     ] [172-1-1-5] loaded module [x-pack-aggregate-metric]
[2022-04-04T19:53:29,827][INFO ][o.e.p.PluginsService     ] [172-1-1-5] loaded module [x-pack-analytics]
[2022-04-04T19:53:29,828][INFO ][o.e.p.PluginsService     ] [172-1-1-5] loaded module [x-pack-async]
[2022-04-04T19:53:29,828][INFO ][o.e.p.PluginsService     ] [172-1-1-5] loaded module [x-pack-async-search]
[2022-04-04T19:53:29,828][INFO ][o.e.p.PluginsService     ] [172-1-1-5] loaded module [x-pack-autoscaling]
[2022-04-04T19:53:29,828][INFO ][o.e.p.PluginsService     ] [172-1-1-5] loaded module [x-pack-ccr]
[2022-04-04T19:53:29,828][INFO ][o.e.p.PluginsService     ] [172-1-1-5] loaded module [x-pack-core]
[2022-04-04T19:53:29,828][INFO ][o.e.p.PluginsService     ] [172-1-1-5] loaded module [x-pack-deprecation]
[2022-04-04T19:53:29,828][INFO ][o.e.p.PluginsService     ] [172-1-1-5] loaded module [x-pack-enrich]
[2022-04-04T19:53:29,828][INFO ][o.e.p.PluginsService     ] [172-1-1-5] loaded module [x-pack-eql]
[2022-04-04T19:53:29,828][INFO ][o.e.p.PluginsService     ] [172-1-1-5] loaded module [x-pack-fleet]
[2022-04-04T19:53:29,828][INFO ][o.e.p.PluginsService     ] [172-1-1-5] loaded module [x-pack-graph]
[2022-04-04T19:53:29,828][INFO ][o.e.p.PluginsService     ] [172-1-1-5] loaded module [x-pack-identity-provider]
[2022-04-04T19:53:29,828][INFO ][o.e.p.PluginsService     ] [172-1-1-5] loaded module [x-pack-ilm]
[2022-04-04T19:53:29,829][INFO ][o.e.p.PluginsService     ] [172-1-1-5] loaded module [x-pack-logstash]
[2022-04-04T19:53:29,829][INFO ][o.e.p.PluginsService     ] [172-1-1-5] loaded module [x-pack-ml]
[2022-04-04T19:53:29,829][INFO ][o.e.p.PluginsService     ] [172-1-1-5] loaded module [x-pack-monitoring]
[2022-04-04T19:53:29,829][INFO ][o.e.p.PluginsService     ] [172-1-1-5] loaded module [x-pack-ql]
[2022-04-04T19:53:29,829][INFO ][o.e.p.PluginsService     ] [172-1-1-5] loaded module [x-pack-rollup]
[2022-04-04T19:53:29,829][INFO ][o.e.p.PluginsService     ] [172-1-1-5] loaded module [x-pack-security]
[2022-04-04T19:53:29,829][INFO ][o.e.p.PluginsService     ] [172-1-1-5] loaded module [x-pack-shutdown]
[2022-04-04T19:53:29,829][INFO ][o.e.p.PluginsService     ] [172-1-1-5] loaded module [x-pack-sql]
[2022-04-04T19:53:29,829][INFO ][o.e.p.PluginsService     ] [172-1-1-5] loaded module [x-pack-stack]
[2022-04-04T19:53:29,829][INFO ][o.e.p.PluginsService     ] [172-1-1-5] loaded module [x-pack-text-structure]
[2022-04-04T19:53:29,829][INFO ][o.e.p.PluginsService     ] [172-1-1-5] loaded module [x-pack-voting-only-node]
[2022-04-04T19:53:29,830][INFO ][o.e.p.PluginsService     ] [172-1-1-5] loaded module [x-pack-watcher]
[2022-04-04T19:53:29,830][INFO ][o.e.p.PluginsService     ] [172-1-1-5] no plugins loaded
[2022-04-04T19:53:29,849][INFO ][o.e.e.NodeEnvironment    ] [172-1-1-5] using [1] data paths, mounts [[/ (/dev/nvme0n1p3)]], net usable_space [468.6gb], net total_space [475.3gb], types [btrfs]
[2022-04-04T19:53:29,850][INFO ][o.e.e.NodeEnvironment    ] [172-1-1-5] heap size [15.4gb], compressed ordinary object pointers [true]
[2022-04-04T19:53:29,885][INFO ][o.e.n.Node               ] [172-1-1-5] node name [172-1-1-5], node ID [LhLiDoHXTaqDM0kpKyyQ6A], cluster name [elasticsearch], roles [transform, data_content, data_warm, master, remote_cluster_client, data, data_cold, ingest, data_frozen, ml, data_hot]
[2022-04-04T19:53:32,248][INFO ][o.e.x.m.p.l.CppLogMessageHandler] [172-1-1-5] [controller/3057] [Main.cc@123] controller (64 bit): Version 8.1.2 (Build aefa35c80ac77e) Copyright (c) 2022 Elasticsearch BV
[2022-04-04T19:53:32,319][INFO ][o.e.x.s.Security         ] [172-1-1-5] Security is enabled
[2022-04-04T19:53:32,416][INFO ][o.e.x.s.a.Realms         ] [172-1-1-5] license mode is [trial], currently licensed security realms are [reserved/reserved,file/default_file,native/default_native]
[2022-04-04T19:53:32,420][INFO ][o.e.x.s.a.s.FileRolesStore] [172-1-1-5] parsed [0] roles from file [/etc/elasticsearch/roles.yml]
[2022-04-04T19:53:32,576][INFO ][o.e.x.s.InitialNodeSecurityAutoConfiguration] [172-1-1-5] Auto-configuration will not generate a password for the elastic built-in superuser, as we cannot  determine if there is a terminal attached to the elasticsearch process. You can use the `bin/elasticsearch-reset-password` tool to set the password for the elastic user.
[2022-04-04T19:53:33,060][INFO ][o.e.t.n.NettyAllocator   ] [172-1-1-5] 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=8mb}]
[2022-04-04T19:53:33,073][INFO ][o.e.i.r.RecoverySettings ] [172-1-1-5] using rate limit [40mb] with [default=40mb, read=0b, write=0b, max=0b]
[2022-04-04T19:53:33,091][INFO ][o.e.d.DiscoveryModule    ] [172-1-1-5] using discovery type [multi-node] and seed hosts providers [settings]
[2022-04-04T19:53:33,554][INFO ][o.e.n.Node               ] [172-1-1-5] initialized
[2022-04-04T19:53:33,554][INFO ][o.e.n.Node               ] [172-1-1-5] starting ...
[2022-04-04T19:53:33,566][INFO ][o.e.x.s.c.f.PersistentCache] [172-1-1-5] persistent cache index loaded
[2022-04-04T19:53:33,566][INFO ][o.e.x.d.l.DeprecationIndexingComponent] [172-1-1-5] deprecation component started
[2022-04-04T19:53:33,618][INFO ][o.e.t.TransportService   ] [172-1-1-5] publish_address {127.0.0.1:9300}, bound_addresses {[::1]:9300}, {127.0.0.1:9300}
[2022-04-04T19:53:33,864][INFO ][o.e.c.c.Coordinator      ] [172-1-1-5] cluster UUID [APyDv1uiSZO8Ztx8ELwh_A]
[2022-04-04T19:53:33,921][INFO ][o.e.c.s.MasterService    ] [172-1-1-5] elected-as-master ([1] nodes joined)[{172-1-1-5}{LhLiDoHXTaqDM0kpKyyQ6A}{GWeHyH1GQxCk-xPNkRLHtA}{127.0.0.1}{127.0.0.1:9300}{cdfhilmrstw} completing election, _BECOME_MASTER_TASK_, _FINISH_ELECTION_], term: 7, version: 113, delta: master node changed {previous [], current [{172-1-1-5}{LhLiDoHXTaqDM0kpKyyQ6A}{GWeHyH1GQxCk-xPNkRLHtA}{127.0.0.1}{127.0.0.1:9300}{cdfhilmrstw}]}
[2022-04-04T19:53:33,979][INFO ][o.e.c.s.ClusterApplierService] [172-1-1-5] master node changed {previous [], current [{172-1-1-5}{LhLiDoHXTaqDM0kpKyyQ6A}{GWeHyH1GQxCk-xPNkRLHtA}{127.0.0.1}{127.0.0.1:9300}{cdfhilmrstw}]}, term: 7, version: 113, reason: Publication{term=7, version=113}
[2022-04-04T19:53:33,996][ERROR][o.e.b.Bootstrap          ] [172-1-1-5] Exception
[2022-04-04T19:53:33,999][ERROR][o.e.b.ElasticsearchUncaughtExceptionHandler] [172-1-1-5] uncaught exception in thread [main]
[2022-04-04T19:53:34,001][INFO ][o.e.n.Node               ] [172-1-1-5] stopping ...
[2022-04-04T19:53:34,002][INFO ][o.e.x.w.WatcherService   ] [172-1-1-5] stopping watch service, reason [shutdown initiated]
[2022-04-04T19:53:34,002][INFO ][o.e.x.m.p.l.CppLogMessageHandler] [172-1-1-5] [controller/3057] [Main.cc@176] ML controller exiting
[2022-04-04T19:53:34,003][INFO ][o.e.x.m.p.NativeController] [172-1-1-5] Native controller process has stopped - no new native processes can be started
[2022-04-04T19:53:34,003][INFO ][o.e.x.w.WatcherLifeCycleService] [172-1-1-5] watcher has stopped and shutdown
[2022-04-04T19:53:34,176][INFO ][o.e.l.LicenseService     ] [172-1-1-5] license [feef9fe4-9855-47ae-a637-cc05103d356a] mode [basic] - valid
[2022-04-04T19:53:34,177][INFO ][o.e.x.s.a.Realms         ] [172-1-1-5] license mode is [basic], currently licensed security realms are [reserved/reserved,file/default_file,native/default_native]
[2022-04-04T19:53:34,184][INFO ][o.e.g.GatewayService     ] [172-1-1-5] recovered [9] indices into cluster_state
[2022-04-04T19:53:34,289][INFO ][o.e.n.Node               ] [172-1-1-5] stopped
[2022-04-04T19:53:34,290][INFO ][o.e.n.Node               ] [172-1-1-5] closing ...
[2022-04-04T19:53:34,298][INFO ][o.e.n.Node               ] [172-1-1-5] closed
[2022-04-04T20:01:10,713][INFO ][o.e.n.Node               ] [172-1-1-5] version[8.1.2], pid[3930], build[default/rpm/31df9689e80bad366ac20176aa7f2371ea5eb4c1/2022-03-29T21:18:59.991429448Z], OS[Linux/5.17.1-300.fc36.x86_64/amd64], JVM[Eclipse Adoptium/OpenJDK 64-Bit Server VM/17.0.2/17.0.2+8]
[2022-04-04T20:01:10,716][INFO ][o.e.n.Node               ] [172-1-1-5] JVM home [/usr/share/elasticsearch/jdk], using bundled JDK [true]
[2022-04-04T20:01:10,716][INFO ][o.e.n.Node               ] [172-1-1-5] JVM arguments [-Xshare:auto, -Des.networkaddress.cache.ttl=60, -Des.networkaddress.cache.negative.ttl=10, -Djava.security.manager=allow, -XX:+AlwaysPreTouch, -Xss1m, -Djava.awt.headless=true, -Dfile.encoding=UTF-8, -Djna.nosys=true, -XX:-OmitStackTraceInFastThrow, -XX:+ShowCodeDetailsInExceptionMessages, -Dio.netty.noUnsafe=true, -Dio.netty.noKeySetOptimization=true, -Dio.netty.recycler.maxCapacityPerThread=0, -Dio.netty.allocator.numDirectArenas=0, -Dlog4j.shutdownHookEnabled=false, -Dlog4j2.disable.jmx=true, -Dlog4j2.formatMsgNoLookups=true, -Djava.locale.providers=SPI,COMPAT, --add-opens=java.base/java.io=ALL-UNNAMED, -XX:+UseG1GC, -Djava.io.tmpdir=/tmp/elasticsearch-701463060272294347, -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,pid,tags:filecount=32,filesize=64m, -Xms15836m, -Xmx15836m, -XX:MaxDirectMemorySize=8304721920, -XX:InitiatingHeapOccupancyPercent=30, -XX:G1ReservePercent=25, -Des.path.home=/usr/share/elasticsearch, -Des.path.conf=/etc/elasticsearch, -Des.distribution.flavor=default, -Des.distribution.type=rpm, -Des.bundled_jdk=true]
[2022-04-04T20:01:11,928][INFO ][o.e.p.PluginsService     ] [172-1-1-5] loaded module [aggs-matrix-stats]
[2022-04-04T20:01:11,928][INFO ][o.e.p.PluginsService     ] [172-1-1-5] loaded module [analysis-common]
[2022-04-04T20:01:11,928][INFO ][o.e.p.PluginsService     ] [172-1-1-5] loaded module [constant-keyword]
[2022-04-04T20:01:11,928][INFO ][o.e.p.PluginsService     ] [172-1-1-5] loaded module [data-streams]
[2022-04-04T20:01:11,928][INFO ][o.e.p.PluginsService     ] [172-1-1-5] loaded module [frozen-indices]
[2022-04-04T20:01:11,928][INFO ][o.e.p.PluginsService     ] [172-1-1-5] loaded module [ingest-common]
[2022-04-04T20:01:11,928][INFO ][o.e.p.PluginsService     ] [172-1-1-5] loaded module [ingest-geoip]
[2022-04-04T20:01:11,929][INFO ][o.e.p.PluginsService     ] [172-1-1-5] loaded module [ingest-user-agent]
[2022-04-04T20:01:11,929][INFO ][o.e.p.PluginsService     ] [172-1-1-5] loaded module [kibana]
[2022-04-04T20:01:11,929][INFO ][o.e.p.PluginsService     ] [172-1-1-5] loaded module [lang-expression]
[2022-04-04T20:01:11,929][INFO ][o.e.p.PluginsService     ] [172-1-1-5] loaded module [lang-mustache]
[2022-04-04T20:01:11,929][INFO ][o.e.p.PluginsService     ] [172-1-1-5] loaded module [lang-painless]
[2022-04-04T20:01:11,929][INFO ][o.e.p.PluginsService     ] [172-1-1-5] loaded module [legacy-geo]
[2022-04-04T20:01:11,929][INFO ][o.e.p.PluginsService     ] [172-1-1-5] loaded module [mapper-extras]
[2022-04-04T20:01:11,929][INFO ][o.e.p.PluginsService     ] [172-1-1-5] loaded module [mapper-version]
[2022-04-04T20:01:11,929][INFO ][o.e.p.PluginsService     ] [172-1-1-5] loaded module [old-lucene-versions]
[2022-04-04T20:01:11,930][INFO ][o.e.p.PluginsService     ] [172-1-1-5] loaded module [parent-join]
[2022-04-04T20:01:11,930][INFO ][o.e.p.PluginsService     ] [172-1-1-5] loaded module [percolator]
[2022-04-04T20:01:11,930][INFO ][o.e.p.PluginsService     ] [172-1-1-5] loaded module [rank-eval]
[2022-04-04T20:01:11,930][INFO ][o.e.p.PluginsService     ] [172-1-1-5] loaded module [reindex]
[2022-04-04T20:01:11,930][INFO ][o.e.p.PluginsService     ] [172-1-1-5] loaded module [repositories-metering-api]
[2022-04-04T20:01:11,930][INFO ][o.e.p.PluginsService     ] [172-1-1-5] loaded module [repository-azure]
[2022-04-04T20:01:11,930][INFO ][o.e.p.PluginsService     ] [172-1-1-5] loaded module [repository-encrypted]
[2022-04-04T20:01:11,930][INFO ][o.e.p.PluginsService     ] [172-1-1-5] loaded module [repository-gcs]
[2022-04-04T20:01:11,930][INFO ][o.e.p.PluginsService     ] [172-1-1-5] loaded module [repository-s3]
[2022-04-04T20:01:11,930][INFO ][o.e.p.PluginsService     ] [172-1-1-5] loaded module [repository-url]
[2022-04-04T20:01:11,930][INFO ][o.e.p.PluginsService     ] [172-1-1-5] loaded module [runtime-fields-common]
[2022-04-04T20:01:11,931][INFO ][o.e.p.PluginsService     ] [172-1-1-5] loaded module [search-business-rules]
[2022-04-04T20:01:11,931][INFO ][o.e.p.PluginsService     ] [172-1-1-5] loaded module [searchable-snapshots]
[2022-04-04T20:01:11,931][INFO ][o.e.p.PluginsService     ] [172-1-1-5] loaded module [snapshot-based-recoveries]
[2022-04-04T20:01:11,931][INFO ][o.e.p.PluginsService     ] [172-1-1-5] loaded module [snapshot-repo-test-kit]
[2022-04-04T20:01:11,931][INFO ][o.e.p.PluginsService     ] [172-1-1-5] loaded module [spatial]
[2022-04-04T20:01:11,931][INFO ][o.e.p.PluginsService     ] [172-1-1-5] loaded module [systemd]
[2022-04-04T20:01:11,931][INFO ][o.e.p.PluginsService     ] [172-1-1-5] loaded module [transform]
[2022-04-04T20:01:11,931][INFO ][o.e.p.PluginsService     ] [172-1-1-5] loaded module [transport-netty4]
[2022-04-04T20:01:11,931][INFO ][o.e.p.PluginsService     ] [172-1-1-5] loaded module [unsigned-long]
[2022-04-04T20:01:11,931][INFO ][o.e.p.PluginsService     ] [172-1-1-5] loaded module [vector-tile]
[2022-04-04T20:01:11,932][INFO ][o.e.p.PluginsService     ] [172-1-1-5] loaded module [vectors]
[2022-04-04T20:01:11,932][INFO ][o.e.p.PluginsService     ] [172-1-1-5] loaded module [wildcard]
[2022-04-04T20:01:11,932][INFO ][o.e.p.PluginsService     ] [172-1-1-5] loaded module [x-pack-aggregate-metric]
[2022-04-04T20:01:11,932][INFO ][o.e.p.PluginsService     ] [172-1-1-5] loaded module [x-pack-analytics]
[2022-04-04T20:01:11,932][INFO ][o.e.p.PluginsService     ] [172-1-1-5] loaded module [x-pack-async]
[2022-04-04T20:01:11,932][INFO ][o.e.p.PluginsService     ] [172-1-1-5] loaded module [x-pack-async-search]
[2022-04-04T20:01:11,932][INFO ][o.e.p.PluginsService     ] [172-1-1-5] loaded module [x-pack-autoscaling]
[2022-04-04T20:01:11,932][INFO ][o.e.p.PluginsService     ] [172-1-1-5] loaded module [x-pack-ccr]
[2022-04-04T20:01:11,933][INFO ][o.e.p.PluginsService     ] [172-1-1-5] loaded module [x-pack-core]
[2022-04-04T20:01:11,933][INFO ][o.e.p.PluginsService     ] [172-1-1-5] loaded module [x-pack-deprecation]
[2022-04-04T20:01:11,933][INFO ][o.e.p.PluginsService     ] [172-1-1-5] loaded module [x-pack-enrich]
[2022-04-04T20:01:11,933][INFO ][o.e.p.PluginsService     ] [172-1-1-5] loaded module [x-pack-eql]
[2022-04-04T20:01:11,933][INFO ][o.e.p.PluginsService     ] [172-1-1-5] loaded module [x-pack-fleet]
[2022-04-04T20:01:11,933][INFO ][o.e.p.PluginsService     ] [172-1-1-5] loaded module [x-pack-graph]
[2022-04-04T20:01:11,933][INFO ][o.e.p.PluginsService     ] [172-1-1-5] loaded module [x-pack-identity-provider]
[2022-04-04T20:01:11,933][INFO ][o.e.p.PluginsService     ] [172-1-1-5] loaded module [x-pack-ilm]
[2022-04-04T20:01:11,933][INFO ][o.e.p.PluginsService     ] [172-1-1-5] loaded module [x-pack-logstash]
[2022-04-04T20:01:11,933][INFO ][o.e.p.PluginsService     ] [172-1-1-5] loaded module [x-pack-ml]
[2022-04-04T20:01:11,933][INFO ][o.e.p.PluginsService     ] [172-1-1-5] loaded module [x-pack-monitoring]
[2022-04-04T20:01:11,933][INFO ][o.e.p.PluginsService     ] [172-1-1-5] loaded module [x-pack-ql]
[2022-04-04T20:01:11,934][INFO ][o.e.p.PluginsService     ] [172-1-1-5] loaded module [x-pack-rollup]
[2022-04-04T20:01:11,934][INFO ][o.e.p.PluginsService     ] [172-1-1-5] loaded module [x-pack-security]
[2022-04-04T20:01:11,934][INFO ][o.e.p.PluginsService     ] [172-1-1-5] loaded module [x-pack-shutdown]
[2022-04-04T20:01:11,934][INFO ][o.e.p.PluginsService     ] [172-1-1-5] loaded module [x-pack-sql]
[2022-04-04T20:01:11,934][INFO ][o.e.p.PluginsService     ] [172-1-1-5] loaded module [x-pack-stack]
[2022-04-04T20:01:11,934][INFO ][o.e.p.PluginsService     ] [172-1-1-5] loaded module [x-pack-text-structure]
[2022-04-04T20:01:11,934][INFO ][o.e.p.PluginsService     ] [172-1-1-5] loaded module [x-pack-voting-only-node]
[2022-04-04T20:01:11,934][INFO ][o.e.p.PluginsService     ] [172-1-1-5] loaded module [x-pack-watcher]
[2022-04-04T20:01:11,935][INFO ][o.e.p.PluginsService     ] [172-1-1-5] no plugins loaded
[2022-04-04T20:01:11,953][INFO ][o.e.e.NodeEnvironment    ] [172-1-1-5] using [1] data paths, mounts [[/ (/dev/nvme0n1p3)]], net usable_space [468.6gb], net total_space [475.3gb], types [btrfs]
[2022-04-04T20:01:11,953][INFO ][o.e.e.NodeEnvironment    ] [172-1-1-5] heap size [15.4gb], compressed ordinary object pointers [true]
[2022-04-04T20:01:11,982][INFO ][o.e.n.Node               ] [172-1-1-5] node name [172-1-1-5], node ID [LhLiDoHXTaqDM0kpKyyQ6A], cluster name [elasticsearch], roles [transform, data_content, data_warm, master, remote_cluster_client, data, data_cold, ingest, data_frozen, ml, data_hot]
[2022-04-04T20:01:14,181][INFO ][o.e.x.m.p.l.CppLogMessageHandler] [172-1-1-5] [controller/4240] [Main.cc@123] controller (64 bit): Version 8.1.2 (Build aefa35c80ac77e) Copyright (c) 2022 Elasticsearch BV
[2022-04-04T20:01:14,246][INFO ][o.e.x.s.Security         ] [172-1-1-5] Security is enabled
[2022-04-04T20:01:14,344][INFO ][o.e.x.s.a.Realms         ] [172-1-1-5] license mode is [trial], currently licensed security realms are [reserved/reserved,file/default_file,native/default_native]
[2022-04-04T20:01:14,348][INFO ][o.e.x.s.a.s.FileRolesStore] [172-1-1-5] parsed [0] roles from file [/etc/elasticsearch/roles.yml]
[2022-04-04T20:01:14,572][INFO ][o.e.x.s.InitialNodeSecurityAutoConfiguration] [172-1-1-5] Auto-configuration will not generate a password for the elastic built-in superuser, as we cannot  determine if there is a terminal attached to the elasticsearch process. You can use the `bin/elasticsearch-reset-password` tool to set the password for the elastic user.
[2022-04-04T20:01:15,029][INFO ][o.e.t.n.NettyAllocator   ] [172-1-1-5] 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=8mb}]
[2022-04-04T20:01:15,043][INFO ][o.e.i.r.RecoverySettings ] [172-1-1-5] using rate limit [40mb] with [default=40mb, read=0b, write=0b, max=0b]
[2022-04-04T20:01:15,060][INFO ][o.e.d.DiscoveryModule    ] [172-1-1-5] using discovery type [multi-node] and seed hosts providers [settings]
[2022-04-04T20:01:15,519][INFO ][o.e.n.Node               ] [172-1-1-5] initialized
[2022-04-04T20:01:15,519][INFO ][o.e.n.Node               ] [172-1-1-5] starting ...
[2022-04-04T20:01:15,531][INFO ][o.e.x.s.c.f.PersistentCache] [172-1-1-5] persistent cache index loaded
[2022-04-04T20:01:15,532][INFO ][o.e.x.d.l.DeprecationIndexingComponent] [172-1-1-5] deprecation component started
[2022-04-04T20:01:15,591][INFO ][o.e.t.TransportService   ] [172-1-1-5] publish_address {127.0.0.1:9300}, bound_addresses {[::1]:9300}, {127.0.0.1:9300}
[2022-04-04T20:01:15,827][INFO ][o.e.c.c.Coordinator      ] [172-1-1-5] cluster UUID [APyDv1uiSZO8Ztx8ELwh_A]
[2022-04-04T20:01:15,902][INFO ][o.e.c.s.MasterService    ] [172-1-1-5] elected-as-master ([1] nodes joined)[{172-1-1-5}{LhLiDoHXTaqDM0kpKyyQ6A}{CTcQxpklTMOSlQDi3SMXNA}{127.0.0.1}{127.0.0.1:9300}{cdfhilmrstw} completing election, _BECOME_MASTER_TASK_, _FINISH_ELECTION_], term: 8, version: 117, delta: master node changed {previous [], current [{172-1-1-5}{LhLiDoHXTaqDM0kpKyyQ6A}{CTcQxpklTMOSlQDi3SMXNA}{127.0.0.1}{127.0.0.1:9300}{cdfhilmrstw}]}
[2022-04-04T20:01:15,961][INFO ][o.e.c.s.ClusterApplierService] [172-1-1-5] master node changed {previous [], current [{172-1-1-5}{LhLiDoHXTaqDM0kpKyyQ6A}{CTcQxpklTMOSlQDi3SMXNA}{127.0.0.1}{127.0.0.1:9300}{cdfhilmrstw}]}, term: 8, version: 117, reason: Publication{term=8, version=117}
[2022-04-04T20:01:15,983][ERROR][o.e.b.Bootstrap          ] [172-1-1-5] Exception
[2022-04-04T20:01:15,987][ERROR][o.e.b.ElasticsearchUncaughtExceptionHandler] [172-1-1-5] uncaught exception in thread [main]
[2022-04-04T20:01:15,988][INFO ][o.e.n.Node               ] [172-1-1-5] stopping ...
[2022-04-04T20:01:15,989][INFO ][o.e.x.w.WatcherService   ] [172-1-1-5] stopping watch service, reason [shutdown initiated]
[2022-04-04T20:01:15,989][INFO ][o.e.x.m.p.l.CppLogMessageHandler] [172-1-1-5] [controller/4240] [Main.cc@176] ML controller exiting
[2022-04-04T20:01:15,990][INFO ][o.e.x.m.p.NativeController] [172-1-1-5] Native controller process has stopped - no new native processes can be started
[2022-04-04T20:01:15,990][INFO ][o.e.x.w.WatcherLifeCycleService] [172-1-1-5] watcher has stopped and shutdown
[2022-04-04T20:01:16,157][INFO ][o.e.l.LicenseService     ] [172-1-1-5] license [feef9fe4-9855-47ae-a637-cc05103d356a] mode [basic] - valid
[2022-04-04T20:01:16,158][INFO ][o.e.x.s.a.Realms         ] [172-1-1-5] license mode is [basic], currently licensed security realms are [reserved/reserved,file/default_file,native/default_native]
[2022-04-04T20:01:16,164][INFO ][o.e.g.GatewayService     ] [172-1-1-5] recovered [9] indices into cluster_state
[2022-04-04T20:01:16,253][INFO ][o.e.n.Node               ] [172-1-1-5] stopped
[2022-04-04T20:01:16,254][INFO ][o.e.n.Node               ] [172-1-1-5] closing ...
[2022-04-04T20:01:16,260][INFO ][o.e.n.Node               ] [172-1-1-5] closed

Sorry it is disorganized. But there is more of the log. I can do a one time start today and send a you a clean/complete log. Thanks again.

Okay this is a clean log from today:

[test@172-1-1-5 ~]$ sudo systemctl start elasticservice.service
[sudo] password for test: 
Failed to start elasticservice.service: Unit elasticservice.service not found.
[test@172-1-1-5 ~]$ systemctl status elasticsearch.service 
× elasticsearch.service - Elasticsearch
     Loaded: loaded (/usr/lib/systemd/system/elasticsearch.service; disabled; vendor preset: disabled)
     Active: failed (Result: exit-code) since Mon 2022-04-04 20:01:18 EDT; 22h ago
       Docs: https://www.elastic.co
    Process: 3930 ExecStart=/usr/share/elasticsearch/bin/systemd-entrypoint -p ${PID_DIR}/elasticsearch.pid --quiet (code=exited, status=1/FAILURE)
   Main PID: 3930 (code=exited, status=1/FAILURE)
        CPU: 42.429s

Apr 04 20:01:15 172-1-1-5 systemd-entrypoint[3930]:         at org.elasticsearch.common.cli.EnvironmentAwareCommand.execute(EnvironmentAwareCommand.java:81)
Apr 04 20:01:15 172-1-1-5 systemd-entrypoint[3930]:         at org.elasticsearch.cli.Command.mainWithoutErrorHandling(Command.java:112)
Apr 04 20:01:15 172-1-1-5 systemd-entrypoint[3930]:         at org.elasticsearch.cli.Command.main(Command.java:77)
Apr 04 20:01:15 172-1-1-5 systemd-entrypoint[3930]:         at org.elasticsearch.bootstrap.Elasticsearch.main(Elasticsearch.java:122)
Apr 04 20:01:15 172-1-1-5 systemd-entrypoint[3930]:         at org.elasticsearch.bootstrap.Elasticsearch.main(Elasticsearch.java:80)
Apr 04 20:01:15 172-1-1-5 systemd-entrypoint[3930]: For complete error details, refer to the log at /var/log/elasticsearch/elasticsearch.log
Apr 04 20:01:18 172-1-1-5 systemd[1]: elasticsearch.service: Main process exited, code=exited, status=1/FAILURE
Apr 04 20:01:18 172-1-1-5 systemd[1]: elasticsearch.service: Failed with result 'exit-code'.
Apr 04 20:01:18 172-1-1-5 systemd[1]: Failed to start elasticsearch.service - Elasticsearch.
Apr 04 20:01:18 172-1-1-5 systemd[1]: elasticsearch.service: Consumed 42.429s CPU time.
[test@172-1-1-5 ~]$ sudo systemctl start elasticsearch.service 
Job for elasticsearch.service failed because the control process exited with error code.
See "systemctl status elasticsearch.service" and "journalctl -xeu elasticsearch.service" for details.
[test@172-1-1-5 ~]$ sudo cat /var/log/elasticsearch/elasticsearch.log | grep 2022-04-05
[2022-04-05T18:11:56,305][INFO ][o.e.n.Node               ] [172-1-1-5] version[8.1.2], pid[10553], build[default/rpm/31df9689e80bad366ac20176aa7f2371ea5eb4c1/2022-03-29T21:18:59.991429448Z], OS[Linux/5.17.1-300.fc36.x86_64/amd64], JVM[Eclipse Adoptium/OpenJDK 64-Bit Server VM/17.0.2/17.0.2+8]
[2022-04-05T18:11:56,315][INFO ][o.e.n.Node               ] [172-1-1-5] JVM home [/usr/share/elasticsearch/jdk], using bundled JDK [true]
[2022-04-05T18:11:56,315][INFO ][o.e.n.Node               ] [172-1-1-5] JVM arguments [-Xshare:auto, -Des.networkaddress.cache.ttl=60, -Des.networkaddress.cache.negative.ttl=10, -Djava.security.manager=allow, -XX:+AlwaysPreTouch, -Xss1m, -Djava.awt.headless=true, -Dfile.encoding=UTF-8, -Djna.nosys=true, -XX:-OmitStackTraceInFastThrow, -XX:+ShowCodeDetailsInExceptionMessages, -Dio.netty.noUnsafe=true, -Dio.netty.noKeySetOptimization=true, -Dio.netty.recycler.maxCapacityPerThread=0, -Dio.netty.allocator.numDirectArenas=0, -Dlog4j.shutdownHookEnabled=false, -Dlog4j2.disable.jmx=true, -Dlog4j2.formatMsgNoLookups=true, -Djava.locale.providers=SPI,COMPAT, --add-opens=java.base/java.io=ALL-UNNAMED, -XX:+UseG1GC, -Djava.io.tmpdir=/tmp/elasticsearch-6552959349178481573, -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,pid,tags:filecount=32,filesize=64m, -Xms15836m, -Xmx15836m, -XX:MaxDirectMemorySize=8304721920, -XX:InitiatingHeapOccupancyPercent=30, -XX:G1ReservePercent=25, -Des.path.home=/usr/share/elasticsearch, -Des.path.conf=/etc/elasticsearch, -Des.distribution.flavor=default, -Des.distribution.type=rpm, -Des.bundled_jdk=true]
[2022-04-05T18:11:57,524][INFO ][o.e.p.PluginsService     ] [172-1-1-5] loaded module [aggs-matrix-stats]
[2022-04-05T18:11:57,524][INFO ][o.e.p.PluginsService     ] [172-1-1-5] loaded module [analysis-common]
[2022-04-05T18:11:57,524][INFO ][o.e.p.PluginsService     ] [172-1-1-5] loaded module [constant-keyword]
[2022-04-05T18:11:57,524][INFO ][o.e.p.PluginsService     ] [172-1-1-5] loaded module [data-streams]
[2022-04-05T18:11:57,524][INFO ][o.e.p.PluginsService     ] [172-1-1-5] loaded module [frozen-indices]
[2022-04-05T18:11:57,524][INFO ][o.e.p.PluginsService     ] [172-1-1-5] loaded module [ingest-common]
[2022-04-05T18:11:57,525][INFO ][o.e.p.PluginsService     ] [172-1-1-5] loaded module [ingest-geoip]
[2022-04-05T18:11:57,525][INFO ][o.e.p.PluginsService     ] [172-1-1-5] loaded module [ingest-user-agent]
[2022-04-05T18:11:57,525][INFO ][o.e.p.PluginsService     ] [172-1-1-5] loaded module [kibana]
[2022-04-05T18:11:57,525][INFO ][o.e.p.PluginsService     ] [172-1-1-5] loaded module [lang-expression]
[2022-04-05T18:11:57,525][INFO ][o.e.p.PluginsService     ] [172-1-1-5] loaded module [lang-mustache]
[2022-04-05T18:11:57,525][INFO ][o.e.p.PluginsService     ] [172-1-1-5] loaded module [lang-painless]
[2022-04-05T18:11:57,525][INFO ][o.e.p.PluginsService     ] [172-1-1-5] loaded module [legacy-geo]
[2022-04-05T18:11:57,526][INFO ][o.e.p.PluginsService     ] [172-1-1-5] loaded module [mapper-extras]
[2022-04-05T18:11:57,526][INFO ][o.e.p.PluginsService     ] [172-1-1-5] loaded module [mapper-version]
[2022-04-05T18:11:57,526][INFO ][o.e.p.PluginsService     ] [172-1-1-5] loaded module [old-lucene-versions]
[2022-04-05T18:11:57,526][INFO ][o.e.p.PluginsService     ] [172-1-1-5] loaded module [parent-join]
[2022-04-05T18:11:57,526][INFO ][o.e.p.PluginsService     ] [172-1-1-5] loaded module [percolator]
[2022-04-05T18:11:57,526][INFO ][o.e.p.PluginsService     ] [172-1-1-5] loaded module [rank-eval]
[2022-04-05T18:11:57,526][INFO ][o.e.p.PluginsService     ] [172-1-1-5] loaded module [reindex]
[2022-04-05T18:11:57,526][INFO ][o.e.p.PluginsService     ] [172-1-1-5] loaded module [repositories-metering-api]
[2022-04-05T18:11:57,526][INFO ][o.e.p.PluginsService     ] [172-1-1-5] loaded module [repository-azure]
[2022-04-05T18:11:57,526][INFO ][o.e.p.PluginsService     ] [172-1-1-5] loaded module [repository-encrypted]
[2022-04-05T18:11:57,526][INFO ][o.e.p.PluginsService     ] [172-1-1-5] loaded module [repository-gcs]
[2022-04-05T18:11:57,527][INFO ][o.e.p.PluginsService     ] [172-1-1-5] loaded module [repository-s3]
[2022-04-05T18:11:57,527][INFO ][o.e.p.PluginsService     ] [172-1-1-5] loaded module [repository-url]
[2022-04-05T18:11:57,527][INFO ][o.e.p.PluginsService     ] [172-1-1-5] loaded module [runtime-fields-common]
[2022-04-05T18:11:57,527][INFO ][o.e.p.PluginsService     ] [172-1-1-5] loaded module [search-business-rules]
[2022-04-05T18:11:57,527][INFO ][o.e.p.PluginsService     ] [172-1-1-5] loaded module [searchable-snapshots]
[2022-04-05T18:11:57,527][INFO ][o.e.p.PluginsService     ] [172-1-1-5] loaded module [snapshot-based-recoveries]
[2022-04-05T18:11:57,527][INFO ][o.e.p.PluginsService     ] [172-1-1-5] loaded module [snapshot-repo-test-kit]
[2022-04-05T18:11:57,527][INFO ][o.e.p.PluginsService     ] [172-1-1-5] loaded module [spatial]
[2022-04-05T18:11:57,527][INFO ][o.e.p.PluginsService     ] [172-1-1-5] loaded module [systemd]
[2022-04-05T18:11:57,528][INFO ][o.e.p.PluginsService     ] [172-1-1-5] loaded module [transform]
[2022-04-05T18:11:57,528][INFO ][o.e.p.PluginsService     ] [172-1-1-5] loaded module [transport-netty4]
[2022-04-05T18:11:57,528][INFO ][o.e.p.PluginsService     ] [172-1-1-5] loaded module [unsigned-long]
[2022-04-05T18:11:57,528][INFO ][o.e.p.PluginsService     ] [172-1-1-5] loaded module [vector-tile]
[2022-04-05T18:11:57,528][INFO ][o.e.p.PluginsService     ] [172-1-1-5] loaded module [vectors]
[2022-04-05T18:11:57,528][INFO ][o.e.p.PluginsService     ] [172-1-1-5] loaded module [wildcard]
[2022-04-05T18:11:57,528][INFO ][o.e.p.PluginsService     ] [172-1-1-5] loaded module [x-pack-aggregate-metric]
[2022-04-05T18:11:57,528][INFO ][o.e.p.PluginsService     ] [172-1-1-5] loaded module [x-pack-analytics]
[2022-04-05T18:11:57,529][INFO ][o.e.p.PluginsService     ] [172-1-1-5] loaded module [x-pack-async]
[2022-04-05T18:11:57,529][INFO ][o.e.p.PluginsService     ] [172-1-1-5] loaded module [x-pack-async-search]
[2022-04-05T18:11:57,529][INFO ][o.e.p.PluginsService     ] [172-1-1-5] loaded module [x-pack-autoscaling]
[2022-04-05T18:11:57,529][INFO ][o.e.p.PluginsService     ] [172-1-1-5] loaded module [x-pack-ccr]
[2022-04-05T18:11:57,529][INFO ][o.e.p.PluginsService     ] [172-1-1-5] loaded module [x-pack-core]
[2022-04-05T18:11:57,529][INFO ][o.e.p.PluginsService     ] [172-1-1-5] loaded module [x-pack-deprecation]
[2022-04-05T18:11:57,529][INFO ][o.e.p.PluginsService     ] [172-1-1-5] loaded module [x-pack-enrich]
[2022-04-05T18:11:57,529][INFO ][o.e.p.PluginsService     ] [172-1-1-5] loaded module [x-pack-eql]
[2022-04-05T18:11:57,529][INFO ][o.e.p.PluginsService     ] [172-1-1-5] loaded module [x-pack-fleet]
[2022-04-05T18:11:57,530][INFO ][o.e.p.PluginsService     ] [172-1-1-5] loaded module [x-pack-graph]
[2022-04-05T18:11:57,530][INFO ][o.e.p.PluginsService     ] [172-1-1-5] loaded module [x-pack-identity-provider]
[2022-04-05T18:11:57,530][INFO ][o.e.p.PluginsService     ] [172-1-1-5] loaded module [x-pack-ilm]
[2022-04-05T18:11:57,530][INFO ][o.e.p.PluginsService     ] [172-1-1-5] loaded module [x-pack-logstash]
[2022-04-05T18:11:57,530][INFO ][o.e.p.PluginsService     ] [172-1-1-5] loaded module [x-pack-ml]
[2022-04-05T18:11:57,530][INFO ][o.e.p.PluginsService     ] [172-1-1-5] loaded module [x-pack-monitoring]
[2022-04-05T18:11:57,530][INFO ][o.e.p.PluginsService     ] [172-1-1-5] loaded module [x-pack-ql]
[2022-04-05T18:11:57,530][INFO ][o.e.p.PluginsService     ] [172-1-1-5] loaded module [x-pack-rollup]
[2022-04-05T18:11:57,530][INFO ][o.e.p.PluginsService     ] [172-1-1-5] loaded module [x-pack-security]
[2022-04-05T18:11:57,530][INFO ][o.e.p.PluginsService     ] [172-1-1-5] loaded module [x-pack-shutdown]
[2022-04-05T18:11:57,530][INFO ][o.e.p.PluginsService     ] [172-1-1-5] loaded module [x-pack-sql]
[2022-04-05T18:11:57,531][INFO ][o.e.p.PluginsService     ] [172-1-1-5] loaded module [x-pack-stack]
[2022-04-05T18:11:57,531][INFO ][o.e.p.PluginsService     ] [172-1-1-5] loaded module [x-pack-text-structure]
[2022-04-05T18:11:57,531][INFO ][o.e.p.PluginsService     ] [172-1-1-5] loaded module [x-pack-voting-only-node]
[2022-04-05T18:11:57,531][INFO ][o.e.p.PluginsService     ] [172-1-1-5] loaded module [x-pack-watcher]
[2022-04-05T18:11:57,531][INFO ][o.e.p.PluginsService     ] [172-1-1-5] no plugins loaded
[2022-04-05T18:11:57,550][INFO ][o.e.e.NodeEnvironment    ] [172-1-1-5] using [1] data paths, mounts [[/ (/dev/nvme0n1p3)]], net usable_space [468.6gb], net total_space [475.3gb], types [btrfs]
[2022-04-05T18:11:57,550][INFO ][o.e.e.NodeEnvironment    ] [172-1-1-5] heap size [15.4gb], compressed ordinary object pointers [true]
[2022-04-05T18:11:57,581][INFO ][o.e.n.Node               ] [172-1-1-5] node name [172-1-1-5], node ID [LhLiDoHXTaqDM0kpKyyQ6A], cluster name [elasticsearch], roles [data_hot, transform, data_content, data_warm, master, remote_cluster_client, data, data_cold, ingest, data_frozen, ml]
[2022-04-05T18:11:59,836][INFO ][o.e.x.m.p.l.CppLogMessageHandler] [172-1-1-5] [controller/10866] [Main.cc@123] controller (64 bit): Version 8.1.2 (Build aefa35c80ac77e) Copyright (c) 2022 Elasticsearch BV
[2022-04-05T18:11:59,900][INFO ][o.e.x.s.Security         ] [172-1-1-5] Security is enabled
[2022-04-05T18:12:00,004][INFO ][o.e.x.s.a.Realms         ] [172-1-1-5] license mode is [trial], currently licensed security realms are [reserved/reserved,file/default_file,native/default_native]
[2022-04-05T18:12:00,008][INFO ][o.e.x.s.a.s.FileRolesStore] [172-1-1-5] parsed [0] roles from file [/etc/elasticsearch/roles.yml]
[2022-04-05T18:12:00,295][INFO ][o.e.x.s.InitialNodeSecurityAutoConfiguration] [172-1-1-5] Auto-configuration will not generate a password for the elastic built-in superuser, as we cannot  determine if there is a terminal attached to the elasticsearch process. You can use the `bin/elasticsearch-reset-password` tool to set the password for the elastic user.
[2022-04-05T18:12:00,698][INFO ][o.e.t.n.NettyAllocator   ] [172-1-1-5] 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=8mb}]
[2022-04-05T18:12:00,712][INFO ][o.e.i.r.RecoverySettings ] [172-1-1-5] using rate limit [40mb] with [default=40mb, read=0b, write=0b, max=0b]
[2022-04-05T18:12:00,729][INFO ][o.e.d.DiscoveryModule    ] [172-1-1-5] using discovery type [multi-node] and seed hosts providers [settings]
[2022-04-05T18:12:01,188][INFO ][o.e.n.Node               ] [172-1-1-5] initialized
[2022-04-05T18:12:01,188][INFO ][o.e.n.Node               ] [172-1-1-5] starting ...
[2022-04-05T18:12:01,200][INFO ][o.e.x.s.c.f.PersistentCache] [172-1-1-5] persistent cache index loaded
[2022-04-05T18:12:01,201][INFO ][o.e.x.d.l.DeprecationIndexingComponent] [172-1-1-5] deprecation component started
[2022-04-05T18:12:01,253][INFO ][o.e.t.TransportService   ] [172-1-1-5] publish_address {127.0.0.1:9300}, bound_addresses {[::1]:9300}, {127.0.0.1:9300}
[2022-04-05T18:12:01,495][INFO ][o.e.c.c.Coordinator      ] [172-1-1-5] cluster UUID [APyDv1uiSZO8Ztx8ELwh_A]
[2022-04-05T18:12:01,615][INFO ][o.e.c.s.MasterService    ] [172-1-1-5] elected-as-master ([1] nodes joined)[{172-1-1-5}{LhLiDoHXTaqDM0kpKyyQ6A}{2SM4LcU4SAOHEYzrkIL3og}{127.0.0.1}{127.0.0.1:9300}{cdfhilmrstw} completing election, _BECOME_MASTER_TASK_, _FINISH_ELECTION_], term: 9, version: 121, delta: master node changed {previous [], current [{172-1-1-5}{LhLiDoHXTaqDM0kpKyyQ6A}{2SM4LcU4SAOHEYzrkIL3og}{127.0.0.1}{127.0.0.1:9300}{cdfhilmrstw}]}
[2022-04-05T18:12:01,666][INFO ][o.e.c.s.ClusterApplierService] [172-1-1-5] master node changed {previous [], current [{172-1-1-5}{LhLiDoHXTaqDM0kpKyyQ6A}{2SM4LcU4SAOHEYzrkIL3og}{127.0.0.1}{127.0.0.1:9300}{cdfhilmrstw}]}, term: 9, version: 121, reason: Publication{term=9, version=121}
[2022-04-05T18:12:01,686][ERROR][o.e.b.Bootstrap          ] [172-1-1-5] Exception
[2022-04-05T18:12:01,690][ERROR][o.e.b.ElasticsearchUncaughtExceptionHandler] [172-1-1-5] uncaught exception in thread [main]
[2022-04-05T18:12:01,692][INFO ][o.e.n.Node               ] [172-1-1-5] stopping ...
[2022-04-05T18:12:01,693][INFO ][o.e.x.m.p.l.CppLogMessageHandler] [172-1-1-5] [controller/10866] [Main.cc@176] ML controller exiting
[2022-04-05T18:12:01,693][INFO ][o.e.x.w.WatcherService   ] [172-1-1-5] stopping watch service, reason [shutdown initiated]
[2022-04-05T18:12:01,694][INFO ][o.e.x.m.p.NativeController] [172-1-1-5] Native controller process has stopped - no new native processes can be started
[2022-04-05T18:12:01,694][INFO ][o.e.x.w.WatcherLifeCycleService] [172-1-1-5] watcher has stopped and shutdown
[2022-04-05T18:12:01,841][INFO ][o.e.l.LicenseService     ] [172-1-1-5] license [feef9fe4-9855-47ae-a637-cc05103d356a] mode [basic] - valid
[2022-04-05T18:12:01,842][INFO ][o.e.x.s.a.Realms         ] [172-1-1-5] license mode is [basic], currently licensed security realms are [reserved/reserved,file/default_file,native/default_native]
[2022-04-05T18:12:01,847][INFO ][o.e.g.GatewayService     ] [172-1-1-5] recovered [9] indices into cluster_state
[2022-04-05T18:12:01,989][INFO ][o.e.n.Node               ] [172-1-1-5] stopped
[2022-04-05T18:12:01,989][INFO ][o.e.n.Node               ] [172-1-1-5] closing ...
[2022-04-05T18:12:01,997][INFO ][o.e.n.Node               ] [172-1-1-5] closed

This is basically repeated, which is what I was interested in.

I'm not sure what the best approach here is, technically Fedora isn't a supported OS - Support Matrix | Elastic. So I think we'd need to see it replicated on a supported platform before digging deeper unfortunately.

Okay, I should have checked that. Do you have a preference? In your experience does one work better than others? I am thinking Ubuntu 20.4. Is that okay?

That last link I posted is always the best source of truth for that, but Ubuntu 20.04 is good :slight_smile:

Thank you very much Mark. I will work on this and let's hope it will just work!

Take good care,
Mike

1 Like

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.