You are looking at documentation for an older release.
Not what you want? See the
current release documentation.
Logstash Monitoring Not Working After Upgrade
When 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