Elasticsearch 5.2.2 X-Pack disable default user

Hi,

How to Disable Default User(elastic, kibana, logstash_system) for production for 5.2.2 version.

In 5.4, I could see following:
xpack.security.authc.accept_default_password

Thanks,
Amit.

You can disable builtin users through the User Management API

Thank you.