WARNING: Version 5.6 of the Elastic Stack has passed its EOL date.
This documentation is no longer being maintained and may be removed. If you are running this version, we strongly advise you to upgrade. For the latest information, see the current release documentation.
X-Pack monitoring Troubleshooting
editX-Pack monitoring Troubleshooting
editLogstash Monitoring Not Working After Upgrade
editWhen upgrading from older versions, the built-in logstash_system
user is
disabled for security reasons. To resume monitoring:
-
Change the
logstash_system
password:PUT _xpack/security/user/logstash_system/_password { "password": "newpassword" }
-
Re-enable the
logstash_system
user:PUT _xpack/security/user/logstash_system/_enable