On my machine,I start Kibana successfully,but on my peer's machine that is not success.
When I compare the two start logs,
I found that the log on his machine has no listenning info...
anyone may help ,thanks very much..![log_compare|690x132](upload://5WOckKrrAJBrDEg0aBkO8o4Bwr.png)
his log:
server log [09:30:35.539] [info][kibana-monitoring][monitoring] Starting monitoring stats collection
server log [09:30:35.544] [info][status][plugin:maps@7.3.2] Status changed from yellow to green - Ready
optmzr log [09:31:01.219] [info][optimize:dynamic_dll_plugin] No need to compile client vendors dll
optmzr log [09:31:01.220] [info][optimize:dynamic_dll_plugin] Finished all dynamic dll plugin tasks
optmzr log [09:31:01.230] [info][optimize] Optimization success in 38.58 seconds
my log:
server log [09:50:22.049] [info][kibana-monitoring][monitoring] Starting monitoring stats collection
server log [09:50:22.057] [info][status][plugin:maps@7.3.2] Status changed from yellow to green - Ready
server log [09:50:23.255] [info][status][plugin:reporting@7.3.2] Status changed from uninitialized to green - Ready
server log [09:50:23.605] [info][listening] Server running at http://localhost:5603/mqo
server log [09:50:23.611] [info][server][Kibana][http] http server running
server log [09:50:23.613] [info][status][plugin:spaces@7.3.2] Status changed from yellow to green - Ready
optmzr log [09:50:34.025] [info][optimize:dynamic_dll_plugin] No need to compile client vendors dll
optmzr log [09:50:34.026] [info][optimize:dynamic_dll_plugin] Finished all dynamic dll plugin tasks
optmzr log [09:50:34.028] [info][optimize] Optimization success in 17.29 seconds
Anyone has some ideas for solving this issue.?..thanks very much
From your log it says that the status has changed from yellow to green , which means that kibana is ready. Also server log [09:50:23.605] [info][listening] Server running at http://localhost:5603/mqo states that as well. Its available on port 5603.
Did you try hitting the port to check if its working or not ?
Thanks
Rashmi
thanks
This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.