Awesome tutorial. Bro, I have spent the whole day and could not figure it out. After watching your video just less than 10 minutes. I have solved it :) Great thanks MAN
Hey Hristo Thanks! U gave very detailed steps it saved time..Just i have one question here if we want to remove that logstash_system,beats_system etc. Users then how we can remove those users or remove that security/password which we provided? Thank You!
Hi Pryia, please try with this video - ua-cam.com/video/dhZqXvZmtiM/v-deo.html I think that you will find your answer, if not reach me back again... :)
I have been to Russia 2 times in 2019 and love your country and people. I have visited Moscow, Kazan and St. Petersburg. i have worked for 10 days at VGRTK TV station and would love to visit again. Please let me know the username and password for the 3 ELK vm you have provided in this video description Bolchoi Spaciba - thankyou very much
the part that I dont understand , you didnt set any ssl option for kibana yet you can connect over ssl to kibana ui I did same but I can only use kibana over http so how can be possible
Sorry to bother you again bro, But I need a help badly. I have 3 nodes cluster(all master) and everything is setup as per your instructions and working perfectly. Now, I want to remove node-1. So If i stop node-1. Others 2 nodes [before restart] having following issue... master_not_discovered_exception or after restart unable to authenticate user [elastic] Note : I created certificate and password in node-1(Like your instructions). Can u pls guide me anything here? Great thanks bro.
Maybe you should play a little bit with the elasticsearch.yml file I think that these articles from elastic can be useful www.elastic.co/guide/en/elasticsearch/reference/current/add-elasticsearch-nodes.html www.elastic.co/guide/en/elasticsearch/reference/current/modules-discovery-quorums.html www.elastic.co/guide/en/elasticsearch/reference/current/modules-discovery-settings.html#master-election-settings of course, you can see my other video on this topic here: ua-cam.com/video/dhZqXvZmtiM/v-deo.html I have a membership offer on my channel if you need more help :)
First: Thanks you so much dude! Is kinda hard to follow guides or just text to config this... Most of all guide say nothing about permision and chmod for the certificate... and I had that problem to make this works also, the setup-password is something which they dont say. Thanks! Apologize for asking more help... How to config for use HTTPS? I tried to just add this lines: xpack.security.http.ssl.enabled: true xpack.security.http.ssl.keystore.path: elastic-certificates.p12 xpack.security.http.ssl.truststore.path: elastic-certificates.p12 xpack.security.http.ssl.client_authentication: optional In browser it 'works' (it throw exception of security, but you can ignore it and continue) but... I think is not okey, because in logs it says 'unknow ca' Thanks you!
@@nbglink I'm trying to setup elasticsearch and kibana with HTTPs. For now just Elasticsearch, so I added the lines: xpack.security.http.ssl.enabled: true xpack.security.http.ssl.keystore.path: elastic-certificates.p12 xpack.security.http.ssl.truststore.path: elastic-certificates.p12 xpack.security.http.ssl.client_authentication: optional And got the error which I said in the previous comment 'unknow ca'. I don't know what else to give you... Thanks
Awesome tutorial. Bro, I have spent the whole day and could not figure it out. After watching your video just less than 10 minutes. I have solved it :) Great thanks MAN
I am glad to help
thanks a lot, couldn't get it right until I came across your video
Thank you I am trying to make the things easier for my audience. :)
@histro Pls, is the community channel still available ? Many Thanks
oh thanks, that was so useful for me.
How can I add a new node within Existing Cluster(already have 2 nodes running)? Should I create cert(p12) again and assign it to all servers?
Use the same cert file :)
Awesome tutorial. thank you for this.
I promised and kept, hope it helps. :)
@@nbglink really helped and appreciated
Hey Hristo Thanks! U gave very detailed steps it saved time..Just i have one question here if we want to remove that logstash_system,beats_system etc. Users then how we can remove those users or remove that security/password which we provided?
Thank You!
I have not tried it, but see this article... www.elastic.co/guide/en/elasticsearch/reference/current/security-api-disable-user.html
@@nbglink Thanks!☺️
Hi i have sent u mail will u please have look into that ? Am badly stuck and unable to get any idea to proceed further
Hi Pryia, please try with this video - ua-cam.com/video/dhZqXvZmtiM/v-deo.html I think that you will find your answer, if not reach me back again... :)
Hi any videos on how to configure TLS SSl for both elasticsearch and kibana?
ua-cam.com/video/dhZqXvZmtiM/v-deo.html
I have been to Russia 2 times in 2019 and love your country and people. I have visited Moscow, Kazan and St. Petersburg. i have worked for 10 days at VGRTK TV station and would love to visit again. Please let me know the username and password for the 3 ELK vm you have provided in this video description
Bolchoi Spaciba - thankyou very much
Username: elk
Password: elk
You can easily find them in the video if you are watched it...
Greetings from Bulgaria!
Can you do a video on TLS/HTTPS configuration please ?
ua-cam.com/video/dhZqXvZmtiM/v-deo.html
Hi Comrade, I have download the 3 VM but it does not say the username and password, please let me know so i can try to use your 3 vm. Spiciba
the part that I dont understand , you didnt set any ssl option for kibana yet you can connect over ssl to kibana ui I did same but I can only use kibana over http so how can be possible
Try to watch my other videos on this topic
How were the 3 nodes obtained. If anyone here can help share that information I will really much appreciate that.
See my other videos on this topic
I got error Cause: master_not_discovered_exception on node server
Sorry to bother you again bro, But I need a help badly.
I have 3 nodes cluster(all master) and everything is setup as per your instructions and working perfectly.
Now, I want to remove node-1. So If i stop node-1.
Others 2 nodes [before restart] having following issue...
master_not_discovered_exception
or after restart
unable to authenticate user [elastic]
Note : I created certificate and password in node-1(Like your instructions).
Can u pls guide me anything here?
Great thanks bro.
Maybe you should play a little bit with the elasticsearch.yml file I think that these articles from elastic can be useful
www.elastic.co/guide/en/elasticsearch/reference/current/add-elasticsearch-nodes.html
www.elastic.co/guide/en/elasticsearch/reference/current/modules-discovery-quorums.html
www.elastic.co/guide/en/elasticsearch/reference/current/modules-discovery-settings.html#master-election-settings
of course, you can see my other video on this topic here: ua-cam.com/video/dhZqXvZmtiM/v-deo.html
I have a membership offer on my channel if you need more help :)
First: Thanks you so much dude! Is kinda hard to follow guides or just text to config this... Most of all guide say nothing about permision and chmod for the certificate... and I had that problem to make this works also, the setup-password is something which they dont say. Thanks!
Apologize for asking more help... How to config for use HTTPS? I tried to just add this lines:
xpack.security.http.ssl.enabled: true
xpack.security.http.ssl.keystore.path: elastic-certificates.p12
xpack.security.http.ssl.truststore.path: elastic-certificates.p12
xpack.security.http.ssl.client_authentication: optional
In browser it 'works' (it throw exception of security, but you can ignore it and continue) but... I think is not okey, because in logs it says 'unknow ca'
Thanks you!
If you give me some more details about the case I can try to help you.
@@nbglink I'm trying to setup elasticsearch and kibana with HTTPs. For now just Elasticsearch, so I added the lines:
xpack.security.http.ssl.enabled: true
xpack.security.http.ssl.keystore.path: elastic-certificates.p12
xpack.security.http.ssl.truststore.path: elastic-certificates.p12
xpack.security.http.ssl.client_authentication: optional
And got the error which I said in the previous comment 'unknow ca'. I don't know what else to give you... Thanks