license-settings.asciidoc 568 B

12345678910111213141516171819
  1. [role="xpack"]
  2. [[license-settings]]
  3. === {xpack} License Settings
  4. ++++
  5. <titleabbrev>License Settings</titleabbrev>
  6. ++++
  7. You can configure this licensing setting in the `elasticsearch.yml` file.
  8. For more information, see
  9. {xpack-ref}/license-management.html[{xpack} License Management].
  10. `xpack.license.self_generated.type`::
  11. Set to `basic` (default) to enable basic {xpack} features. +
  12. +
  13. --
  14. If set to `trial`, the self-generated license gives access only to all the features
  15. of a x-pack for 30 days. You can later downgrade the cluster to a basic license if
  16. needed.
  17. --