internal-users.asciidoc 763 B

12345678910111213141516
  1. [role="xpack"]
  2. [[internal-users]]
  3. === Internal users
  4. NOTE: These users are designed for internal use by {es} only. Authenticating with these users is not supported.
  5. The {stack-security-features} use eight _internal_ users (`_system`, `_xpack`,
  6. `_xpack_security`, `_async_search`, `_security_profile`, `_data_stream_lifecycle`, `_synonyms` and `_storage`),
  7. which are responsible for the operations that take place inside an {es} cluster.
  8. These users are only used by requests that originate from within the cluster.
  9. For this reason, they cannot be used to authenticate against the API and there
  10. is no password to manage or reset.
  11. From time-to-time you may find a reference to one of these users inside your
  12. logs, including <<enable-audit-logging,audit logs>>.