1
0

license-settings.asciidoc 497 B

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