[6.8.x] X-Pack License Issue

Hi,
I'm seeing this in the log of 6.8.0 nodes in our lab:

[2019-07-11T10:48:13,733][INFO ][o.e.l.LicenseService     ] [test-master-001] license [68d81834-0b87-4b4a-baeb-222a621f4141] mode [trial] - valid
[2019-07-11T10:48:13,761][WARN ][o.e.l.LicenseService     ] [test-master-001] License [will expire] on [Thursday, July 25, 2019].
# If you have a new license, please update it. Otherwise, please reach out to
# your support contact.
# 
# Commercial plugins operate with reduced functionality on license expiration:
# - security
#  - Cluster health, cluster stats and indices stats operations are blocked
#  - All data operations (read and write) continue to work
# - watcher
#  - PUT / GET watch APIs are disabled, DELETE watch API continues to work
#  - Watches execute and write to the history
#  - The actions of the watches don't execute
# - monitoring
#  - The agent will stop collecting cluster and indices metrics
#  - The agent will stop automatically cleaning indices older than [xpack.monitoring.history.duration]
# - graph
#  - Graph explore APIs are disabled
# - ml
#  - Machine learning APIs are disabled
# - logstash
#  - Logstash will continue to poll centrally-managed pipelines
# - beats
#  - Beats will continue to poll centrally-managed configuration
# - deprecation
#  - Deprecation APIs are disabled
# - upgrade
#  - Upgrade API is disabled
# - sql
#  - SQL support is disabled
# - rollup
#  - Creating and Starting rollup jobs will no longer be allowed.
#  - Stopping/Deleting existing jobs, RollupCaps API and RollupSearch continue to function.

Why is it showing a trial license when it should be basic?

Regards,
D

Hi,
you can also check here, and got some more info on stackoverflow

You can also get more info about your current license with:
GET /_xpack/license

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.