gadmin
utility that allows users to easily view log files through an Elasticsearch, Kibana, and Filebeat setup. This page offers a step-by-step guide to set up log viewing for all components in a TigerGraph cluster with Elastic search, Kibana, and Filebeat. /etc/elasticsearch/elasticsearch.yml
/etc/kibana/kibana.yml:
server.host
to the IP address or DNS name of the Kibana server. Since the Kibana server is on the same machine as Elasticsearch, this value should be the same private IP that you specified as Elasticsearch's network.host
. elasticsearch.hosts
setting. By default, Elasticsearch is on port 9200, so the value for this setting should be ["server_private_ip:9200"]
filebeat.yml
. The following options are available:--host=<ip_list>
--host=10.128.0.97,10.128.0.99,10.128.0.100
--from-beginning
--path=<path_to_file>
filebeat.yml
to the current directory. --service=<service_list>
filebeat.yml
file, copy it to the directory /etc/filebeat
on every node, and restart the Filebeat service on each node. server_ip:5601
.