Status returned by url [http://localhost:9000/batch/index] is not valid: [403]

Must-share information (formatted with Markdown):

  • which versions are you using (SonarQube, Scanner, Plugin, and any relevant extension)
    SonarQube: 8.3.1.34397
    Sonar-Scanner: 4.3.0.2102

  • what are you trying to achieve
    Analyze my project

  • what have you tried so far to achieve this
    I am trying the exact command-line that SonarQube suggests:

sonar-scanner -Dsonar.projectKey=COGS -Dsonar.sources=. -Dsonar.host.url=http://localhost:9000 -Dsonar.login=EnteredTokenGeneratedFromSonarQubeHere

Yes, I have given all permissions to both the admin user and my user and still am getting the same problem over and over, regardless:

org.sonarsource.scanner.api.internal.ScannerException: Unable to execute SonarScanner analysis
Caused by: java.lang.IllegalStateException: Fail to get bootstrap index from server
Caused by: java.lang.IllegalStateException: Status returned by url [http://localhost:9000/batch/index] is not valid: [403]

However, I am able to visit http://localhost:9000/batch/index just fine (Using Postman, curl, or just through web browser) and I get a 200 HTTP response with the following content:

sonar-scanner-engine-shaded-8.3.1.34397-all.jar|b578fded0293b283f964fcc9688539dd

Hi, what does your SonarQube logs says ? (sonar.log, web.log, es.log)

Sonar.log:

‘’’
2020.05.28 02:48:52 WARN app[o.s.a.p.AbstractManagedProcess] Process exited with exit value [es]: 143
2020.05.28 02:48:52 INFO app[o.s.a.SchedulerImpl] Process[es] is stopped
<-- Wrapper Stopped
–> Wrapper Started as Daemon
Launching a JVM…
Wrapper (Version 3.2.3) http://wrapper.tanukisoftware.org
Copyright 1999-2006 Tanuki Software, Inc. All Rights Reserved.

2020.05.28 15:00:56 INFO app[o.s.a.AppFileSystem] Cleaning or creating temp directory /opt/sonarqube/temp
2020.05.28 15:00:56 INFO app[o.s.a.es.EsSettings] Elasticsearch listening on /127.0.0.1:9001
2020.05.28 15:00:56 INFO app[o.s.a.ProcessLauncherImpl] Launch process[[key=‘es’, ipcIndex=1, logFilenamePrefix=es]] from [/opt/sonarqube/elasticsearch]: /opt/sonarqube/elasticsearch/bin/elasticsearch
2020.05.28 15:00:56 INFO app[o.s.a.SchedulerImpl] Waiting for Elasticsearch to be up and running
2020.05.28 15:00:57 INFO app[o.e.p.PluginsService] no modules loaded
2020.05.28 15:00:57 INFO app[o.e.p.PluginsService] loaded plugin [org.elasticsearch.transport.Netty4Plugin]
OpenJDK 64-Bit Server VM warning: Ignoring option UseConcMarkSweepGC; support was removed in 14.0
OpenJDK 64-Bit Server VM warning: Ignoring option CMSInitiatingOccupancyFraction; support was removed in 14.0
OpenJDK 64-Bit Server VM warning: Ignoring option UseCMSInitiatingOccupancyOnly; support was removed in 14.0
2020.05.28 15:01:06 INFO app[o.s.a.SchedulerImpl] Process[es] is up
2020.05.28 15:01:06 INFO app[o.s.a.ProcessLauncherImpl] Launch process[[key=‘web’, ipcIndex=2, logFilenamePrefix=web]] from [/opt/sonarqube]: /Library/Java/JavaVirtualMachines/openjdk-14.0.1.jdk/Contents/Home/bin/java -Djava.awt.headless=true -Dfile.encoding=UTF-8 -Djava.io.tmpdir=/opt/sonarqube/temp -XX:-OmitStackTraceInFastThrow --add-opens=java.base/java.util=ALL-UNNAMED --add-opens=java.base/java.lang=ALL-UNNAMED --add-opens=java.base/java.io=ALL-UNNAMED --add-opens=java.rmi/sun.rmi.transport=ALL-UNNAMED -Xmx512m -Xms128m -XX:+HeapDumpOnOutOfMemoryError -Dhttp.nonProxyHosts=localhost|127.|[::1] -cp ./lib/common/:/opt/sonarqube/lib/jdbc/h2/h2-1.4.199.jar org.sonar.server.app.WebServer /opt/sonarqube/temp/sq-process6804066194616405050properties
2020.05.28 15:01:16 INFO app[o.s.a.SchedulerImpl] Process[web] is up
2020.05.28 15:01:16 INFO app[o.s.a.ProcessLauncherImpl] Launch process[[key=‘ce’, ipcIndex=3, logFilenamePrefix=ce]] from [/opt/sonarqube]: /Library/Java/JavaVirtualMachines/openjdk-14.0.1.jdk/Contents/Home/bin/java -Djava.awt.headless=true -Dfile.encoding=UTF-8 -Djava.io.tmpdir=/opt/sonarqube/temp -XX:-OmitStackTraceInFastThrow --add-opens=java.base/java.util=ALL-UNNAMED -Xmx512m -Xms128m -XX:+HeapDumpOnOutOfMemoryError -Dhttp.nonProxyHosts=localhost|127.|[::1] -cp ./lib/common/:/opt/sonarqube/lib/jdbc/h2/h2-1.4.199.jar org.sonar.ce.app.CeServer /opt/sonarqube/temp/sq-process7778079785587907250properties
2020.05.28 15:01:19 INFO app[o.s.a.SchedulerImpl] Process[ce] is up
2020.05.28 15:01:19 INFO app[o.s.a.SchedulerImpl] SonarQube is up
‘’’

ce.log:

‘’’
2020.05.28 15:01:17 INFO ce[o.s.p.ProcessEntryPoint] Starting ce
2020.05.28 15:01:17 INFO ce[o.s.ce.app.CeServer] Compute Engine starting up…
2020.05.28 15:01:17 INFO ce[o.e.p.PluginsService] no modules loaded
2020.05.28 15:01:17 INFO ce[o.e.p.PluginsService] loaded plugin [org.elasticsearch.join.ParentJoinPlugin]
2020.05.28 15:01:17 INFO ce[o.e.p.PluginsService] loaded plugin [org.elasticsearch.percolator.PercolatorPlugin]
2020.05.28 15:01:17 INFO ce[o.e.p.PluginsService] loaded plugin [org.elasticsearch.transport.Netty4Plugin]
2020.05.28 15:01:18 INFO ce[o.s.s.e.EsClientProvider] Connected to local Elasticsearch: [127.0.0.1:9001]
2020.05.28 15:01:18 INFO ce[o.sonar.db.Database] Create JDBC data source for jdbc:h2:tcp://127.0.0.1:9092/sonar
2020.05.28 15:01:18 WARN ce[o.s.db.dialect.H2] H2 database should be used for evaluation purpose only.
2020.05.28 15:01:19 INFO ce[o.s.s.p.ServerFileSystemImpl] SonarQube home: /opt/sonarqube
2020.05.28 15:01:19 INFO ce[o.s.c.c.CePluginRepository] Load plugins
2020.05.28 15:01:19 INFO ce[o.s.c.c.ComputeEngineContainerImpl] Running Community edition
2020.05.28 15:01:19 INFO ce[o.s.ce.app.CeServer] Compute Engine is operational
‘’’

web.log:

‘’’
2020.05.28 15:01:07 INFO web[o.s.p.ProcessEntryPoint] Starting web
2020.05.28 15:01:07 INFO web[o.a.t.u.n.NioSelectorPool] Using a shared selector for servlet write/read
2020.05.28 15:01:07 INFO web[o.e.p.PluginsService] no modules loaded
2020.05.28 15:01:07 INFO web[o.e.p.PluginsService] loaded plugin [org.elasticsearch.join.ParentJoinPlugin]
2020.05.28 15:01:07 INFO web[o.e.p.PluginsService] loaded plugin [org.elasticsearch.percolator.PercolatorPlugin]
2020.05.28 15:01:07 INFO web[o.e.p.PluginsService] loaded plugin [org.elasticsearch.transport.Netty4Plugin]
2020.05.28 15:01:08 INFO web[o.s.s.e.EsClientProvider] Connected to local Elasticsearch: [127.0.0.1:9001]
2020.05.28 15:01:08 INFO web[o.s.s.p.LogServerVersion] SonarQube Server / 8.3.1.34397 / 054c18b025be038b6343115894bf3ade0508f1e9
2020.05.28 15:01:09 INFO web[o.s.s.p.d.EmbeddedDatabase] Starting embedded database on port 9092 with url jdbc:h2:tcp://127.0.0.1:9092/sonar
2020.05.28 15:01:09 INFO web[o.s.s.p.d.EmbeddedDatabase] Embedded database started. Data stored in: /opt/sonarqube/data
2020.05.28 15:01:09 INFO web[o.sonar.db.Database] Create JDBC data source for jdbc:h2:tcp://127.0.0.1:9092/sonar
2020.05.28 15:01:09 WARN web[o.s.db.dialect.H2] H2 database should be used for evaluation purpose only.
2020.05.28 15:01:09 INFO web[o.s.s.p.ServerFileSystemImpl] SonarQube home: /opt/sonarqube
2020.05.28 15:01:09 INFO web[o.s.s.u.SystemPasscodeImpl] System authentication by passcode is disabled
2020.05.28 15:01:09 INFO web[o.s.s.p.ServerPluginRepository] Deploy plugin C# Code Quality and Security / 8.6.1.17183 / e9f4299031df68d8c4be6ba670fd4c0395eebf76
2020.05.28 15:01:09 INFO web[o.s.s.p.ServerPluginRepository] Deploy plugin Git / 1.11.1.2008 / 204dc9b2cc33ec6b780303f926234eed26aea67d
2020.05.28 15:01:09 INFO web[o.s.s.p.ServerPluginRepository] Deploy plugin JaCoCo / 1.1.0.898 / f65b288e6c2888393bd7fb72ad7ac1425f88eebf
2020.05.28 15:01:09 INFO web[o.s.s.p.ServerPluginRepository] Deploy plugin Java Code Quality and Security / 6.3.0.21585 / ecf8f9f571691771e6789b8e59ff5e6b4ef36ad8
2020.05.28 15:01:09 INFO web[o.s.s.p.ServerPluginRepository] Deploy plugin SonarCSS / 1.2.0.1325 / 8dc9fe17b6230c20715d3b4cb34e0b6d02151afd
2020.05.28 15:01:09 INFO web[o.s.s.p.ServerPluginRepository] Deploy plugin SonarFlex / 2.5.1.1831 / a0c44437f6abb0feec76edd073f91fec64db2a6c
2020.05.28 15:01:09 INFO web[o.s.s.p.ServerPluginRepository] Deploy plugin SonarGo / 1.6.0.719 / edcc6a9e42fcdd30bb6f84a779c6cd7009ec72fd
2020.05.28 15:01:09 INFO web[o.s.s.p.ServerPluginRepository] Deploy plugin SonarHTML / 3.2.0.2082 / 997a51b39c4d0a5399c73a8fb729030a69eb392b
2020.05.28 15:01:09 INFO web[o.s.s.p.ServerPluginRepository] Deploy plugin SonarJS / 6.2.0.12043 / 8b9c1eb83d6ecfd2eda2cc3798e593900b6735fd
2020.05.28 15:01:09 INFO web[o.s.s.p.ServerPluginRepository] Deploy plugin SonarKotlin / 1.5.0.315 / 4ff3a145a58f3f84f1b39846a205a129d742e993
2020.05.28 15:01:09 INFO web[o.s.s.p.ServerPluginRepository] Deploy plugin SonarPHP / 3.3.0.5166 / 88e11dffb965aeef9d5bdd6d8413f394d35fecba
2020.05.28 15:01:09 INFO web[o.s.s.p.ServerPluginRepository] Deploy plugin SonarPython / 2.8.0.6204 / 5600d1ed780882d2362bedb3604dbad7ea63eb27
2020.05.28 15:01:09 INFO web[o.s.s.p.ServerPluginRepository] Deploy plugin SonarRuby / 1.5.0.315 / 4ff3a145a58f3f84f1b39846a205a129d742e993
2020.05.28 15:01:09 INFO web[o.s.s.p.ServerPluginRepository] Deploy plugin SonarScala / 1.5.0.315 / 4ff3a145a58f3f84f1b39846a205a129d742e993
2020.05.28 15:01:09 INFO web[o.s.s.p.ServerPluginRepository] Deploy plugin SonarTS / 2.1.0.4359 / 268ba9581b700c4fb2bc194d4069d283da915213
2020.05.28 15:01:09 INFO web[o.s.s.p.ServerPluginRepository] Deploy plugin SonarXML / 2.0.1.2020 / c5b84004face582d56f110e24c29bf9c6a679e69
2020.05.28 15:01:09 INFO web[o.s.s.p.ServerPluginRepository] Deploy plugin Svn / 1.9.0.1295 / 942e075773975354e32691a60bfd968065703e04
2020.05.28 15:01:09 INFO web[o.s.s.p.ServerPluginRepository] Deploy plugin VB.NET Code Quality and Security / 8.6.1.17183 / e9f4299031df68d8c4be6ba670fd4c0395eebf76
2020.05.28 15:01:10 INFO web[o.s.s.p.w.MasterServletFilter] Initializing servlet filter org.sonar.server.platform.web.WebServiceFilter@4c674e2f [pattern=UrlPattern{inclusions=[/api/system/migrate_db., …], exclusions=[/api/components/update_key, …]}]
2020.05.28 15:01:10 INFO web[][o.s.s.a.EmbeddedTomcat] HTTP connector enabled on port 9000
2020.05.28 15:01:11 INFO web[][o.s.s.p.UpdateCenterClient] Update center: https://update.sonarsource.org/update-center.properties (no proxy)
2020.05.28 15:01:11 INFO web[][o.s.s.s.LogServerId] Server ID: BF41A1F2-AXIvECSIq-EhSRQW-Min
2020.05.28 15:01:11 WARN web[][o.s.s.a.LogOAuthWarning] For security reasons, OAuth authentication should use HTTPS. You should set the property ‘Administration > Configuration > Server base URL’ to a HTTPS URL.
2020.05.28 15:01:11 WARN web[][o.s.a.s.w.WebService$Action] The response example is not set on action api/plugins/download
2020.05.28 15:01:12 WARN web[][o.s.a.s.w.WebService$Action] The response example is not set on action api/permissions/search_templates
2020.05.28 15:01:12 INFO web[][o.s.s.t.TelemetryDaemon] Sharing of SonarQube statistics is enabled.
2020.05.28 15:01:12 INFO web[][o.s.s.n.NotificationDaemon] Notification service started (delay 60 sec.)
2020.05.28 15:01:12 INFO web[][o.s.s.s.GeneratePluginIndex] Generate scanner plugin index
2020.05.28 15:01:12 INFO web[][o.s.s.s.RegisterPlugins] Register plugins
2020.05.28 15:01:12 INFO web[][o.s.s.s.RegisterMetrics] Register metrics
2020.05.28 15:01:12 INFO web[][o.s.s.r.RegisterRules] Register rules
2020.05.28 15:01:15 INFO web[][o.s.s.q.BuiltInQProfileRepositoryImpl] Load quality profiles
2020.05.28 15:01:15 INFO web[][o.s.s.q.RegisterQualityProfiles] Register quality profiles
2020.05.28 15:01:15 INFO web[][o.s.s.q.RegisterQualityProfiles] Update profile css/Sonar way
2020.05.28 15:01:15 INFO web[][o.s.s.q.RegisterQualityProfiles] Update profile scala/Sonar way
2020.05.28 15:01:15 INFO web[][o.s.s.q.RegisterQualityProfiles] Update profile jsp/Sonar way
2020.05.28 15:01:15 INFO web[][o.s.s.q.RegisterQualityProfiles] Update profile go/Sonar way
2020.05.28 15:01:15 INFO web[][o.s.s.q.RegisterQualityProfiles] Update profile kotlin/Sonar way
2020.05.28 15:01:15 INFO web[][o.s.s.q.RegisterQualityProfiles] Update profile js/Sonar way
2020.05.28 15:01:15 INFO web[][o.s.s.q.RegisterQualityProfiles] Update profile js/Sonar way Recommended
2020.05.28 15:01:15 INFO web[][o.s.s.q.RegisterQualityProfiles] Update profile py/Sonar way
2020.05.28 15:01:15 INFO web[][o.s.s.q.RegisterQualityProfiles] Update profile ruby/Sonar way
2020.05.28 15:01:15 INFO web[][o.s.s.q.RegisterQualityProfiles] Update profile cs/Sonar way
2020.05.28 15:01:15 INFO web[][o.s.s.q.RegisterQualityProfiles] Update profile java/Sonar way
2020.05.28 15:01:16 INFO web[][o.s.s.q.RegisterQualityProfiles] Update profile web/Sonar way
2020.05.28 15:01:16 INFO web[][o.s.s.q.RegisterQualityProfiles] Update profile xml/Sonar way
2020.05.28 15:01:16 INFO web[][o.s.s.q.RegisterQualityProfiles] Update profile flex/Sonar way
2020.05.28 15:01:16 INFO web[][o.s.s.q.RegisterQualityProfiles] Update profile php/Sonar way
2020.05.28 15:01:16 INFO web[][o.s.s.q.RegisterQualityProfiles] Update profile php/PSR-2
2020.05.28 15:01:16 INFO web[][o.s.s.q.RegisterQualityProfiles] Update profile php/Drupal
2020.05.28 15:01:16 INFO web[][o.s.s.q.RegisterQualityProfiles] Update profile vbnet/Sonar way
2020.05.28 15:01:16 INFO web[][o.s.s.q.RegisterQualityProfiles] Update profile ts/Sonar way
2020.05.28 15:01:16 INFO web[][o.s.s.q.RegisterQualityProfiles] Update profile ts/Sonar way recommended
2020.05.28 15:01:16 INFO web[][o.s.s.s.RegisterPermissionTemplates] Register permission templates
2020.05.28 15:01:16 INFO web[][o.s.s.s.RenameDeprecatedPropertyKeys] Rename deprecated property keys
2020.05.28 15:01:16 INFO web[][o.s.s.p.w.MasterServletFilter] Initializing servlet filter org.sonar.server.platform.web.WebServiceFilter@65bd315d [pattern=UrlPattern{inclusions=[/api/issues/delete_comment.
, …], exclusions=[/api/authentication/login., …]}]
2020.05.28 15:01:16 INFO web[][o.s.s.p.w.MasterServletFilter] Initializing servlet filter org.sonar.server.platform.web.WebServiceReroutingFilter@444a15ac [pattern=UrlPattern{inclusions=[/api/components/bulk_update_key, …], exclusions=[]}]
2020.05.28 15:01:16 INFO web[][o.s.s.p.w.MasterServletFilter] Initializing servlet filter org.sonar.server.authentication.InitFilter@736e1931 [pattern=UrlPattern{inclusions=[/sessions/init/
], exclusions=}]
2020.05.28 15:01:16 INFO web[o.s.s.p.w.MasterServletFilter] Initializing servlet filter org.sonar.server.authentication.OAuth2CallbackFilter@59e94cae [pattern=UrlPattern{inclusions=[/oauth2/callback/*], exclusions=}]
2020.05.28 15:01:16 INFO web[o.s.s.p.w.MasterServletFilter] Initializing servlet filter org.sonar.server.authentication.ws.LoginAction@1de675b1 [pattern=UrlPattern{inclusions=[/api/authentication/login], exclusions=}]
2020.05.28 15:01:16 INFO web[o.s.s.p.w.MasterServletFilter] Initializing servlet filter org.sonar.server.authentication.ws.LogoutAction@154605e7 [pattern=UrlPattern{inclusions=[/api/authentication/logout], exclusions=}]
2020.05.28 15:01:16 INFO web[o.s.s.p.w.MasterServletFilter] Initializing servlet filter org.sonar.server.authentication.ws.ValidateAction@37ebfee3 [pattern=UrlPattern{inclusions=[/api/authentication/validate], exclusions=}]
2020.05.28 15:01:16 INFO web[o.s.s.q.ProjectsInWarningDaemon] Counting number of projects in warning is not started as there are no projects in this situation.
2020.05.28 15:01:16 INFO web[o.s.s.p.p.PlatformLevelStartup] Running Community Edition
2020.05.28 15:01:16 INFO web[o.s.s.p.Platform] WebServer is operational
‘’’

es.log:

‘’’
2020.05.28 15:00:58 INFO es[o.e.e.NodeEnvironment] using [1] data paths, mounts [[/System/Volumes/Data (/dev/disk1s1)]], net usable_space [334.5gb], net total_space [465.6gb], types [apfs]
2020.05.28 15:00:58 INFO es[o.e.e.NodeEnvironment] heap size [512mb], compressed ordinary object pointers [true]
2020.05.28 15:00:58 INFO es[o.e.n.Node] node name [sonarqube], node ID [onjPCAZrRNiPe1bD–gPQw]
2020.05.28 15:00:58 INFO es[o.e.n.Node] version[6.8.4], pid[43622], build[default/tar/bca0c8d/2019-10-16T06:19:49.319352Z], OS[Mac OS X/10.15.5/x86_64], JVM[Oracle Corporation/OpenJDK 64-Bit Server VM/14.0.1/14.0.1+7]
2020.05.28 15:00:58 INFO es[o.e.n.Node] JVM arguments [-XX:+UseConcMarkSweepGC, -XX:CMSInitiatingOccupancyFraction=75, -XX:+UseCMSInitiatingOccupancyOnly, -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, -Djava.io.tmpdir=/opt/sonarqube/temp, -XX:ErrorFile=…/logs/es_hs_err_pid%p.log, -Xmx512m, -Xms512m, -XX:+HeapDumpOnOutOfMemoryError, -Des.path.home=/opt/sonarqube/elasticsearch, -Des.path.conf=/opt/sonarqube/temp/conf/es, -Des.distribution.flavor=default, -Des.distribution.type=tar]
2020.05.28 15:00:59 INFO es[o.e.p.PluginsService] loaded module [analysis-common]
2020.05.28 15:00:59 INFO es[o.e.p.PluginsService] loaded module [lang-painless]
2020.05.28 15:00:59 INFO es[o.e.p.PluginsService] loaded module [mapper-extras]
2020.05.28 15:00:59 INFO es[o.e.p.PluginsService] loaded module [parent-join]
2020.05.28 15:00:59 INFO es[o.e.p.PluginsService] loaded module [percolator]
2020.05.28 15:00:59 INFO es[o.e.p.PluginsService] loaded module [reindex]
2020.05.28 15:00:59 INFO es[o.e.p.PluginsService] loaded module [repository-url]
2020.05.28 15:00:59 INFO es[o.e.p.PluginsService] loaded module [transport-netty4]
2020.05.28 15:00:59 INFO es[o.e.p.PluginsService] no plugins loaded
2020.05.28 15:01:00 WARN es[o.e.d.c.s.Settings] [http.enabled] setting was deprecated in Elasticsearch and will be removed in a future release! See the breaking changes documentation for the next major version.
2020.05.28 15:01:01 INFO es[o.e.d.DiscoveryModule] using discovery type [zen] and host providers [settings]
2020.05.28 15:01:01 INFO es[o.e.n.Node] initialized
2020.05.28 15:01:01 INFO es[o.e.n.Node] starting …
2020.05.28 15:01:01 INFO es[o.e.t.TransportService] publish_address {127.0.0.1:9001}, bound_addresses {127.0.0.1:9001}
2020.05.28 15:01:04 INFO es[o.e.c.s.MasterService] zen-disco-elected-as-master ([0] nodes joined), reason: new_master {sonarqube}{onjPCAZrRNiPe1bD–gPQw}{rWTtb2aoSGqgln9dOMPxQw}{127.0.0.1}{127.0.0.1:9001}{rack_id=sonarqube}
2020.05.28 15:01:04 INFO es[o.e.c.s.ClusterApplierService] new_master {sonarqube}{onjPCAZrRNiPe1bD–gPQw}{rWTtb2aoSGqgln9dOMPxQw}{127.0.0.1}{127.0.0.1:9001}{rack_id=sonarqube}, reason: apply cluster state (from master [master {sonarqube}{onjPCAZrRNiPe1bD–gPQw}{rWTtb2aoSGqgln9dOMPxQw}{127.0.0.1}{127.0.0.1:9001}{rack_id=sonarqube} committed version [1] source [zen-disco-elected-as-master ([0] nodes joined)]])
2020.05.28 15:01:04 INFO es[o.e.n.Node] started
2020.05.28 15:01:04 INFO es[o.e.g.GatewayService] recovered [7] indices into cluster_state
2020.05.28 15:01:06 INFO es[o.e.c.r.a.AllocationService] Cluster health status changed from [RED] to [GREEN] (reason: [shards started [[metadatas][0]] …]).
‘’’