Troubleshooting monitoring in Logstash
edit
IMPORTANT: This documentation is no longer updated. Refer to Elastic's version policy and the latest documentation.
Troubleshooting 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_systempassword:PUT _security/user/logstash_system/_password { "password": "newpassword" } -
Re-enable the
logstash_systemuser:PUT _security/user/logstash_system/_enable