Hi! I wanted to know what does elastic mean in this page:
https://www.elastic.co/es/blog/configuring-ssl-tls-and-https-to-secure-elasticsearch-kibana-beats-and-logstash
when they say:
[1-1] Configure /etc/hosts file
For this example our node1 has a browser installed, so kibana.local will allow access to the Kibana web page.
#/etc/hosts file for [node1] (we need kibana.local and logstash.local)
127.0.0.1 kibana.local logstash.local
192.168.0.2 node1.elastic.test.com node1
192.168.0.3 node2.elastic.test.com node2
What is kibana.local and elastic.local? I am really lost there, if someone knows please tell me!
By the way, I am in a Wndows system and this is explained in a linux system,