@@ -23,7 +23,7 @@ the trial, or https://www.elastic.co/subscriptions/[purchase a subscription].
23
23
24
24
[float]
25
25
[[installing-license]]
26
- == Updating Your license
26
+ == Updating your license
27
27
28
28
You can update your license at runtime without shutting down your nodes. License
29
29
updates take effect immediately. The license is provided as a _JSON_ file that
@@ -47,30 +47,46 @@ These error messages tell you when the license expires and what features will be
47
47
disabled if you fail to update the license.
48
48
49
49
[float]
50
+ [[expiration-kibana]]
51
+ === Kibana
52
+ * Users can still log into {kib}.
53
+ * It is still usable for data exploration and visualization, but some features
54
+ are disabled.
55
+ * The license management UI is available to easily upgrade your license. See
56
+ <<installing-license>> and
57
+ {kibana-ref}/managing-licenses.html[License management].
58
+
59
+ [float]
60
+ [[expiration-watcher]]
50
61
=== Watcher
51
- * PUT / GET watch APIs will be disabled, DELETE watch API will continue to work
52
- * Watches will execute and write to the history
53
- * The actions of the watches will not execute
62
+ * The PUT and GET watch APIs are disabled. The DELETE watch API continues to work.
63
+ * Watches execute and write to the history.
64
+ * The actions of the watches do not execute.
54
65
55
66
[float]
67
+ [[expiration-monitoring]]
56
68
=== Monitoring
57
- * The agent will stop collecting cluster and indices metrics
58
- * The agent will stop automatically cleaning indices older than `xpack.monitoring.history.duration`
69
+ * The agent stops collecting cluster and indices metrics.
70
+ * The agent stops automatically cleaning indices older than
71
+ `xpack.monitoring.history.duration`.
59
72
60
73
[float]
74
+ [[expiration-graph]]
61
75
=== Graph
62
- * Graph explore APIs will be disabled
76
+ * Graph explore APIs are disabled.
63
77
64
78
[float]
79
+ [[expiration-reporting]]
65
80
=== Reporting
66
- * Reporting will no longer be available in {kib}
67
- * Report generation urls will stop working
68
- * Existing reports will no longer be accessible
81
+ * Reporting is no longer be available in {kib}.
82
+ * Report generation URLs stop working.
83
+ * Existing reports are no longer accessible.
69
84
70
85
[float]
86
+ [[expiration-security]]
71
87
=== Security
72
- * Cluster health, cluster stats and indices stats operations will be blocked
73
- * All data operations (read and write) will continue to work
88
+ * Cluster health, cluster stats, and indices stats operations are blocked.
89
+ * All data operations (read and write) continue to work.
74
90
75
91
Once the license expires, calls to the cluster health, cluster stats, and index
76
92
stats APIs fail with a `security_exception` and return a 403 HTTP status code.
@@ -98,17 +114,19 @@ This message enables automatic monitoring systems to easily detect the license
98
114
failure without immediately impacting other users.
99
115
100
116
[float]
117
+ [[expiration-ml]]
101
118
=== Machine learning
102
119
* APIs to create jobs, open jobs, send data to jobs, create {dfeeds}, and start
103
- {dfeeds} will be disabled
104
- * All started {dfeeds} will be stopped. All open jobs will be closed
105
- * Existing job results will continue to be available by using {kib} or APIs
120
+ {dfeeds} are disabled.
121
+ * All started {dfeeds} are stopped. All open jobs are closed.
122
+ * Existing job results continue to be available by using {kib} or APIs.
106
123
107
124
[float]
108
- === Logstash Pipeline Management
109
- * Will not be able to create new pipelines and edit or delete existing pipelines from the UI
110
- * Will be able to list and view existing pipelines from the UI
111
- * Will be able to run Logstash instances which are registered to listen to existing pipelines
125
+ [[expiration-logstash]]
126
+ === Logstash pipeline management
127
+ * Cannot create new pipelines or edit or delete existing pipelines from the UI.
128
+ * Cannot list or view existing pipelines from the UI.
129
+ * Cannot run Logstash instances which are registered to listen to existing pipelines.
112
130
113
131
IMPORTANT: You should update your license as soon as possible. You are
114
132
essentially flying blind when running with an expired license. Access to the
0 commit comments