IMPORTANT: This documentation is no longer updated. Refer to Elastic's version policy and the latest documentation.

Monitoring Troubleshooting

edit

Logstash Monitoring Not Working After Upgrade

edit

When upgrading from older versions, the built-in logstash_system user is disabled for security reasons. To resume monitoring:

  1. Change the logstash_system password:

    PUT _xpack/security/user/logstash_system/_password
    {
      "password": "newpassword"
    }
  2. Re-enable the logstash_system user:

    PUT _xpack/security/user/logstash_system/_enable