Stuck on step 4 Check if you can connect to Kibana #578
Unanswered
indian-summers
asked this question in
FAQ
Replies: 3 comments
-
If 192.168.1.39 is the ip of the machine that others will connect to, then
it is the only entry you need in the config file.
So remove the 127.0.0.1 line.
Try running
netstat -tpan | grep 5601
and see if 5601 is being listened to on the host.
If it is, you might just be able to browse to https://192.168.1.39 or
https://192.168.1.39:5601 and see your install.
Thanks,
Clint Baxley
…On Tue, Feb 4, 2025 at 6:22 PM indian-summers ***@***.***> wrote:
I am getting the following message when I run the ssh -L
8080:localhost:5601 LME command.
And I get unable to connect when attempting to access Kibana via
https://localhost:8080
The lme-environment.env file is set as follows:
IPVAR=192.168.1.39
IPVAR=127.0.0.1
I've tried moving 127.0.0.1 to the top with same results
Screenshot.From.2025-02-04.15-16-02.png (view on web)
<https://github.com/user-attachments/assets/f97fa34f-731e-45d4-9fe3-3ad7b6cc8bba>
—
Reply to this email directly, view it on GitHub
<#565>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAQY33VJ2SMJD4B552LSW6D2OFDUHAVCNFSM6AAAAABWPXTE6WVHI2DSMVQWIX3LMV43ASLTON2WKOZSHAZTCNBZGAYTCMA>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
0 replies
-
Thank you for your response Clint. I've updated the config file, and tried both https:// suggestions with out success. |
Beta Was this translation helpful? Give feedback.
0 replies
-
You may not need to use the ssh -L command. You should be able to browse
directly to the ip of the machine. It shows that it is listening on all
ips.
Thanks,
Clint Baxley
…On Wed, Feb 5, 2025 at 12:57 PM indian-summers ***@***.***> wrote:
Thank you for your response Clint.
I've updated the config file, and tried both https:// suggestions with
out success.
This is the result of port 5601
Screenshot.From.2025-02-05.09-53-52.png (view on web)
<https://github.com/user-attachments/assets/1c123689-055a-45c8-8d81-80dc80e984a3>
—
Reply to this email directly, view it on GitHub
<#565 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAQY33XZUZK5A2FRLM42P232OJGHFAVCNFSM6AAAAABWPXTE6WVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDMMZXGYZTSOJUGE>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am getting the following message when I run the ssh -L 8080:localhost:5601 LME command.
And I get unable to connect when attempting to access Kibana via https://localhost:8080
The lme-environment.env file is set as follows:
IPVAR=192.168.1.39
IPVAR=127.0.0.1
I've tried moving 127.0.0.1 to the top with same results
Beta Was this translation helpful? Give feedback.
All reactions