internal-users.asciidoc 530 B

12345678910111213
  1. [role="xpack"]
  2. [[internal-users]]
  3. === Internal users
  4. {security} has three _internal_ users (`_system`, `_xpack`, and `_xpack_security`)
  5. that are responsible for the operations that take place inside an {es} cluster.
  6. These users are only used by requests that originate from within the cluster.
  7. For this reason, they cannot be used to authenticate against the API and there
  8. is no password to manage or reset.
  9. From time-to-time you may find a reference to one of these users inside your
  10. logs, including <<auditing, audit logs>>.