license-settings.asciidoc 534 B

1234567891011121314151617
  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. {kibana-ref}/managing-licenses.html[License management].
  7. `xpack.license.self_generated.type`::
  8. (<<static-cluster-setting,Static>>)
  9. Set to `basic` (default) to enable basic {xpack} features. +
  10. +
  11. --
  12. If set to `trial`, the self-generated license gives access only to all the features
  13. of a x-pack for 30 days. You can later downgrade the cluster to a basic license if
  14. needed.
  15. --