Last active
September 27, 2018 21:48
-
-
Save camilonova/d2a82989327b2353485aeb32aaf77f6c to your computer and use it in GitHub Desktop.
setup metric beat for kibana
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo apt-get install metricbeat -y | |
# Add you domain | |
sudo vim /etc/metricbeat/metricbeat.yml | |
sudo systemctl enable metricbeat | |
sudo systemctl start metricbeat | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment