-
Notifications
You must be signed in to change notification settings - Fork 8.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' into dev/auto-close-modal-lens
- Loading branch information
Showing
309 changed files
with
13,873 additions
and
12,868 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,7 @@ jobs: | |
name: Assign a PR to project based on label | ||
steps: | ||
- name: Assign to project | ||
uses: elastic/github-actions/[email protected].1 | ||
uses: elastic/github-actions/[email protected].2 | ||
id: project_assigner | ||
with: | ||
issue-mappings: | | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,7 @@ jobs: | |
name: Assign issue or PR to project based on label | ||
steps: | ||
- name: Assign to project | ||
uses: elastic/github-actions/[email protected].1 | ||
uses: elastic/github-actions/[email protected].2 | ||
id: project_assigner | ||
with: | ||
issue-mappings: '[{"label": "Team:AppArch", "projectName": "kibana-app-arch", "columnId": 6173895}, {"label": "Feature:Lens", "projectName": "Lens", "columnId": 6219363}, {"label": "Team:Canvas", "projectName": "canvas", "columnId": 6187593}]' | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
38 changes: 19 additions & 19 deletions
38
docs/management/index-lifecycle-policies/intro-to-lifecycle-policies.asciidoc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,30 +1,30 @@ | ||
[role="xpack"] | ||
[[index-lifecycle-policies]] | ||
== Index lifecycle policies | ||
== Index Lifecycle Policies | ||
|
||
If you're working with time series data, you don't want to continually dump | ||
everything into a single index. Instead, you might periodically roll over the | ||
data to a new index to keep it from growing so big it's slow and expensive. | ||
As the index ages and you query it less frequently, you’ll likely move it to | ||
If you're working with time series data, you don't want to continually dump | ||
everything into a single index. Instead, you might periodically roll over the | ||
data to a new index to keep it from growing so big it's slow and expensive. | ||
As the index ages and you query it less frequently, you’ll likely move it to | ||
less expensive hardware and reduce the number of shards and replicas. | ||
|
||
To automatically move an index through its lifecycle, you can create a policy | ||
to define actions to perform on the index as it ages. Index lifecycle policies | ||
are especially useful when working with {beats-ref}/beats-reference.html[Beats] | ||
data shippers, which continually | ||
send operational data, such as metrics and logs, to Elasticsearch. You can | ||
automate a rollover to a new index when the existing index reaches a specified | ||
size or age. This ensures that all indices have a similar size instead of having | ||
daily indices where size can vary based on the number of Beats and the number | ||
To automatically move an index through its lifecycle, you can create a policy | ||
to define actions to perform on the index as it ages. Index lifecycle policies | ||
are especially useful when working with {beats-ref}/beats-reference.html[Beats] | ||
data shippers, which continually | ||
send operational data, such as metrics and logs, to Elasticsearch. You can | ||
automate a rollover to a new index when the existing index reaches a specified | ||
size or age. This ensures that all indices have a similar size instead of having | ||
daily indices where size can vary based on the number of Beats and the number | ||
of events sent. | ||
|
||
{kib}’s *Index Lifecycle Policies* walks you through the process for creating | ||
and configuring a policy. Before using this feature, you should be familiar | ||
{kib}’s *Index Lifecycle Policies* walks you through the process for creating | ||
and configuring a policy. Before using this feature, you should be familiar | ||
with index lifecycle management: | ||
|
||
* For an introduction, see | ||
{ref}/getting-started-index-lifecycle-management.html[Getting started with index | ||
lifecycle management]. | ||
* To dig into the concepts and technical details, see | ||
* For an introduction, refer to | ||
{ref}/getting-started-index-lifecycle-management.html[Getting started with index | ||
lifecycle management]. | ||
* To dig into the concepts and technical details, see | ||
{ref}/index-lifecycle-management.html[Managing the index lifecycle]. | ||
* To check out the APIs, see {ref}/index-lifecycle-management-api.html[Index lifecycle management API]. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,32 +1,32 @@ | ||
[[managing-licenses]] | ||
== License management | ||
== License Management | ||
|
||
When you install the default distribution of {kib}, you receive a basic license | ||
with no expiration date. For the full list of free features that are included in | ||
the basic license, see https://www.elastic.co/subscriptions[the subscription page]. | ||
the basic license, refer to https://www.elastic.co/subscriptions[the subscription page]. | ||
|
||
If you want to try out the full set of platinum features, you can activate a | ||
30-day trial license. Go to *Management > License Management* to view the | ||
30-day trial license. Go to *Management > License Management* to view the | ||
status of your license, start a trial, or install a new license. | ||
|
||
NOTE: You can start a trial only if your cluster has not already activated a | ||
trial license for the current major product version. For example, if you have | ||
already activated a trial for v6.0, you cannot start a new trial until | ||
v7.0. You can, however, contact `[email protected]` to request an extended trial | ||
already activated a trial for 6.0, you cannot start a new trial until | ||
7.0. You can, however, contact `[email protected]` to request an extended trial | ||
license. | ||
|
||
When you activate a new license level, new features appear in the left sidebar | ||
When you activate a new license level, new features appear in the left sidebar | ||
of the *Management* page. | ||
|
||
[role="screenshot"] | ||
image::images/management-license.png[] | ||
|
||
At the end of the trial period, the platinum features operate in a | ||
<<license-expiration,degraded mode>>. You can revert to a basic license, | ||
extend the trial, or purchase a subscription. | ||
<<license-expiration,degraded mode>>. You can revert to a basic license, | ||
extend the trial, or purchase a subscription. | ||
|
||
TIP: If {security-features} are enabled, unless you have a trial license, | ||
you must configure Transport Layer Security (TLS) in {es}. | ||
TIP: If {security-features} are enabled, unless you have a trial license, | ||
you must configure Transport Layer Security (TLS) in {es}. | ||
See {ref}/encrypting-communications.html[Encrypting communications]. | ||
{kib} and the {ref}/start-basic.html[start basic API] provide a list of all of | ||
the features that will no longer be supported if you revert to a basic license. | ||
|
@@ -42,7 +42,7 @@ file that you install in {kib} or by using the | |
|
||
TIP: If you are using a basic or trial license, {security-features} are disabled | ||
by default. In all other licenses, {security-features} are enabled by default; | ||
you must secure the {stack} or disable the {security-features}. | ||
you must secure the {stack} or disable the {security-features}. | ||
|
||
[discrete] | ||
[[license-expiration]] | ||
|
@@ -97,7 +97,7 @@ cluster. | |
and start {dfeeds} are disabled. | ||
* All started {dfeeds} are stopped. | ||
* All open {anomaly-jobs} are closed. | ||
* APIs to create and start {dfanalytics-jobs} are disabled. | ||
* APIs to create and start {dfanalytics-jobs} are disabled. | ||
* Existing {anomaly-job} and {dfanalytics-job} results continue to be available | ||
by using {kib} or APIs. | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.