Installing ELK...Stuck in Elasticsearch not able to get Token and username password on windows 10 pro10

[2022-07-16T04:10:17,949][INFO ][o.e.g.GatewayService ] [DESKTOP-MJL6HRR] recovered [1] indices into cluster_state
[2022-07-16T04:10:18,325][ERROR][o.e.i.g.GeoIpDownloader ] [DESKTOP-MJL6HRR] 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.2.jar:8.3.2]
at org.elasticsearch.ingest.geoip.GeoIpDownloader.runDownloader(GeoIpDownloader.java:274) [ingest-geoip-8.3.2.jar:8.3.2]
at org.elasticsearch.ingest.geoip.GeoIpDownloaderTaskExecutor.nodeOperation(GeoIpDownloaderTaskExecutor.java:102) [ingest-geoip-8.3.2.jar:8.3.2]
at org.elasticsearch.ingest.geoip.GeoIpDownloaderTaskExecutor.nodeOperation(GeoIpDownloaderTaskExecutor.java:48) [ingest-geoip-8.3.2.jar:8.3.2]
at org.elasticsearch.persistent.NodePersistentTasksExecutor$1.doRun(NodePersistentTasksExecutor.java:42) [elasticsearch-8.3.2.jar:?]
at org.elasticsearch.common.util.concurrent.ThreadContext$ContextPreservingAbstractRunnable.doRun(ThreadContext.java:769) [elasticsearch-8.3.2.jar:?]
at org.elasticsearch.common.util.concurrent.AbstractRunnable.run(AbstractRunnable.java:26) [elasticsearch-8.3.2.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-07-16T04:10:19,644][INFO ][o.e.c.r.a.AllocationService] [DESKTOP-MJL6HRR] 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-07-16T04:10:20,631][INFO ][o.e.i.g.DatabaseNodeService] [DESKTOP-MJL6HRR] successfully loaded geoip database file [GeoLite2-Country.mmdb]
[2022-07-16T04:10:20,712][INFO ][o.e.i.g.DatabaseNodeService] [DESKTOP-MJL6HRR] successfully loaded geoip database file [GeoLite2-ASN.mmdb]
[2022-07-16T04:10:22,322][INFO ][o.e.i.g.DatabaseNodeService] [DESKTOP-MJL6HRR] successfully loaded geoip database file [GeoLite2-City.mmdb]

Welcome to our community! :smiley:

Please format your code/logs/config using the </> button, or markdown style back ticks. It helps to make things easy to read which helps us help you. Please also don't just post an excerpt of a log with no other information.

Also please note that Elasticsearch 7.10 is EOL and you need to upgrade.