-
Notifications
You must be signed in to change notification settings - Fork 0
3. Special Things to Note on ELK
MohanprasadKumar ST edited this page May 19, 2021
·
3 revisions
- Install Beats to collect files / metrics / health / packet of a server - Ex:
apt-get install metricbeat
- Make sure
elasticsearch.yml, kibana.yml, filebeat.yml & metricbeat.yml
are configured for your requirement - you can set password for
elasticsearch
by going to/usr/share/elasticsearch
location and runningbin/elasticsearch-setup-passwords interactive
-
bin/logstash --config.test_and_exit -f <path_to_config_file>
- use the following command to check.conf
is perfectly fine
-
Before changing you need to make sure
xpack.security.enabled: true
is added toelasticsearch.yml
1. default user - elastic
2. After changing you need to add username and password to **`kibana.yml`**
- You need to change respective beats
.yml
file to collect respective details and display on Kibana - Use
filebeat modules enable system
to make default monitoring enable for filebeat
-
filebeat modules list
to get list of defaults it will monitor