Yes, I was trying to follow the docs and no I'm not new to elastic, just new to this version (We used 5x and I've never set it up locally, the admin took care of the configuration so I focused just on queries.)
Here is what I got with the default yml file. Also, I put a small CSV file into the data folder and I assume I have to get Kibana started to load that manually? Not sure, but I'm not at that point yet and I never saw the terminal output for the username and password.
C:\elasticsearch-8.3.3>.\bin\elasticsearch.bat
[2022-08-22T05:50:13,560][INFO ][o.e.n.Node ] [DESKTOP-GOSPRBL] version[8.3.3], pid[10932], build[zip/801fed82df74dbe537f89b71b098ccaff88d2c56/2022-07-23T19:30:09.227964828Z], OS[Windows 10/10.0/amd64], JVM[Oracle Corporation/OpenJDK 64-Bit Server VM/18.0.2/18.0.2+9-61]
[2022-08-22T05:50:13,591][INFO ][o.e.n.Node ] [DESKTOP-GOSPRBL] JVM home [C:\elasticsearch-8.3.3\jdk], using bundled JDK [true]
[2022-08-22T05:50:13,591][INFO ][o.e.n.Node ] [DESKTOP-GOSPRBL] JVM arguments [-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, -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=SPI,COMPAT, --add-opens=java.base/java.io=ALL-UNNAMED, -XX:+UseG1GC, -Djava.io.tmpdir=C:\Users\jdrin\AppData\Local\Temp\elasticsearch, -XX:+HeapDumpOnOutOfMemoryError, -XX:+ExitOnOutOfMemoryError, -XX:HeapDumpPath=data, -XX:ErrorFile=logs/hs_err_pid%p.log, -Xlog:gc*,gc+age=trace,safepoint:file=logs/gc.log:utctime,pid,tags:filecount=32,filesize=64m, -Xms16353m, -Xmx16353m, -XX:MaxDirectMemorySize=8577351680, -XX:InitiatingHeapOccupancyPercent=30, -XX:G1ReservePercent=25, -Des.distribution.type=zip, --module-path=C:\elasticsearch-8.3.3\lib, -Djdk.module.main=org.elasticsearch.server]
[2022-08-22T05:50:25,039][INFO ][c.a.c.i.j.JacksonVersion ] [DESKTOP-GOSPRBL] Package versions: jackson-annotations=2.13.2, jackson-core=2.13.2, jackson-databind=2.13.2.2, jackson-dataformat-xml=2.13.2, jackson-datatype-jsr310=2.13.2, azure-core=1.27.0, Troubleshooting version conflicts: Troubleshoot dependency version conflicts when you use the Azure SDK for Java - Java on Azure | Microsoft Learn
[2022-08-22T05:50:30,140][INFO ][o.e.p.PluginsService ] [DESKTOP-GOSPRBL] loaded module [aggs-matrix-stats]
[2022-08-22T05:50:30,140][INFO ][o.e.p.PluginsService ] [DESKTOP-GOSPRBL] loaded module [analysis-common]
[2022-08-22T05:50:30,140][INFO ][o.e.p.PluginsService ] [DESKTOP-GOSPRBL] loaded module [constant-keyword]
[2022-08-22T05:50:30,140][INFO ][o.e.p.PluginsService ] [DESKTOP-GOSPRBL] loaded module [data-streams]
[2022-08-22T05:50:30,140][INFO ][o.e.p.PluginsService ] [DESKTOP-GOSPRBL] loaded module [frozen-indices]
[2022-08-22T05:50:30,140][INFO ][o.e.p.PluginsService ] [DESKTOP-GOSPRBL] loaded module [ingest-common]
[2022-08-22T05:50:30,140][INFO ][o.e.p.PluginsService ] [DESKTOP-GOSPRBL] loaded module [ingest-geoip]
[2022-08-22T05:50:30,140][INFO ][o.e.p.PluginsService ] [DESKTOP-GOSPRBL] loaded module [ingest-user-agent]
[2022-08-22T05:50:30,140][INFO ][o.e.p.PluginsService ] [DESKTOP-GOSPRBL] loaded module [kibana]
[2022-08-22T05:50:30,140][INFO ][o.e.p.PluginsService ] [DESKTOP-GOSPRBL] loaded module [lang-expression]
[2022-08-22T05:50:30,140][INFO ][o.e.p.PluginsService ] [DESKTOP-GOSPRBL] loaded module [lang-mustache]
[2022-08-22T05:50:30,140][INFO ][o.e.p.PluginsService ] [DESKTOP-GOSPRBL] loaded module [lang-painless]
[2022-08-22T05:50:30,140][INFO ][o.e.p.PluginsService ] [DESKTOP-GOSPRBL] loaded module [legacy-geo]
[2022-08-22T05:50:30,140][INFO ][o.e.p.PluginsService ] [DESKTOP-GOSPRBL] loaded module [mapper-extras]
[2022-08-22T05:50:30,140][INFO ][o.e.p.PluginsService ] [DESKTOP-GOSPRBL] loaded module [mapper-version]
[2022-08-22T05:50:30,140][INFO ][o.e.p.PluginsService ] [DESKTOP-GOSPRBL] loaded module [old-lucene-versions]
[2022-08-22T05:50:30,140][INFO ][o.e.p.PluginsService ] [DESKTOP-GOSPRBL] loaded module [parent-join]
[2022-08-22T05:50:30,140][INFO ][o.e.p.PluginsService ] [DESKTOP-GOSPRBL] loaded module [percolator]
[2022-08-22T05:50:30,140][INFO ][o.e.p.PluginsService ] [DESKTOP-GOSPRBL] loaded module [rank-eval]
[2022-08-22T05:50:30,140][INFO ][o.e.p.PluginsService ] [DESKTOP-GOSPRBL] loaded module [reindex]
[2022-08-22T05:50:30,140][INFO ][o.e.p.PluginsService ] [DESKTOP-GOSPRBL] loaded module [repositories-metering-api]
[2022-08-22T05:50:30,140][INFO ][o.e.p.PluginsService ] [DESKTOP-GOSPRBL] loaded module [repository-azure]
[2022-08-22T05:50:30,155][INFO ][o.e.p.PluginsService ] [DESKTOP-GOSPRBL] loaded module [repository-encrypted]
[2022-08-22T05:50:30,155][INFO ][o.e.p.PluginsService ] [DESKTOP-GOSPRBL] loaded module [repository-gcs]
[2022-08-22T05:50:30,155][INFO ][o.e.p.PluginsService ] [DESKTOP-GOSPRBL] loaded module [repository-s3]
[2022-08-22T05:50:30,155][INFO ][o.e.p.PluginsService ] [DESKTOP-GOSPRBL] loaded module [repository-url]
[2022-08-22T05:50:30,155][INFO ][o.e.p.PluginsService ] [DESKTOP-GOSPRBL] loaded module [runtime-fields-common]
[2022-08-22T05:50:30,155][INFO ][o.e.p.PluginsService ] [DESKTOP-GOSPRBL] loaded module [search-business-rules]
[2022-08-22T05:50:30,155][INFO ][o.e.p.PluginsService ] [DESKTOP-GOSPRBL] loaded module [searchable-snapshots]
[2022-08-22T05:50:30,155][INFO ][o.e.p.PluginsService ] [DESKTOP-GOSPRBL] loaded module [snapshot-based-recoveries]
[2022-08-22T05:50:30,155][INFO ][o.e.p.PluginsService ] [DESKTOP-GOSPRBL] loaded module [snapshot-repo-test-kit]
[2022-08-22T05:50:30,155][INFO ][o.e.p.PluginsService ] [DESKTOP-GOSPRBL] loaded module [spatial]
[2022-08-22T05:50:30,155][INFO ][o.e.p.PluginsService ] [DESKTOP-GOSPRBL] loaded module [transform]
[2022-08-22T05:50:30,155][INFO ][o.e.p.PluginsService ] [DESKTOP-GOSPRBL] loaded module [transport-netty4]
[2022-08-22T05:50:30,155][INFO ][o.e.p.PluginsService ] [DESKTOP-GOSPRBL] loaded module [unsigned-long]
[2022-08-22T05:50:30,171][INFO ][o.e.p.PluginsService ] [DESKTOP-GOSPRBL] loaded module [vector-tile]
[2022-08-22T05:50:30,171][INFO ][o.e.p.PluginsService ] [DESKTOP-GOSPRBL] loaded module [vectors]
[2022-08-22T05:50:30,171][INFO ][o.e.p.PluginsService ] [DESKTOP-GOSPRBL] loaded module [wildcard]
[2022-08-22T05:50:30,171][INFO ][o.e.p.PluginsService ] [DESKTOP-GOSPRBL] loaded module [x-pack-aggregate-metric]
[2022-08-22T05:50:30,171][INFO ][o.e.p.PluginsService ] [DESKTOP-GOSPRBL] loaded module [x-pack-analytics]
[2022-08-22T05:50:30,171][INFO ][o.e.p.PluginsService ] [DESKTOP-GOSPRBL] loaded module [x-pack-async]
[2022-08-22T05:50:30,171][INFO ][o.e.p.PluginsService ] [DESKTOP-GOSPRBL] loaded module [x-pack-async-search]
[2022-08-22T05:50:30,171][INFO ][o.e.p.PluginsService ] [DESKTOP-GOSPRBL] loaded module [x-pack-autoscaling]
[2022-08-22T05:50:30,176][INFO ][o.e.p.PluginsService ] [DESKTOP-GOSPRBL] loaded module [x-pack-ccr]
[2022-08-22T05:50:30,176][INFO ][o.e.p.PluginsService ] [DESKTOP-GOSPRBL] loaded module [x-pack-core]
[2022-08-22T05:50:30,176][INFO ][o.e.p.PluginsService ] [DESKTOP-GOSPRBL] loaded module [x-pack-deprecation]
[2022-08-22T05:50:30,176][INFO ][o.e.p.PluginsService ] [DESKTOP-GOSPRBL] loaded module [x-pack-enrich]
[2022-08-22T05:50:30,176][INFO ][o.e.p.PluginsService ] [DESKTOP-GOSPRBL] loaded module [x-pack-eql]
[2022-08-22T05:50:30,176][INFO ][o.e.p.PluginsService ] [DESKTOP-GOSPRBL] loaded module [x-pack-fleet]
[2022-08-22T05:50:30,176][INFO ][o.e.p.PluginsService ] [DESKTOP-GOSPRBL] loaded module [x-pack-graph]
[2022-08-22T05:50:30,176][INFO ][o.e.p.PluginsService ] [DESKTOP-GOSPRBL] loaded module [x-pack-identity-provider]
[2022-08-22T05:50:30,176][INFO ][o.e.p.PluginsService ] [DESKTOP-GOSPRBL] loaded module [x-pack-ilm]
[2022-08-22T05:50:30,176][INFO ][o.e.p.PluginsService ] [DESKTOP-GOSPRBL] loaded module [x-pack-logstash]
[2022-08-22T05:50:30,176][INFO ][o.e.p.PluginsService ] [DESKTOP-GOSPRBL] loaded module [x-pack-ml]
[2022-08-22T05:50:30,176][INFO ][o.e.p.PluginsService ] [DESKTOP-GOSPRBL] loaded module [x-pack-monitoring]
[2022-08-22T05:50:30,176][INFO ][o.e.p.PluginsService ] [DESKTOP-GOSPRBL] loaded module [x-pack-ql]
[2022-08-22T05:50:30,176][INFO ][o.e.p.PluginsService ] [DESKTOP-GOSPRBL] loaded module [x-pack-rollup]
[2022-08-22T05:50:30,176][INFO ][o.e.p.PluginsService ] [DESKTOP-GOSPRBL] loaded module [x-pack-security]
[2022-08-22T05:50:30,176][INFO ][o.e.p.PluginsService ] [DESKTOP-GOSPRBL] loaded module [x-pack-shutdown]
[2022-08-22T05:50:30,176][INFO ][o.e.p.PluginsService ] [DESKTOP-GOSPRBL] loaded module [x-pack-sql]
[2022-08-22T05:50:30,176][INFO ][o.e.p.PluginsService ] [DESKTOP-GOSPRBL] loaded module [x-pack-stack]
[2022-08-22T05:50:30,176][INFO ][o.e.p.PluginsService ] [DESKTOP-GOSPRBL] loaded module [x-pack-text-structure]
[2022-08-22T05:50:30,176][INFO ][o.e.p.PluginsService ] [DESKTOP-GOSPRBL] loaded module [x-pack-voting-only-node]
[2022-08-22T05:50:30,176][INFO ][o.e.p.PluginsService ] [DESKTOP-GOSPRBL] loaded module [x-pack-watcher]
[2022-08-22T05:50:30,176][INFO ][o.e.p.PluginsService ] [DESKTOP-GOSPRBL] no plugins loaded
[2022-08-22T05:50:32,639][INFO ][o.e.e.NodeEnvironment ] [DESKTOP-GOSPRBL] using [1] data paths, mounts [[(C:)]], net usable_space [1tb], net total_space [1.8tb], types [NTFS]
[2022-08-22T05:50:32,639][INFO ][o.e.e.NodeEnvironment ] [DESKTOP-GOSPRBL] heap size [15.9gb], compressed ordinary object pointers [true]
[2022-08-22T05:50:32,824][INFO ][o.e.n.Node ] [DESKTOP-GOSPRBL] node name [DESKTOP-GOSPRBL], node ID [lFoFr-5cSoCvGTvH48jSHg], cluster name [elasticsearch], roles [data_hot, ml, data_frozen, ingest, data_cold, data, remote_cluster_client, master, data_warm, data_content, transform]
[2022-08-22T05:50:35,085][INFO ][o.e.i.g.DatabaseNodeService] [DESKTOP-GOSPRBL] deleting stale file [C:\Users\jdrin\AppData\Local\Temp\elasticsearch\geoip-databases\lFoFr-5cSoCvGTvH48jSHg\GeoLite2-ASN.mmdb]
[2022-08-22T05:50:35,085][INFO ][o.e.i.g.DatabaseNodeService] [DESKTOP-GOSPRBL] deleting stale file [C:\Users\jdrin\AppData\Local\Temp\elasticsearch\geoip-databases\lFoFr-5cSoCvGTvH48jSHg\GeoLite2-ASN.mmdb_COPYRIGHT.txt]
[2022-08-22T05:50:35,085][INFO ][o.e.i.g.DatabaseNodeService] [DESKTOP-GOSPRBL] deleting stale file [C:\Users\jdrin\AppData\Local\Temp\elasticsearch\geoip-databases\lFoFr-5cSoCvGTvH48jSHg\GeoLite2-ASN.mmdb_elastic-geoip-database-service-agreement-LICENSE.txt]
[2022-08-22T05:50:35,085][INFO ][o.e.i.g.DatabaseNodeService] [DESKTOP-GOSPRBL] deleting stale file [C:\Users\jdrin\AppData\Local\Temp\elasticsearch\geoip-databases\lFoFr-5cSoCvGTvH48jSHg\GeoLite2-ASN.mmdb_LICENSE.txt]
[2022-08-22T05:50:35,085][INFO ][o.e.i.g.DatabaseNodeService] [DESKTOP-GOSPRBL] deleting stale file [C:\Users\jdrin\AppData\Local\Temp\elasticsearch\geoip-databases\lFoFr-5cSoCvGTvH48jSHg\GeoLite2-City.mmdb]
[2022-08-22T05:50:35,101][INFO ][o.e.i.g.DatabaseNodeService] [DESKTOP-GOSPRBL] deleting stale file [C:\Users\jdrin\AppData\Local\Temp\elasticsearch\geoip-databases\lFoFr-5cSoCvGTvH48jSHg\GeoLite2-City.mmdb_COPYRIGHT.txt]
[2022-08-22T05:50:35,101][INFO ][o.e.i.g.DatabaseNodeService] [DESKTOP-GOSPRBL] deleting stale file [C:\Users\jdrin\AppData\Local\Temp\elasticsearch\geoip-databases\lFoFr-5cSoCvGTvH48jSHg\GeoLite2-City.mmdb_elastic-geoip-database-service-agreement-LICENSE.txt]
[2022-08-22T05:50:35,101][INFO ][o.e.i.g.DatabaseNodeService] [DESKTOP-GOSPRBL] deleting stale file [C:\Users\jdrin\AppData\Local\Temp\elasticsearch\geoip-databases\lFoFr-5cSoCvGTvH48jSHg\GeoLite2-City.mmdb_LICENSE.txt]
[2022-08-22T05:50:35,101][INFO ][o.e.i.g.DatabaseNodeService] [DESKTOP-GOSPRBL] deleting stale file [C:\Users\jdrin\AppData\Local\Temp\elasticsearch\geoip-databases\lFoFr-5cSoCvGTvH48jSHg\GeoLite2-City.mmdb_README.txt]
[2022-08-22T05:50:35,101][INFO ][o.e.i.g.DatabaseNodeService] [DESKTOP-GOSPRBL] deleting stale file [C:\Users\jdrin\AppData\Local\Temp\elasticsearch\geoip-databases\lFoFr-5cSoCvGTvH48jSHg\GeoLite2-Country.mmdb]
[2022-08-22T05:50:35,101][INFO ][o.e.i.g.DatabaseNodeService] [DESKTOP-GOSPRBL] deleting stale file [C:\Users\jdrin\AppData\Local\Temp\elasticsearch\geoip-databases\lFoFr-5cSoCvGTvH48jSHg\GeoLite2-Country.mmdb_COPYRIGHT.txt]
[2022-08-22T05:50:35,101][INFO ][o.e.i.g.DatabaseNodeService] [DESKTOP-GOSPRBL] deleting stale file [C:\Users\jdrin\AppData\Local\Temp\elasticsearch\geoip-databases\lFoFr-5cSoCvGTvH48jSHg\GeoLite2-Country.mmdb_elastic-geoip-database-service-agreement-LICENSE.txt]
[2022-08-22T05:50:35,101][INFO ][o.e.i.g.DatabaseNodeService] [DESKTOP-GOSPRBL] deleting stale file [C:\Users\jdrin\AppData\Local\Temp\elasticsearch\geoip-databases\lFoFr-5cSoCvGTvH48jSHg\GeoLite2-Country.mmdb_LICENSE.txt]
[2022-08-22T05:50:35,348][INFO ][o.e.x.s.Security ] [DESKTOP-GOSPRBL] Security is enabled
[2022-08-22T05:50:35,744][INFO ][o.e.x.s.a.s.FileRolesStore] [DESKTOP-GOSPRBL] parsed [0] roles from file [C:\elasticsearch-8.3.3\config\roles.yml]
[2022-08-22T05:50:36,245][INFO ][o.e.x.m.p.l.CppLogMessageHandler] [DESKTOP-GOSPRBL] [controller/17844] [Main.cc@123] controller (64 bit): Version 8.3.3 (Build d2d2e518384d45) Copyright (c) 2022 Elasticsearch BV
[2022-08-22T05:50:36,816][INFO ][o.e.t.n.NettyAllocator ] [DESKTOP-GOSPRBL] 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-08-22T05:50:36,847][INFO ][o.e.i.r.RecoverySettings ] [DESKTOP-GOSPRBL] using rate limit [40mb] with [default=40mb, read=0b, write=0b, max=0b]
[2022-08-22T05:50:36,885][INFO ][o.e.d.DiscoveryModule ] [DESKTOP-GOSPRBL] using discovery type [multi-node] and seed hosts providers [settings]
[2022-08-22T05:50:38,088][INFO ][o.e.n.Node ] [DESKTOP-GOSPRBL] initialized
[2022-08-22T05:50:38,088][INFO ][o.e.n.Node ] [DESKTOP-GOSPRBL] starting ...
[2022-08-22T05:50:38,250][INFO ][o.e.x.s.c.f.PersistentCache] [DESKTOP-GOSPRBL] persistent cache index loaded
[2022-08-22T05:50:38,250][INFO ][o.e.x.d.l.DeprecationIndexingComponent] [DESKTOP-GOSPRBL] deprecation component started
[2022-08-22T05:50:38,435][INFO ][o.e.t.TransportService ] [DESKTOP-GOSPRBL] publish_address {127.0.0.1:9300}, bound_addresses {127.0.0.1:9300}, {[::1]:9300}
[2022-08-22T05:50:39,242][WARN ][o.e.b.BootstrapChecks ] [DESKTOP-GOSPRBL] 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
[2022-08-22T05:50:39,242][WARN ][o.e.b.BootstrapChecks ] [DESKTOP-GOSPRBL] Transport SSL must be enabled if security is enabled. Please set [xpack.security.transport.ssl.enabled] to [true] or disable security by setting [xpack.security.enabled] to [false]
[2022-08-22T05:50:39,242][INFO ][o.e.c.c.ClusterBootstrapService] [DESKTOP-GOSPRBL] this node is locked into cluster UUID [EBPdujMLS56yCv70lczT8w] and will not attempt further cluster bootstrapping
[2022-08-22T05:50:39,273][INFO ][o.e.c.c.ClusterBootstrapService] [DESKTOP-GOSPRBL] no discovery configuration found, will perform best-effort cluster bootstrapping after [3s] unless existing master is discovered
[2022-08-22T05:50:39,643][INFO ][o.e.c.s.MasterService ] [DESKTOP-GOSPRBL] elected-as-master ([1] nodes joined)[FINISH_ELECTION, {DESKTOP-GOSPRBL}{lFoFr-5cSoCvGTvH48jSHg}{3yO7kb8USbqlulCGEMxQHQ}{DESKTOP-GOSPRBL}{127.0.0.1}{127.0.0.1:9300}{cdfhilmrstw} completing election], term: 3, version: 35, delta: master node changed {previous , current [{DESKTOP-GOSPRBL}{lFoFr-5cSoCvGTvH48jSHg}{3yO7kb8USbqlulCGEMxQHQ}{DESKTOP-GOSPRBL}{127.0.0.1}{127.0.0.1:9300}{cdfhilmrstw}]}
[2022-08-22T05:50:39,859][INFO ][o.e.c.s.ClusterApplierService] [DESKTOP-GOSPRBL] master node changed {previous , current [{DESKTOP-GOSPRBL}{lFoFr-5cSoCvGTvH48jSHg}{3yO7kb8USbqlulCGEMxQHQ}{DESKTOP-GOSPRBL}{127.0.0.1}{127.0.0.1:9300}{cdfhilmrstw}]}, term: 3, version: 35, reason: Publication{term=3, version=35}
[2022-08-22T05:50:39,944][INFO ][o.e.h.AbstractHttpServerTransport] [DESKTOP-GOSPRBL] publish_address {127.0.0.1:9200}, bound_addresses {127.0.0.1:9200}, {[::1]:9200}
[2022-08-22T05:50:39,944][INFO ][o.e.n.Node ] [DESKTOP-GOSPRBL] started {DESKTOP-GOSPRBL}{lFoFr-5cSoCvGTvH48jSHg}{3yO7kb8USbqlulCGEMxQHQ}{DESKTOP-GOSPRBL}{127.0.0.1}{127.0.0.1:9300}{cdfhilmrstw}{xpack.installed=true, ml.machine_memory=34295828480, ml.max_jvm_size=17154703360}
[2022-08-22T05:50:40,229][INFO ][o.e.l.LicenseService ] [DESKTOP-GOSPRBL] license [6eb59865-ca66-4e0e-8c0f-b8f8c5317fcc] mode [basic] - valid
[2022-08-22T05:50:40,229][INFO ][o.e.x.s.a.Realms ] [DESKTOP-GOSPRBL] license mode is [basic], currently licensed security realms are [reserved/reserved,file/default_file,native/default_native]
[2022-08-22T05:50:40,229][INFO ][o.e.g.GatewayService ] [DESKTOP-GOSPRBL] recovered [1] indices into cluster_state
[2022-08-22T05:50:40,576][ERROR][o.e.i.g.GeoIpDownloader ] [DESKTOP-GOSPRBL] exception during geoip databases update
org.elasticsearch.ElasticsearchException: not all primary shards of [.geoip_databases] index are active
at org.elasticsearch.ingest.geoip.GeoIpDownloader.updateDatabases(GeoIpDownloader.java:134) ~[ingest-geoip-8.3.3.jar:8.3.3]
at org.elasticsearch.ingest.geoip.GeoIpDownloader.runDownloader(GeoIpDownloader.java:274) [ingest-geoip-8.3.3.jar:8.3.3]
at org.elasticsearch.ingest.geoip.GeoIpDownloaderTaskExecutor.nodeOperation(GeoIpDownloaderTaskExecutor.java:102) [ingest-geoip-8.3.3.jar:8.3.3]
at org.elasticsearch.ingest.geoip.GeoIpDownloaderTaskExecutor.nodeOperation(GeoIpDownloaderTaskExecutor.java:48) [ingest-geoip-8.3.3.jar:8.3.3]
at org.elasticsearch.persistent.NodePersistentTasksExecutor$1.doRun(NodePersistentTasksExecutor.java:42) [elasticsearch-8.3.3.jar:?]
at org.elasticsearch.common.util.concurrent.ThreadContext$ContextPreservingAbstractRunnable.doRun(ThreadContext.java:769) [elasticsearch-8.3.3.jar:?]
at org.elasticsearch.common.util.concurrent.AbstractRunnable.run(AbstractRunnable.java:26) [elasticsearch-8.3.3.jar:?]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) [?:?]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) [?:?]
at java.lang.Thread.run(Thread.java:833) [?:?]
[2022-08-22T05:50:42,613][INFO ][o.e.c.r.a.AllocationService] [DESKTOP-GOSPRBL] current.health="GREEN" message="Cluster health status changed from [RED] to [GREEN] (reason: [shards started [[.geoip_databases][0]]])." previous.health="RED" reason="shards started [[.geoip_databases][0]]"
[2022-08-22T05:50:43,120][INFO ][o.e.i.g.DatabaseNodeService] [DESKTOP-GOSPRBL] successfully loaded geoip database file [GeoLite2-Country.mmdb]
[2022-08-22T05:50:43,183][INFO ][o.e.i.g.DatabaseNodeService] [DESKTOP-GOSPRBL] successfully loaded geoip database file [GeoLite2-ASN.mmdb]
[2022-08-22T05:50:43,919][INFO ][o.e.i.g.DatabaseNodeService] [DESKTOP-GOSPRBL] successfully loaded geoip database file [GeoLite2-City.mmdb]
//When I check to see if Elasticsearch is running, I get a dialog prompt for username and password, however, that info never loaded in
the terminal window like the docs mentioned.
http://localhost:9200