DevTech101

DevTech101

elasticsearch

Instilling And Configuring (ELK)Elasticsearch

To install elasticsearch plugins by adding proxy (below Install a small cluster status utility bin/plugin -DproxyPort=8888 -DproxyHost=127.0.0.1 –verbose –install mobz/elasticsearch-head To start elasticsearch cd /opt/elasticsearch; ./bin/elasticsearch & To access the node status http://os3.domain.com:9200/_plugin/head/ To Configure Kibana /opt/kibana/config/kibana.yml host: “0.0.0.0” elasticsearch_url: “http://10.10.10.16:9200” Start kibana /opt/kibana/bin/kibana Logstash howto Create certificate cd /etc/pki/tls openssl req -x509 -nodes -newkey …

Instilling And Configuring (ELK)Elasticsearch Read More »