Skip to content
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

Remove EasyConnect #591

Merged
merged 3 commits into from
Aug 4, 2024
Merged
Show file tree
Hide file tree
Changes from all 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
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ The main repository for Logz.io helm charts are [logzio-helm](https://github.com

Our Helm chart is designed to automatically set up your tracing environment, simplifying the process of sending traces to Logz.io. This feature ensures a hassle-free setup, allowing you to focus on your Kubernetes deployment without worrying about manual configurations.

For a more streamlined connection process, refer to our [Easy Connect guide](/docs/user-guide/telemetry-collector/ezkonnect).

#### _Send traces from Kubernetes_

Expand Down
2 changes: 1 addition & 1 deletion docs/user-guide/k8s-360/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ Each view lets you dive deeper into the data by using the links at the top of th
### Quick view tabs

:::note
To enrich your existing and newly sent data, use the [Telemetry Collector](https://app.logz.io/#/dashboard/integrations/collectors?tags=Quick%20Setup) to configure and send data quickly, followed by the [Easy Connect](https://docs.logz.io/docs/user-guide/telemetry-collector/ezkonnect/) platform to effectively instrument Kubernetes applications with OpenTelemetry auto-instrumentation.
To enrich your existing and newly sent data, use the [Telemetry Collector](https://app.logz.io/#/dashboard/integrations/collectors?tags=Quick%20Setup) to configure and send data quickly.
:::

Each quick view includes several tabs that provide additional information you can act on. For each tab, you can change the time frame chosen by clicking on the date bar at the top.
Expand Down
167 changes: 0 additions & 167 deletions docs/user-guide/telemetry-collector/ezkonnect.md

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -62,14 +62,6 @@ You can review the complete list of parameters and commands Logz.io runs in the

It might take a while for the Telemetry Collector to get up and running, after which you can view your logs, metrics, or traces and get full observability into your system.

### Auto-instrument and tag your code with Easy Connect

Easy connect helps streamline auto-instrumentation and accurately identify and tag logs and traces. Copy and paste the snippet into your terminal to review and update your logs.

![Easy Connect](https://dytvr9ot2sszz.cloudfront.net/logz-docs/ezkonnect/ezkonnect-logs.png)

Learn more about [Easy Connect](/docs/user-guide/telemetry-collector/ezkonnect).

### Optional - Configure data sources

You can configure the data sources collected by the Telemetry Collector. To do so, click on **Advance settings** at the top of the page. You can review and edit the telemetries collected by Logz.io.
Expand Down
3 changes: 2 additions & 1 deletion static/_redirects
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,8 @@
/user-guide/log-shipping/telemetry-collector.html /docs/user-guide/telemetry-collector/
/user-guide/log-shipping/telemetry-collector-k8s.html /docs/user-guide/telemetry-collector/telemetry-collector-k8s/
/user-guide/log-shipping/telemetry-collector-localhost.html /docs/user-guide/telemetry-collector/telemetry-collector-localhost/
/user-guide/log-shipping/ezkonnect.html /docs/user-guide/telemetry-collector/ezkonnect/
/user-guide/log-shipping/ezkonnect.html /
/docs/user-guide/telemetry-collector/ezkonnect/ /
/user-guide/azure-native-integration.html /docs/user-guide/telemetry-collector/azure-native-integration/
/user-guide/give-aws-access-with-iam-roles/ /docs/user-guide/admin/give-aws-access-with-iam-roles/
/user-guide/give-aws-access-with-access-keys/ /docs/user-guide/admin/give-aws-access-with-access-keys/
Expand Down