Skip to content
Closed
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion deploy-manage/deploy/cloud-on-k8s/air-gapped-install.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,14 @@ products:
- id: cloud-kubernetes
---

# Running in air-gapped environments [k8s-air-gapped]
# Running ECK in air-gapped environments [k8s-air-gapped]

The ECK operator can be run in an air-gapped environment without access to the open internet when configured to avoid pulling container images from `docker.elastic.co`.

:::{note}
To deploy ECK in Google Distributed Cloud (GDC) air-gapped refer to [Deploy ECK on GDC air-gapped](./eck-gdch.md).
:::

By default ECK does not require you to specify the container image for each {{stack}} application you deploy.

```yaml subs=true
Expand Down
42 changes: 42 additions & 0 deletions deploy-manage/deploy/cloud-on-k8s/eck-gdch.md
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.

![ECK-GDCH](/deploy-manage/images/eck-gdch.png)

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).
1 change: 1 addition & 0 deletions deploy-manage/deploy/cloud-on-k8s/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ ECK supports multiple installation methods. Choose the one that best fits your i
* [Install ECK using a Helm chart](./install-using-helm-chart.md)
* [](./deploy-eck-on-openshift.md)
* [](./deploy-eck-on-gke-autopilot.md)
* [Deploy ECK on Google Distributed Hosted Cloud](./eck-gdch.md)
* [](./deploy-fips-compatible-version-of-eck.md)

For air-gapped environments, refer to [](./air-gapped-install.md) to understand the requirements and installation considerations.
Expand Down
Binary file added deploy-manage/images/eck-gdch.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions deploy-manage/toc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,7 @@ toc:
- file: deploy/cloud-on-k8s/k8s-openshift-beats.md
- file: deploy/cloud-on-k8s/k8s-openshift-agent.md
- file: deploy/cloud-on-k8s/deploy-eck-on-gke-autopilot.md
- file: deploy/cloud-on-k8s/eck-gdch.md
- file: deploy/cloud-on-k8s/deploy-fips-compatible-version-of-eck.md
- file: deploy/cloud-on-k8s/air-gapped-install.md
- file: deploy/cloud-on-k8s/configure.md
Expand Down
1 change: 1 addition & 0 deletions explore-analyze/toc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,7 @@ toc:
- file: dashboards/create-dashboard-of-panels-with-ecommerce-data.md
- file: visualize.md
children:
- file: visualize/choose-your-chart.md
- file: visualize/supported-chart-types.md
- file: visualize/visualize-library.md
- file: visualize/manage-panels.md
Expand Down
30 changes: 30 additions & 0 deletions explore-analyze/visualize/choose-your-chart.md
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 | |


31 changes: 0 additions & 31 deletions troubleshoot/ingest/opentelemetry/toc.yml

This file was deleted.

30 changes: 29 additions & 1 deletion troubleshoot/toc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,35 @@ toc:
- file: ingest.md
children:
# - file: ingest/enterprise-search/crawls.md
- toc: ingest/opentelemetry
- file: ingest/opentelemetry/index.md
children:
- file: ingest/opentelemetry/edot-collector/index.md
children:
- file: ingest/opentelemetry/edot-collector/collector-oomkilled.md
- file: ingest/opentelemetry/edot-collector/insufficient-resources-kubestack.md
- file: ingest/opentelemetry/edot-collector/metadata.md
- file: ingest/opentelemetry/edot-collector/enable-debug-logging.md
- file: ingest/opentelemetry/edot-collector/collector-not-starting.md
- file: ingest/opentelemetry/edot-collector/misconfigured-sampling-collector.md
- file: ingest/opentelemetry/edot-collector/trace-export-errors.md
- file: ingest/opentelemetry/edot-sdks/index.md
children:
- file: ingest/opentelemetry/edot-sdks/android/index.md
- file: ingest/opentelemetry/edot-sdks/dotnet/index.md
- file: ingest/opentelemetry/edot-sdks/ios/index.md
- file: ingest/opentelemetry/edot-sdks/java/index.md
children:
- file: ingest/opentelemetry/edot-sdks/java/proxy-issues.md
- file: ingest/opentelemetry/edot-sdks/nodejs/index.md
- file: ingest/opentelemetry/edot-sdks/php/index.md
- file: ingest/opentelemetry/edot-sdks/python/index.md
- file: ingest/opentelemetry/edot-sdks/enable-debug-logging.md
- file: ingest/opentelemetry/edot-sdks/missing-app-telemetry.md
- file: ingest/opentelemetry/edot-sdks/proxy.md
- file: ingest/opentelemetry/edot-sdks/misconfigured-sampling-sdk.md
- file: ingest/opentelemetry/no-data-in-kibana.md
- file: ingest/opentelemetry/connectivity.md
- file: ingest/opentelemetry/contact-support.md
- file: ingest/logstash.md
children:
- file: ingest/logstash/plugins.md
Expand Down