KIMG-ADLOG-02:/$ KIMG-ADLOG-02:/$ apt-get install apt-transport-https Reading package lists... Done Building dependency tree... Done Reading state information... Done The following NEW packages will be installed: apt-transport-https 0 upgraded, 1 newly installed, 0 to remove and 17 not upgraded. Need to get 3,974 B of archives. After this operation, 35.8 kB of additional disk space will be used. Get:1 http://mirror.kakao.com/ubuntu noble/universe amd64 apt-transport-https all 2.7.14build2 [3,974 B] Fetched 3,974 B in 0s (220 kB/s) Selecting previously unselected package apt-transport-https. (Reading database ... 121764 files and directories currently installed.) Preparing to unpack .../apt-transport-https_2.7.14build2_all.deb ... Unpacking apt-transport-https (2.7.14build2) ... Setting up apt-transport-https (2.7.14build2) ... Scanning processes... Scanning linux images...
Running kernel seems to be up-to-date.
No services need to be restarted.
No containers need to be restarted.
No user sessions are running outdated binaries.
No VM guests are running outdated hypervisor (qemu) binaries on this host. KIMG-ADLOG-02:/$
The generated password for the elastic built-in superuser is : mDxeiY1khvY2TsSX=5uL
KIMG-ADLOG-02:/$ apt-get install kibana
KIMG-ADLOG-02:/$ ufw allow from 0.0.0.0/0 to any proto tcp port 5601 comment kibana Rule added KIMG-ADLOG-02:/$ ufw allow from 0.0.0.0/0 to any proto tcp port 9200 comment elasticsearch Rule added
# elaistsearch 설치 후 안내 되는 최초 PW 를 이용하거나. 다음 명령어 통해 패스워드 리셋 후 접속
계정명 : elastic
패스워드 : XXXXXXXXXXX
KIMG-ADLOG-02:/usr/share/kibana/bin$ cd /usr/share/elasticsearch/bin/
KIMG-ADLOG-02:/usr/share/elasticsearch/bin$ ./elasticsearch-reset-password -u elastic This tool will reset the password of the [elastic] user to an autogenerated value. The password will be printed in the console. Please confirm that you would like to continue [y/N]y
Password for the [elastic] user successfully reset. New value: B9WpZztwAhscHgBMhPh0 KIMG-ADLOG-02:/usr/share/elasticsearch/bin$