For kibana
It is the tool
developed using nodejs
To change port go to
/Users/z002qhl/Documents/ELK/Kibana/kibana-7.2.0-darwin-x86_64/config/kibana.yml
And change port to
server.port: 5601
To start the
server go tp
/Users/z002qhl/Documents/ELK/Kibana/kibana-7.2.0-darwin-x86_64/bin and run
./kibana
For elastic search
To change port go to
/Users/z002qhl/Documents/ELK/Elastic/elasticsearch-7.2.0/config/elasticsearch.yml
And change port to
http.port: 9200
If we want to change
the jvm options change in jvm.options file
To start the
server go tp
/Users/z002qhl/Documents/ELK/Elastic/elasticsearch-7.2.0/bin and run
./elasticsearch
These are the
default ports
No comments:
Post a Comment