-
Notifications
You must be signed in to change notification settings - Fork 181
Draft page for Choose your chart #3736
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Closed
Closed
Changes from 3 commits
Commits
Show all changes
5 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 hidden or 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 |
|---|---|---|
| @@ -0,0 +1,42 @@ | ||
| --- | ||
| applies_to: | ||
| deployment: | ||
| eck: all | ||
| products: | ||
| - id: cloud-kubernetes | ||
| --- | ||
|
|
||
| # Deploy ECK on Google Distributed Cloud air-gapped | ||
|
|
||
| You can install {{eck}} (ECK) directly from the marketplace available within your [Google Distributed Cloud (GDC) air-gapped](https://cloud.google.com/distributed-cloud/hosted/docs/latest/gdch/overview) environment. | ||
|
|
||
| :::{note} | ||
| The Elastic Package Registry (EPR) container image is not yet available in GDC and must be deployed manually if you plan to use [integrations](integration-docs://reference/index.md). All other dependencies, such as the Elastic Artifact Registry and Elastic Endpoint Artifact Repository, must also be built and hosted locally as described in the [air-gapped deployment documentation](/deploy-manage/deploy/self-managed/air-gapped-install.md). | ||
|
|
||
| For extra guidance on running ECK in isolated environments, refer to [Running ECK in air-gapped environments](/deploy-manage/deploy/cloud-on-k8s/air-gapped-install.md). | ||
| ::: | ||
|
|
||
| ## Install ECK | ||
|
|
||
| To install ECK: | ||
|
|
||
| 1. Open the **Marketplace** in your GDC console. | ||
| 2. Search for **Elastic Cloud on Kubernetes (BYOL)**. | ||
| 3. Click **Install**. | ||
| 4. Select a **user cluster**, review or adjust the installation parameters, and start the installation. | ||
|
|
||
| If you prefer to customize the configuration, refer to the [ECK configuration guide](/deploy-manage/deploy/cloud-on-k8s/configure.md) for details on setting operator parameters in the **Configure the service** page. | ||
|
|
||
| Once completed, ECK will be running in your GDC air-gapped environment. | ||
|
|
||
|  | ||
|
|
||
| Next, open a terminal with `kubectl` and choose one of the following options: | ||
|
|
||
| * [Start a trial](/deploy-manage/license/manage-your-license-in-eck.md#k8s-start-trial) to enable ECK’s enterprise features. | ||
| * Continue using ECK in free & basic mode. | ||
| * [Apply an Enterprise license](/deploy-manage/license/manage-your-license-in-eck.md#k8s-add-license). | ||
|
|
||
| ## Next steps | ||
|
|
||
| Follow the [ECK Quickstart guide](/deploy-manage/deploy/cloud-on-k8s/elasticsearch-deployment-quickstart.md) to deploy {{es}} and {{kib}} for your use case, whether it’s [Observability](/solutions/observability.md), [Security](/solutions/security.md), or [Search](/solutions/search.md). |
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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 |
|---|---|---|
| @@ -0,0 +1,30 @@ | ||
| --- | ||
| mapped_pages: | ||
| - https://www.elastic.co/guide/en/kibana/current/chart-types.html | ||
| applies_to: | ||
| stack: ga | ||
| serverless: ga | ||
| products: | ||
| - id: kibana | ||
| --- | ||
|
|
||
| # Choose your chart [choose-your-chart] | ||
|
|
||
| | **Chart type** | **Use when you want to...** | | ||
| | --- | --- | | ||
| | Line chart | Show how a particular data changes at equal intervals of time. | | ||
| | Area chart | Show how values change emphasizing the magnitude or volume of the data, where the filled area between the lines visually highlights the volume aspect of your data. | | ||
| | Bar chart | Display categorical data with rectangular bars, where the length of each bar is proportional to the value it represents. | | ||
| | Metric chart | Show the most critical metrics at a glance, highlighting the most important values on a dashboard that need immediate visibility. | | ||
| | Table chart | Show data in rows and columns, displaying hierarchical relationships through indentation or expandable/collapsible rows. | | ||
| | Pie chart | Show how different categories contribute to a whole. They visually represent proportions of a total through the size of each slice. | | ||
| | Treemap chart | | | ||
| | Mosaic chart | | | ||
| | Gauge chart | | | ||
| | Heat map chart | | | ||
| | Region chart | | | ||
| | Waffle chart | | | ||
| | Tag cloud chart | | | ||
| | Legacy metric chart | | | ||
|
|
||
|
|
||
This file was deleted.
Oops, something went wrong.
This file contains hidden or 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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.