This documentation contains work-in-progress information for future Elastic Stack and Cloud releases. Use the version selector to view supported release docs. It also contains some Elastic Cloud serverless information. Check out our serverless docs for more details.
Troubleshooting monitoring in Logstash
editTroubleshooting monitoring in Logstash
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 _security/user/logstash_system/_password { "password": "newpassword" }
-
Re-enable the
logstash_system
user:PUT _security/user/logstash_system/_enable