diff --git a/docs/_include/general-shipping/k8s.md b/docs/_include/general-shipping/k8s.md index 84b8e1b9..6353a513 100644 --- a/docs/_include/general-shipping/k8s.md +++ b/docs/_include/general-shipping/k8s.md @@ -133,7 +133,7 @@ helm install -n monitoring \ --set metricsOrTraces.enabled=true \ --set logzio-k8s-telemetry.traces.enabled=true \ --set logzio-k8s-telemetry.secrets.TracesToken="<>" \ ---set logzio-k8s-telemetry.secrets.LogzioRegion="<>" \ +--set logzio-k8s-telemetry.secrets.LogzioRegion="<>" \ --set logzio-k8s-telemetry.secrets.env_id="<>" \ logzio-monitoring logzio-helm/logzio-monitoring ``` @@ -142,7 +142,7 @@ logzio-monitoring logzio-helm/logzio-monitoring | --- | --- | | `<>` | Your [traces shipping token](https://app.logz.io/#/dashboard/settings/manage-tokens/data-shipping?product=tracing). | | `<>` | The cluster's name, to easily identify the telemetry data for each environment. | -| `<>` | Name of your Logz.io traces region e.g `us`, `eu`... | +| `<>` | Name of your Logz.io traces region e.g `us`, `eu`... | For traces shipping troubleshooting, see our [Distributed Tracing troubleshooting](https://docs.logz.io/docs/user-guide/distributed-tracing/troubleshooting/tracing-troubleshooting/). @@ -155,7 +155,7 @@ helm install -n monitoring \ --set metricsOrTraces.enabled=true \ --set logzio-k8s-telemetry.traces.enabled=true \ --set logzio-k8s-telemetry.secrets.TracesToken="<>" \ ---set logzio-k8s-telemetry.secrets.LogzioRegion="<>" \ +--set logzio-k8s-telemetry.secrets.LogzioRegion="<>" \ --set logzio-k8s-telemetry.secrets.env_id="<>" \ --set logzio-k8s-telemetry.spm.enabled=true \ --set logzio-k8s-telemetry.secrets.SpmToken=<> \ @@ -167,7 +167,7 @@ logzio-monitoring logzio-helm/logzio-monitoring | `<>` | Your [traces shipping token](https://app.logz.io/#/dashboard/settings/manage-tokens/data-shipping). | | `<>` | The cluster's name, to easily identify the telemetry data for each environment. | | `<>` | Your account's [listener host](https://app.logz.io/#/dashboard/settings/manage-tokens/data-shipping?product=logs). | -| `<>` | Name of your Logz.io traces region e.g `us`, `eu`... | +| `<>` | Name of your Logz.io traces region e.g `us`, `eu`... | | `<>` | Your [span metrics shipping token](https://app.logz.io/#/dashboard/settings/manage-tokens/data-shipping). | ## Deploy both charts with span metrics and service graph @@ -177,7 +177,7 @@ helm install -n monitoring \ --set metricsOrTraces.enabled=true \ --set logzio-k8s-telemetry.traces.enabled=true \ --set logzio-k8s-telemetry.secrets.TracesToken="<>" \ ---set logzio-k8s-telemetry.secrets.LogzioRegion="<>" \ +--set logzio-k8s-telemetry.secrets.LogzioRegion="<>" \ --set logzio-k8s-telemetry.secrets.env_id="<>" \ --set logzio-k8s-telemetry.spm.enabled=true \ --set logzio-k8s-telemetry.secrets.SpmToken=<> \ @@ -263,7 +263,7 @@ helm install -n monitoring \ --set logzio-k8s-telemetry.secrets.p8s_logzio_name="<>" \ --set logzio-k8s-telemetry.traces.enabled=true \ --set logzio-k8s-telemetry.secrets.TracesToken="<>" \ ---set logzio-k8s-telemetry.secrets.LogzioRegion="<>" \ +--set logzio-k8s-telemetry.secrets.LogzioRegion="<>" \ logzio-monitoring logzio-helm/logzio-monitoring ``` @@ -276,7 +276,7 @@ logzio-monitoring logzio-helm/logzio-monitoring | `<>` | The name for your environment's identifier, to easily identify the telemetry data for each environment. | | `<>` | Your custom name for the environment's metrics, to easily identify the metrics for each environment. | | `<>` | Replace `<>` with the [token](https://app.logz.io/#/dashboard/settings/manage-tokens/data-shipping?product=tracing) of the account you want to ship to. | -| `<>` | Name of your Logz.io traces region e.g `us` or `eu`. You can find your region code in the [Regions and URLs](https://docs.logz.io/docs/user-guide/admin/hosting-regions/account-region/#regions-and-urls/) table. | +| `<>` | Name of your Logz.io traces region e.g `us` or `eu`. You can find your region code in the [Regions and URLs](https://docs.logz.io/docs/user-guide/admin/hosting-regions/account-region/#regions-and-urls/) table. | ## Handling image pull rate limit diff --git a/docs/_include/tracing-shipping/collector-config.md b/docs/_include/tracing-shipping/collector-config.md index c646d5f0..a7adc70b 100644 --- a/docs/_include/tracing-shipping/collector-config.md +++ b/docs/_include/tracing-shipping/collector-config.md @@ -10,11 +10,10 @@ receivers: exporters: logzio/traces: account_token: "<>" - region: "<>" + region: "<>" headers: user-agent: logzio-opentelemetry-traces - logging: processors: diff --git a/docs/_include/tracing-shipping/docker.md b/docs/_include/tracing-shipping/docker.md index 28cae7e4..a64a62a3 100644 --- a/docs/_include/tracing-shipping/docker.md +++ b/docs/_include/tracing-shipping/docker.md @@ -21,11 +21,10 @@ receivers: exporters: logzio/traces: account_token: "<>" - region: "<>" + region: "<>" headers: user-agent: logzio-opentelemetry-traces - logging: processors: @@ -82,7 +81,7 @@ If you already have an OpenTelemetry installation, add the following parameters ```yaml logzio/traces: account_token: <> - region: <> + region: <> headers: user-agent: logzio-opentelemetry-traces ``` @@ -113,7 +112,7 @@ receivers: exporters: logzio/traces: account_token: "<>" - region: "<>" + region: "<>" headers: user-agent: logzio-opentelemetry-traces diff --git a/docs/_include/tracing-shipping/replace-tracing-token-prefix.html b/docs/_include/tracing-shipping/replace-tracing-token-prefix.html index 0463adf8..afc297d5 100644 --- a/docs/_include/tracing-shipping/replace-tracing-token-prefix.html +++ b/docs/_include/tracing-shipping/replace-tracing-token-prefix.html @@ -1,4 +1,4 @@ Replace `<>` with the [token](https://app.logz.io/#/dashboard/settings/manage-tokens/data-shipping?product=tracing) of the account you want to ship to. -Replace `` with the prefix of the applicable [region code](https://docs.logz.io/docs/user-guide/admin/hosting-regions/account-region/#available-regions). For example, `us` for `us-east-1`. +Replace `` with the prefix of the applicable [region code](https://docs.logz.io/docs/user-guide/admin/hosting-regions/account-region/#available-regions). For example, `us` for `us-east-1`. diff --git a/docs/_include/tracing-shipping/replace-tracing-token.html b/docs/_include/tracing-shipping/replace-tracing-token.html index f257405b..75a270e6 100644 --- a/docs/_include/tracing-shipping/replace-tracing-token.html +++ b/docs/_include/tracing-shipping/replace-tracing-token.html @@ -1,4 +1,4 @@ Replace `<>` with the [token](https://app.logz.io/#/dashboard/settings/manage-tokens/data-shipping?product=tracing) of the account you want to ship to. -Replace `` with the applicable [region code](https://docs.logz.io/docs/user-guide/admin/hosting-regions/account-region/#available-regions). +Replace `` with the applicable [region code](https://docs.logz.io/docs/user-guide/admin/hosting-regions/account-region/#available-regions). diff --git a/docs/_include/tracing-shipping/replace-tracing-token.md b/docs/_include/tracing-shipping/replace-tracing-token.md index 12c9fed3..2d30cc9d 100644 --- a/docs/_include/tracing-shipping/replace-tracing-token.md +++ b/docs/_include/tracing-shipping/replace-tracing-token.md @@ -1,3 +1,3 @@ Replace `<>` with the [token](https://app.logz.io/#/dashboard/settings/manage-tokens/data-shipping?product=tracing) of the account you want to ship to. -Replace `<>` with the applicable [region code](https://docs.logz.io/docs/user-guide/admin/hosting-regions/account-region/#available-regions). \ No newline at end of file +Replace `<>` with the applicable [region code](https://docs.logz.io/docs/user-guide/admin/hosting-regions/account-region/#available-regions). \ No newline at end of file diff --git a/docs/shipping/AWS/aws-ecs-fargate.md b/docs/shipping/AWS/aws-ecs-fargate.md index 91335405..aeacd6a3 100644 --- a/docs/shipping/AWS/aws-ecs-fargate.md +++ b/docs/shipping/AWS/aws-ecs-fargate.md @@ -41,46 +41,46 @@ Click on the **Launch Stack** button below to deploy the CloudFormation template | Region | Deployment | |------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| -| `us-east-1` | [![Deploy to AWS](https://dytvr9ot2sszz.cloudfront.net/logz-docs/lights/LightS-button.png)](https://console.aws.amazon.com/cloudformation/home?region=us-east-1#/stacks/create/review?templateURL=https://logzio-aws-integrations-us-east-1.s3.amazonaws.com/ecs-fargate/ecs-fargate-0.0.2/sam-template.yaml&stackName=logzio-ecs-fargate¶m_logzioLogsToken=<>¶m_LogzioTracingToken=<>¶m_LogzioMetricsToken=<>¶m_logzioListener=https://aws-firehose-logs-<>¶m_LogzioRegion=<>¶m_LogzioListenerUrl=https://<>:8053) | -| `us-east-2` | [![Deploy to AWS](https://dytvr9ot2sszz.cloudfront.net/logz-docs/lights/LightS-button.png)](https://console.aws.amazon.com/cloudformation/home?region=us-east-2#/stacks/create/review?templateURL=https://logzio-aws-integrations-us-east-2.s3.amazonaws.com/ecs-fargate/ecs-fargate-0.0.2/sam-template.yaml&stackName=logzio-ecs-fargate¶m_logzioLogsToken=<>¶m_LogzioTracingToken=<>¶m_LogzioMetricsToken=<>¶m_logzioListener=https://aws-firehose-logs-<>¶m_LogzioRegion=<>¶m_LogzioListenerUrl=https://<>:8053) | -| `us-west-1` | [![Deploy to AWS](https://dytvr9ot2sszz.cloudfront.net/logz-docs/lights/LightS-button.png)](https://console.aws.amazon.com/cloudformation/home?region=us-west-1#/stacks/create/review?templateURL=https://logzio-aws-integrations-us-west-1.s3.amazonaws.com/ecs-fargate/ecs-fargate-0.0.2/sam-template.yaml&stackName=logzio-ecs-fargate¶m_logzioLogsToken=<>¶m_LogzioTracingToken=<>¶m_LogzioMetricsToken=<>¶m_logzioListener=https://aws-firehose-logs-<>¶m_LogzioRegion=<>¶m_LogzioListenerUrl=https://<>:8053) | -| `us-west-2` | [![Deploy to AWS](https://dytvr9ot2sszz.cloudfront.net/logz-docs/lights/LightS-button.png)](https://console.aws.amazon.com/cloudformation/home?region=us-west-2#/stacks/create/review?templateURL=https://logzio-aws-integrations-us-west-2.s3.amazonaws.com/ecs-fargate/ecs-fargate-0.0.2/sam-template.yaml&stackName=logzio-ecs-fargate¶m_logzioLogsToken=<>¶m_LogzioTracingToken=<>¶m_LogzioMetricsToken=<>¶m_logzioListener=https://aws-firehose-logs-<>¶m_LogzioRegion=<>¶m_LogzioListenerUrl=https://<>:8053) | -| `eu-central-1` | [![Deploy to AWS](https://dytvr9ot2sszz.cloudfront.net/logz-docs/lights/LightS-button.png)](https://console.aws.amazon.com/cloudformation/home?region=eu-central-1#/stacks/create/review?templateURL=https://logzio-aws-integrations-eu-central-1.s3.amazonaws.com/ecs-fargate/ecs-fargate-0.0.2/sam-template.yaml&stackName=logzio-ecs-fargate¶m_logzioLogsToken=<>¶m_LogzioTracingToken=<>¶m_LogzioMetricsToken=<>¶m_logzioListener=https://aws-firehose-logs-<>¶m_LogzioRegion=<>¶m_LogzioListenerUrl=https://<>:8053) | -| `eu-north-1` | [![Deploy to AWS](https://dytvr9ot2sszz.cloudfront.net/logz-docs/lights/LightS-button.png)](https://console.aws.amazon.com/cloudformation/home?region=eu-north-1#/stacks/create/review?templateURL=https://logzio-aws-integrations-eu-north-1.s3.amazonaws.com/ecs-fargate/ecs-fargate-0.0.2/sam-template.yaml&stackName=logzio-ecs-fargate¶m_logzioLogsToken=<>¶m_LogzioTracingToken=<>¶m_LogzioMetricsToken=<>¶m_logzioListener=https://aws-firehose-logs-<>¶m_LogzioRegion=<>¶m_LogzioListenerUrl=https://<>:8053) | -| `eu-west-1` | [![Deploy to AWS](https://dytvr9ot2sszz.cloudfront.net/logz-docs/lights/LightS-button.png)](https://console.aws.amazon.com/cloudformation/home?region=eu-west-1#/stacks/create/review?templateURL=https://logzio-aws-integrations-eu-west-1.s3.amazonaws.com/ecs-fargate/ecs-fargate-0.0.2/sam-template.yaml&stackName=logzio-ecs-fargate¶m_logzioLogsToken=<>¶m_LogzioTracingToken=<>¶m_LogzioMetricsToken=<>¶m_logzioListener=https://aws-firehose-logs-<>¶m_LogzioRegion=<>¶m_LogzioListenerUrl=https://<>:8053) | -| `eu-west-2` | [![Deploy to AWS](https://dytvr9ot2sszz.cloudfront.net/logz-docs/lights/LightS-button.png)](https://console.aws.amazon.com/cloudformation/home?region=eu-west-2#/stacks/create/review?templateURL=https://logzio-aws-integrations-eu-west-2.s3.amazonaws.com/ecs-fargate/ecs-fargate-0.0.2/sam-template.yaml&stackName=logzio-ecs-fargate¶m_logzioLogsToken=<>¶m_LogzioTracingToken=<>¶m_LogzioMetricsToken=<>¶m_logzioListener=https://aws-firehose-logs-<>¶m_LogzioRegion=<>¶m_LogzioListenerUrl=https://<>:8053) | -| `eu-west-3` | [![Deploy to AWS](https://dytvr9ot2sszz.cloudfront.net/logz-docs/lights/LightS-button.png)](https://console.aws.amazon.com/cloudformation/home?region=eu-west-3#/stacks/create/review?templateURL=https://logzio-aws-integrations-eu-west-3.s3.amazonaws.com/ecs-fargate/ecs-fargate-0.0.2/sam-template.yaml&stackName=logzio-ecs-fargate¶m_logzioLogsToken=<>¶m_LogzioTracingToken=<>¶m_LogzioMetricsToken=<>¶m_logzioListener=https://aws-firehose-logs-<>¶m_LogzioRegion=<>¶m_LogzioListenerUrl=https://<>:8053) | -| `sa-east-1` | [![Deploy to AWS](https://dytvr9ot2sszz.cloudfront.net/logz-docs/lights/LightS-button.png)](https://console.aws.amazon.com/cloudformation/home?region=sa-east-1#/stacks/create/review?templateURL=https://logzio-aws-integrations-sa-east-1.s3.amazonaws.com/ecs-fargate/ecs-fargate-0.0.2/sam-template.yaml&stackName=logzio-ecs-fargate¶m_logzioLogsToken=<>¶m_LogzioTracingToken=<>¶m_LogzioMetricsToken=<>¶m_logzioListener=https://aws-firehose-logs-<>¶m_LogzioRegion=<>¶m_LogzioListenerUrl=https://<>:8053) | -| `ap-northeast-1` | [![Deploy to AWS](https://dytvr9ot2sszz.cloudfront.net/logz-docs/lights/LightS-button.png)](https://console.aws.amazon.com/cloudformation/home?region=ap-northeast-1#/stacks/create/review?templateURL=https://logzio-aws-integrations-ap-northeast-1.s3.amazonaws.com/ecs-fargate/ecs-fargate-0.0.2/sam-template.yaml&stackName=logzio-ecs-fargate¶m_logzioLogsToken=<>¶m_LogzioTracingToken=<>¶m_LogzioMetricsToken=<>¶m_logzioListener=https://aws-firehose-logs-<>¶m_LogzioRegion=<>¶m_LogzioListenerUrl=https://<>:8053) | -| `ap-northeast-2` | [![Deploy to AWS](https://dytvr9ot2sszz.cloudfront.net/logz-docs/lights/LightS-button.png)](https://console.aws.amazon.com/cloudformation/home?region=ap-northeast-2#/stacks/create/review?templateURL=https://logzio-aws-integrations-ap-northeast-2.s3.amazonaws.com/ecs-fargate/ecs-fargate-0.0.2/sam-template.yaml&stackName=logzio-ecs-fargate¶m_logzioLogsToken=<>¶m_LogzioTracingToken=<>¶m_LogzioMetricsToken=<>¶m_logzioListener=https://aws-firehose-logs-<>¶m_LogzioRegion=<>¶m_LogzioListenerUrl=https://<>:8053) | -| `ap-northeast-3` | [![Deploy to AWS](https://dytvr9ot2sszz.cloudfront.net/logz-docs/lights/LightS-button.png)](https://console.aws.amazon.com/cloudformation/home?region=ap-northeast-3#/stacks/create/review?templateURL=https://logzio-aws-integrations-ap-northeast-3.s3.amazonaws.com/ecs-fargate/ecs-fargate-0.0.2/sam-template.yaml&stackName=logzio-ecs-fargate¶m_logzioLogsToken=<>¶m_LogzioTracingToken=<>¶m_LogzioMetricsToken=<>¶m_logzioListener=https://aws-firehose-logs-<>¶m_LogzioRegion=<>¶m_LogzioListenerUrl=https://<>:8053) | -| `ap-south-1` | [![Deploy to AWS](https://dytvr9ot2sszz.cloudfront.net/logz-docs/lights/LightS-button.png)](https://console.aws.amazon.com/cloudformation/home?region=ap-south-1#/stacks/create/review?templateURL=https://logzio-aws-integrations-ap-south-1.s3.amazonaws.com/ecs-fargate/ecs-fargate-0.0.2/sam-template.yaml&stackName=logzio-ecs-fargate¶m_logzioLogsToken=<>¶m_LogzioTracingToken=<>¶m_LogzioMetricsToken=<>¶m_logzioListener=https://aws-firehose-logs-<>¶m_LogzioRegion=<>¶m_LogzioListenerUrl=https://<>:8053) | -| `ap-southeast-1` | [![Deploy to AWS](https://dytvr9ot2sszz.cloudfront.net/logz-docs/lights/LightS-button.png)](https://console.aws.amazon.com/cloudformation/home?region=ap-southeast-1#/stacks/create/review?templateURL=https://logzio-aws-integrations-ap-southeast-1.s3.amazonaws.com/ecs-fargate/ecs-fargate-0.0.2/sam-template.yaml&stackName=logzio-ecs-fargate¶m_logzioLogsToken=<>¶m_LogzioTracingToken=<>¶m_LogzioMetricsToken=<>¶m_logzioListener=https://aws-firehose-logs-<>¶m_LogzioRegion=<>¶m_LogzioListenerUrl=https://<>:8053) | -| `ap-southeast-2` | [![Deploy to AWS](https://dytvr9ot2sszz.cloudfront.net/logz-docs/lights/LightS-button.png)](https://console.aws.amazon.com/cloudformation/home?region=ap-southeast-2#/stacks/create/review?templateURL=https://logzio-aws-integrations-ap-southeast-2.s3.amazonaws.com/ecs-fargate/ecs-fargate-0.0.2/sam-template.yaml&stackName=logzio-ecs-fargate¶m_logzioLogsToken=<>¶m_LogzioTracingToken=<>¶m_LogzioMetricsToken=<>¶m_logzioListener=https://aws-firehose-logs-<>¶m_LogzioRegion=<>¶m_LogzioListenerUrl=https://<>:8053) | -| `ca-central-1` | [![Deploy to AWS](https://dytvr9ot2sszz.cloudfront.net/logz-docs/lights/LightS-button.png)](https://console.aws.amazon.com/cloudformation/home?region=ca-central-1#/stacks/create/review?templateURL=https://logzio-aws-integrations-ca-central-1.s3.amazonaws.com/ecs-fargate/ecs-fargate-0.0.2/sam-template.yaml&stackName=logzio-ecs-fargate¶m_logzioLogsToken=<>¶m_LogzioTracingToken=<>¶m_LogzioMetricsToken=<>¶m_logzioListener=https://aws-firehose-logs-<>¶m_LogzioRegion=<>¶m_LogzioListenerUrl=https://<>:8053) | +| `us-east-1` | [![Deploy to AWS](https://dytvr9ot2sszz.cloudfront.net/logz-docs/lights/LightS-button.png)](https://console.aws.amazon.com/cloudformation/home?region=us-east-1#/stacks/create/review?templateURL=https://logzio-aws-integrations-us-east-1.s3.amazonaws.com/ecs-fargate/ecs-fargate-0.0.2/sam-template.yaml&stackName=logzio-ecs-fargate¶m_logzioLogsToken=<>¶m_LogzioTracingToken=<>¶m_LogzioMetricsToken=<>¶m_logzioListener=https://aws-firehose-logs-<>¶m_LogzioRegion=<>¶m_LogzioListenerUrl=https://<>:8053) | +| `us-east-2` | [![Deploy to AWS](https://dytvr9ot2sszz.cloudfront.net/logz-docs/lights/LightS-button.png)](https://console.aws.amazon.com/cloudformation/home?region=us-east-2#/stacks/create/review?templateURL=https://logzio-aws-integrations-us-east-2.s3.amazonaws.com/ecs-fargate/ecs-fargate-0.0.2/sam-template.yaml&stackName=logzio-ecs-fargate¶m_logzioLogsToken=<>¶m_LogzioTracingToken=<>¶m_LogzioMetricsToken=<>¶m_logzioListener=https://aws-firehose-logs-<>¶m_LogzioRegion=<>¶m_LogzioListenerUrl=https://<>:8053) | +| `us-west-1` | [![Deploy to AWS](https://dytvr9ot2sszz.cloudfront.net/logz-docs/lights/LightS-button.png)](https://console.aws.amazon.com/cloudformation/home?region=us-west-1#/stacks/create/review?templateURL=https://logzio-aws-integrations-us-west-1.s3.amazonaws.com/ecs-fargate/ecs-fargate-0.0.2/sam-template.yaml&stackName=logzio-ecs-fargate¶m_logzioLogsToken=<>¶m_LogzioTracingToken=<>¶m_LogzioMetricsToken=<>¶m_logzioListener=https://aws-firehose-logs-<>¶m_LogzioRegion=<>¶m_LogzioListenerUrl=https://<>:8053) | +| `us-west-2` | [![Deploy to AWS](https://dytvr9ot2sszz.cloudfront.net/logz-docs/lights/LightS-button.png)](https://console.aws.amazon.com/cloudformation/home?region=us-west-2#/stacks/create/review?templateURL=https://logzio-aws-integrations-us-west-2.s3.amazonaws.com/ecs-fargate/ecs-fargate-0.0.2/sam-template.yaml&stackName=logzio-ecs-fargate¶m_logzioLogsToken=<>¶m_LogzioTracingToken=<>¶m_LogzioMetricsToken=<>¶m_logzioListener=https://aws-firehose-logs-<>¶m_LogzioRegion=<>¶m_LogzioListenerUrl=https://<>:8053) | +| `eu-central-1` | [![Deploy to AWS](https://dytvr9ot2sszz.cloudfront.net/logz-docs/lights/LightS-button.png)](https://console.aws.amazon.com/cloudformation/home?region=eu-central-1#/stacks/create/review?templateURL=https://logzio-aws-integrations-eu-central-1.s3.amazonaws.com/ecs-fargate/ecs-fargate-0.0.2/sam-template.yaml&stackName=logzio-ecs-fargate¶m_logzioLogsToken=<>¶m_LogzioTracingToken=<>¶m_LogzioMetricsToken=<>¶m_logzioListener=https://aws-firehose-logs-<>¶m_LogzioRegion=<>¶m_LogzioListenerUrl=https://<>:8053) | +| `eu-north-1` | [![Deploy to AWS](https://dytvr9ot2sszz.cloudfront.net/logz-docs/lights/LightS-button.png)](https://console.aws.amazon.com/cloudformation/home?region=eu-north-1#/stacks/create/review?templateURL=https://logzio-aws-integrations-eu-north-1.s3.amazonaws.com/ecs-fargate/ecs-fargate-0.0.2/sam-template.yaml&stackName=logzio-ecs-fargate¶m_logzioLogsToken=<>¶m_LogzioTracingToken=<>¶m_LogzioMetricsToken=<>¶m_logzioListener=https://aws-firehose-logs-<>¶m_LogzioRegion=<>¶m_LogzioListenerUrl=https://<>:8053) | +| `eu-west-1` | [![Deploy to AWS](https://dytvr9ot2sszz.cloudfront.net/logz-docs/lights/LightS-button.png)](https://console.aws.amazon.com/cloudformation/home?region=eu-west-1#/stacks/create/review?templateURL=https://logzio-aws-integrations-eu-west-1.s3.amazonaws.com/ecs-fargate/ecs-fargate-0.0.2/sam-template.yaml&stackName=logzio-ecs-fargate¶m_logzioLogsToken=<>¶m_LogzioTracingToken=<>¶m_LogzioMetricsToken=<>¶m_logzioListener=https://aws-firehose-logs-<>¶m_LogzioRegion=<>¶m_LogzioListenerUrl=https://<>:8053) | +| `eu-west-2` | [![Deploy to AWS](https://dytvr9ot2sszz.cloudfront.net/logz-docs/lights/LightS-button.png)](https://console.aws.amazon.com/cloudformation/home?region=eu-west-2#/stacks/create/review?templateURL=https://logzio-aws-integrations-eu-west-2.s3.amazonaws.com/ecs-fargate/ecs-fargate-0.0.2/sam-template.yaml&stackName=logzio-ecs-fargate¶m_logzioLogsToken=<>¶m_LogzioTracingToken=<>¶m_LogzioMetricsToken=<>¶m_logzioListener=https://aws-firehose-logs-<>¶m_LogzioRegion=<>¶m_LogzioListenerUrl=https://<>:8053) | +| `eu-west-3` | [![Deploy to AWS](https://dytvr9ot2sszz.cloudfront.net/logz-docs/lights/LightS-button.png)](https://console.aws.amazon.com/cloudformation/home?region=eu-west-3#/stacks/create/review?templateURL=https://logzio-aws-integrations-eu-west-3.s3.amazonaws.com/ecs-fargate/ecs-fargate-0.0.2/sam-template.yaml&stackName=logzio-ecs-fargate¶m_logzioLogsToken=<>¶m_LogzioTracingToken=<>¶m_LogzioMetricsToken=<>¶m_logzioListener=https://aws-firehose-logs-<>¶m_LogzioRegion=<>¶m_LogzioListenerUrl=https://<>:8053) | +| `sa-east-1` | [![Deploy to AWS](https://dytvr9ot2sszz.cloudfront.net/logz-docs/lights/LightS-button.png)](https://console.aws.amazon.com/cloudformation/home?region=sa-east-1#/stacks/create/review?templateURL=https://logzio-aws-integrations-sa-east-1.s3.amazonaws.com/ecs-fargate/ecs-fargate-0.0.2/sam-template.yaml&stackName=logzio-ecs-fargate¶m_logzioLogsToken=<>¶m_LogzioTracingToken=<>¶m_LogzioMetricsToken=<>¶m_logzioListener=https://aws-firehose-logs-<>¶m_LogzioRegion=<>¶m_LogzioListenerUrl=https://<>:8053) | +| `ap-northeast-1` | [![Deploy to AWS](https://dytvr9ot2sszz.cloudfront.net/logz-docs/lights/LightS-button.png)](https://console.aws.amazon.com/cloudformation/home?region=ap-northeast-1#/stacks/create/review?templateURL=https://logzio-aws-integrations-ap-northeast-1.s3.amazonaws.com/ecs-fargate/ecs-fargate-0.0.2/sam-template.yaml&stackName=logzio-ecs-fargate¶m_logzioLogsToken=<>¶m_LogzioTracingToken=<>¶m_LogzioMetricsToken=<>¶m_logzioListener=https://aws-firehose-logs-<>¶m_LogzioRegion=<>¶m_LogzioListenerUrl=https://<>:8053) | +| `ap-northeast-2` | [![Deploy to AWS](https://dytvr9ot2sszz.cloudfront.net/logz-docs/lights/LightS-button.png)](https://console.aws.amazon.com/cloudformation/home?region=ap-northeast-2#/stacks/create/review?templateURL=https://logzio-aws-integrations-ap-northeast-2.s3.amazonaws.com/ecs-fargate/ecs-fargate-0.0.2/sam-template.yaml&stackName=logzio-ecs-fargate¶m_logzioLogsToken=<>¶m_LogzioTracingToken=<>¶m_LogzioMetricsToken=<>¶m_logzioListener=https://aws-firehose-logs-<>¶m_LogzioRegion=<>¶m_LogzioListenerUrl=https://<>:8053) | +| `ap-northeast-3` | [![Deploy to AWS](https://dytvr9ot2sszz.cloudfront.net/logz-docs/lights/LightS-button.png)](https://console.aws.amazon.com/cloudformation/home?region=ap-northeast-3#/stacks/create/review?templateURL=https://logzio-aws-integrations-ap-northeast-3.s3.amazonaws.com/ecs-fargate/ecs-fargate-0.0.2/sam-template.yaml&stackName=logzio-ecs-fargate¶m_logzioLogsToken=<>¶m_LogzioTracingToken=<>¶m_LogzioMetricsToken=<>¶m_logzioListener=https://aws-firehose-logs-<>¶m_LogzioRegion=<>¶m_LogzioListenerUrl=https://<>:8053) | +| `ap-south-1` | [![Deploy to AWS](https://dytvr9ot2sszz.cloudfront.net/logz-docs/lights/LightS-button.png)](https://console.aws.amazon.com/cloudformation/home?region=ap-south-1#/stacks/create/review?templateURL=https://logzio-aws-integrations-ap-south-1.s3.amazonaws.com/ecs-fargate/ecs-fargate-0.0.2/sam-template.yaml&stackName=logzio-ecs-fargate¶m_logzioLogsToken=<>¶m_LogzioTracingToken=<>¶m_LogzioMetricsToken=<>¶m_logzioListener=https://aws-firehose-logs-<>¶m_LogzioRegion=<>¶m_LogzioListenerUrl=https://<>:8053) | +| `ap-southeast-1` | [![Deploy to AWS](https://dytvr9ot2sszz.cloudfront.net/logz-docs/lights/LightS-button.png)](https://console.aws.amazon.com/cloudformation/home?region=ap-southeast-1#/stacks/create/review?templateURL=https://logzio-aws-integrations-ap-southeast-1.s3.amazonaws.com/ecs-fargate/ecs-fargate-0.0.2/sam-template.yaml&stackName=logzio-ecs-fargate¶m_logzioLogsToken=<>¶m_LogzioTracingToken=<>¶m_LogzioMetricsToken=<>¶m_logzioListener=https://aws-firehose-logs-<>¶m_LogzioRegion=<>¶m_LogzioListenerUrl=https://<>:8053) | +| `ap-southeast-2` | [![Deploy to AWS](https://dytvr9ot2sszz.cloudfront.net/logz-docs/lights/LightS-button.png)](https://console.aws.amazon.com/cloudformation/home?region=ap-southeast-2#/stacks/create/review?templateURL=https://logzio-aws-integrations-ap-southeast-2.s3.amazonaws.com/ecs-fargate/ecs-fargate-0.0.2/sam-template.yaml&stackName=logzio-ecs-fargate¶m_logzioLogsToken=<>¶m_LogzioTracingToken=<>¶m_LogzioMetricsToken=<>¶m_logzioListener=https://aws-firehose-logs-<>¶m_LogzioRegion=<>¶m_LogzioListenerUrl=https://<>:8053) | +| `ca-central-1` | [![Deploy to AWS](https://dytvr9ot2sszz.cloudfront.net/logz-docs/lights/LightS-button.png)](https://console.aws.amazon.com/cloudformation/home?region=ca-central-1#/stacks/create/review?templateURL=https://logzio-aws-integrations-ca-central-1.s3.amazonaws.com/ecs-fargate/ecs-fargate-0.0.2/sam-template.yaml&stackName=logzio-ecs-fargate¶m_logzioLogsToken=<>¶m_LogzioTracingToken=<>¶m_LogzioMetricsToken=<>¶m_logzioListener=https://aws-firehose-logs-<>¶m_LogzioRegion=<>¶m_LogzioListenerUrl=https://<>:8053) | ##### (Option 2) Cloudformation template for metrics and traces only: | Region | Deployment | |------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| -| `us-east-1` | [![Deploy to AWS](https://dytvr9ot2sszz.cloudfront.net/logz-docs/lights/LightS-button.png)](https://console.aws.amazon.com/cloudformation/home?region=us-east-1#/stacks/create/review?templateURL=https://logzio-aws-integrations-us-east-1.s3.amazonaws.com/ecs-fargate/ecs-fargate_collector-0.0.1/sam-template.yaml&stackName=logzio-ecs-fargate¶m_LogzioTracingToken=<>¶m_LogzioMetricsToken=<>¶m_LogzioRegion=<>¶m_LogzioListenerUrl=https://<>:8053) | -| `us-east-2` | [![Deploy to AWS](https://dytvr9ot2sszz.cloudfront.net/logz-docs/lights/LightS-button.png)](https://console.aws.amazon.com/cloudformation/home?region=us-east-2#/stacks/create/review?templateURL=https://logzio-aws-integrations-us-east-2.s3.amazonaws.com/ecs-fargate/ecs-fargate_collector-0.0.1/sam-template.yaml&stackName=logzio-ecs-fargate¶m_LogzioTracingToken=<>¶m_LogzioMetricsToken=<>¶m_LogzioRegion=<>¶m_LogzioListenerUrl=https://<>:8053) | -| `us-west-1` | [![Deploy to AWS](https://dytvr9ot2sszz.cloudfront.net/logz-docs/lights/LightS-button.png)](https://console.aws.amazon.com/cloudformation/home?region=us-west-1#/stacks/create/review?templateURL=https://logzio-aws-integrations-us-west-1.s3.amazonaws.com/ecs-fargate/ecs-fargate_collector-0.0.1/sam-template.yaml&stackName=logzio-ecs-fargate¶m_LogzioTracingToken=<>¶m_LogzioMetricsToken=<>¶m_LogzioRegion=<>¶m_LogzioListenerUrl=https://<>:8053) | -| `us-west-2` | [![Deploy to AWS](https://dytvr9ot2sszz.cloudfront.net/logz-docs/lights/LightS-button.png)](https://console.aws.amazon.com/cloudformation/home?region=us-west-2#/stacks/create/review?templateURL=https://logzio-aws-integrations-us-west-2.s3.amazonaws.com/ecs-fargate/ecs-fargate_collector-0.0.1/sam-template.yaml&stackName=logzio-ecs-fargate¶m_LogzioTracingToken=<>¶m_LogzioMetricsToken=<>¶m_LogzioRegion=<>¶m_LogzioListenerUrl=https://<>:8053) | -| `eu-central-1` | [![Deploy to AWS](https://dytvr9ot2sszz.cloudfront.net/logz-docs/lights/LightS-button.png)](https://console.aws.amazon.com/cloudformation/home?region=eu-central-1#/stacks/create/review?templateURL=https://logzio-aws-integrations-eu-central-1.s3.amazonaws.com/ecs-fargate/ecs-fargate_collector-0.0.1/sam-template.yaml&stackName=logzio-ecs-fargate¶m_LogzioTracingToken=<>¶m_LogzioMetricsToken=<>¶m_LogzioRegion=<>¶m_LogzioListenerUrl=https://<>:8053) | -| `eu-north-1` | [![Deploy to AWS](https://dytvr9ot2sszz.cloudfront.net/logz-docs/lights/LightS-button.png)](https://console.aws.amazon.com/cloudformation/home?region=eu-north-1#/stacks/create/review?templateURL=https://logzio-aws-integrations-eu-north-1.s3.amazonaws.com/ecs-fargate/ecs-fargate_collector-0.0.1/sam-template.yaml&stackName=logzio-ecs-fargate¶m_LogzioTracingToken=<>¶m_LogzioMetricsToken=<>¶m_LogzioRegion=<>¶m_LogzioListenerUrl=https://<>:8053) | -| `eu-west-1` | [![Deploy to AWS](https://dytvr9ot2sszz.cloudfront.net/logz-docs/lights/LightS-button.png)](https://console.aws.amazon.com/cloudformation/home?region=eu-west-1#/stacks/create/review?templateURL=https://logzio-aws-integrations-eu-west-1.s3.amazonaws.com/ecs-fargate/ecs-fargate_collector-0.0.1/sam-template.yaml&stackName=logzio-ecs-fargate¶m_LogzioTracingToken=<>¶m_LogzioMetricsToken=<>¶m_LogzioRegion=<>¶m_LogzioListenerUrl=https://<>:8053) | -| `eu-west-2` | [![Deploy to AWS](https://dytvr9ot2sszz.cloudfront.net/logz-docs/lights/LightS-button.png)](https://console.aws.amazon.com/cloudformation/home?region=eu-west-2#/stacks/create/review?templateURL=https://logzio-aws-integrations-eu-west-2.s3.amazonaws.com/ecs-fargate/ecs-fargate_collector-0.0.1/sam-template.yaml&stackName=logzio-ecs-fargate¶m_LogzioTracingToken=<>¶m_LogzioMetricsToken=<>¶m_LogzioRegion=<>¶m_LogzioListenerUrl=https://<>:8053) | -| `eu-west-3` | [![Deploy to AWS](https://dytvr9ot2sszz.cloudfront.net/logz-docs/lights/LightS-button.png)](https://console.aws.amazon.com/cloudformation/home?region=eu-west-3#/stacks/create/review?templateURL=https://logzio-aws-integrations-eu-west-3.s3.amazonaws.com/ecs-fargate/ecs-fargate_collector-0.0.1/sam-template.yaml&stackName=logzio-ecs-fargate¶m_LogzioTracingToken=<>¶m_LogzioMetricsToken=<>¶m_LogzioRegion=<>¶m_LogzioListenerUrl=https://<>:8053) | -| `sa-east-1` | [![Deploy to AWS](https://dytvr9ot2sszz.cloudfront.net/logz-docs/lights/LightS-button.png)](https://console.aws.amazon.com/cloudformation/home?region=sa-east-1#/stacks/create/review?templateURL=https://logzio-aws-integrations-sa-east-1.s3.amazonaws.com/ecs-fargate/ecs-fargate_collector-0.0.1/sam-template.yaml&stackName=logzio-ecs-fargate¶m_LogzioTracingToken=<>¶m_LogzioMetricsToken=<>¶m_LogzioRegion=<>¶m_LogzioListenerUrl=https://<>:8053) | -| `ap-northeast-1` | [![Deploy to AWS](https://dytvr9ot2sszz.cloudfront.net/logz-docs/lights/LightS-button.png)](https://console.aws.amazon.com/cloudformation/home?region=ap-northeast-1#/stacks/create/review?templateURL=https://logzio-aws-integrations-ap-northeast-1.s3.amazonaws.com/ecs-fargate/ecs-fargate_collector-0.0.1/sam-template.yaml&stackName=logzio-ecs-fargate¶m_LogzioTracingToken=<>¶m_LogzioMetricsToken=<>¶m_LogzioRegion=<>¶m_LogzioListenerUrl=https://<>:8053) | -| `ap-northeast-2` | [![Deploy to AWS](https://dytvr9ot2sszz.cloudfront.net/logz-docs/lights/LightS-button.png)](https://console.aws.amazon.com/cloudformation/home?region=ap-northeast-2#/stacks/create/review?templateURL=https://logzio-aws-integrations-ap-northeast-2.s3.amazonaws.com/ecs-fargate/ecs-fargate_collector-0.0.1/sam-template.yaml&stackName=logzio-ecs-fargate¶m_LogzioTracingToken=<>¶m_LogzioMetricsToken=<>¶m_LogzioRegion=<>¶m_LogzioListenerUrl=https://<>:8053) | -| `ap-northeast-3` | [![Deploy to AWS](https://dytvr9ot2sszz.cloudfront.net/logz-docs/lights/LightS-button.png)](https://console.aws.amazon.com/cloudformation/home?region=ap-northeast-3#/stacks/create/review?templateURL=https://logzio-aws-integrations-ap-northeast-3.s3.amazonaws.com/ecs-fargate/ecs-fargate_collector-0.0.1/sam-template.yaml&stackName=logzio-ecs-fargate¶m_LogzioTracingToken=<>¶m_LogzioMetricsToken=<>¶m_LogzioRegion=<>¶m_LogzioListenerUrl=https://<>:8053) | -| `ap-south-1` | [![Deploy to AWS](https://dytvr9ot2sszz.cloudfront.net/logz-docs/lights/LightS-button.png)](https://console.aws.amazon.com/cloudformation/home?region=ap-south-1#/stacks/create/review?templateURL=https://logzio-aws-integrations-ap-south-1.s3.amazonaws.com/ecs-fargate/ecs-fargate_collector-0.0.1/sam-template.yaml&stackName=logzio-ecs-fargate¶m_LogzioTracingToken=<>¶m_LogzioMetricsToken=<>¶m_LogzioRegion=<>¶m_LogzioListenerUrl=https://<>:8053) | -| `ap-southeast-1` | [![Deploy to AWS](https://dytvr9ot2sszz.cloudfront.net/logz-docs/lights/LightS-button.png)](https://console.aws.amazon.com/cloudformation/home?region=ap-southeast-1#/stacks/create/review?templateURL=https://logzio-aws-integrations-ap-southeast-1.s3.amazonaws.com/ecs-fargate/ecs-fargate_collector-0.0.1/sam-template.yaml&stackName=logzio-ecs-fargate¶m_LogzioTracingToken=<>¶m_LogzioMetricsToken=<>¶m_LogzioRegion=<>¶m_LogzioListenerUrl=https://<>:8053) | -| `ap-southeast-2` | [![Deploy to AWS](https://dytvr9ot2sszz.cloudfront.net/logz-docs/lights/LightS-button.png)](https://console.aws.amazon.com/cloudformation/home?region=ap-southeast-2#/stacks/create/review?templateURL=https://logzio-aws-integrations-ap-southeast-2.s3.amazonaws.com/ecs-fargate/ecs-fargate_collector-0.0.1/sam-template.yaml&stackName=logzio-ecs-fargate¶m_LogzioTracingToken=<>¶m_LogzioMetricsToken=<>¶m_LogzioRegion=<>¶m_LogzioListenerUrl=https://<>:8053) | -| `ca-central-1` | [![Deploy to AWS](https://dytvr9ot2sszz.cloudfront.net/logz-docs/lights/LightS-button.png)](https://console.aws.amazon.com/cloudformation/home?region=ca-central-1#/stacks/create/review?templateURL=https://logzio-aws-integrations-ca-central-1.s3.amazonaws.com/ecs-fargate/ecs-fargate_collector-0.0.1/sam-template.yaml&stackName=logzio-ecs-fargate¶m_LogzioTracingToken=<>¶m_LogzioMetricsToken=<>¶m_LogzioRegion=<>¶m_LogzioListenerUrl=https://<>:8053) | +| `us-east-1` | [![Deploy to AWS](https://dytvr9ot2sszz.cloudfront.net/logz-docs/lights/LightS-button.png)](https://console.aws.amazon.com/cloudformation/home?region=us-east-1#/stacks/create/review?templateURL=https://logzio-aws-integrations-us-east-1.s3.amazonaws.com/ecs-fargate/ecs-fargate_collector-0.0.1/sam-template.yaml&stackName=logzio-ecs-fargate¶m_LogzioTracingToken=<>¶m_LogzioMetricsToken=<>¶m_LogzioRegion=<>¶m_LogzioListenerUrl=https://<>:8053) | +| `us-east-2` | [![Deploy to AWS](https://dytvr9ot2sszz.cloudfront.net/logz-docs/lights/LightS-button.png)](https://console.aws.amazon.com/cloudformation/home?region=us-east-2#/stacks/create/review?templateURL=https://logzio-aws-integrations-us-east-2.s3.amazonaws.com/ecs-fargate/ecs-fargate_collector-0.0.1/sam-template.yaml&stackName=logzio-ecs-fargate¶m_LogzioTracingToken=<>¶m_LogzioMetricsToken=<>¶m_LogzioRegion=<>¶m_LogzioListenerUrl=https://<>:8053) | +| `us-west-1` | [![Deploy to AWS](https://dytvr9ot2sszz.cloudfront.net/logz-docs/lights/LightS-button.png)](https://console.aws.amazon.com/cloudformation/home?region=us-west-1#/stacks/create/review?templateURL=https://logzio-aws-integrations-us-west-1.s3.amazonaws.com/ecs-fargate/ecs-fargate_collector-0.0.1/sam-template.yaml&stackName=logzio-ecs-fargate¶m_LogzioTracingToken=<>¶m_LogzioMetricsToken=<>¶m_LogzioRegion=<>¶m_LogzioListenerUrl=https://<>:8053) | +| `us-west-2` | [![Deploy to AWS](https://dytvr9ot2sszz.cloudfront.net/logz-docs/lights/LightS-button.png)](https://console.aws.amazon.com/cloudformation/home?region=us-west-2#/stacks/create/review?templateURL=https://logzio-aws-integrations-us-west-2.s3.amazonaws.com/ecs-fargate/ecs-fargate_collector-0.0.1/sam-template.yaml&stackName=logzio-ecs-fargate¶m_LogzioTracingToken=<>¶m_LogzioMetricsToken=<>¶m_LogzioRegion=<>¶m_LogzioListenerUrl=https://<>:8053) | +| `eu-central-1` | [![Deploy to AWS](https://dytvr9ot2sszz.cloudfront.net/logz-docs/lights/LightS-button.png)](https://console.aws.amazon.com/cloudformation/home?region=eu-central-1#/stacks/create/review?templateURL=https://logzio-aws-integrations-eu-central-1.s3.amazonaws.com/ecs-fargate/ecs-fargate_collector-0.0.1/sam-template.yaml&stackName=logzio-ecs-fargate¶m_LogzioTracingToken=<>¶m_LogzioMetricsToken=<>¶m_LogzioRegion=<>¶m_LogzioListenerUrl=https://<>:8053) | +| `eu-north-1` | [![Deploy to AWS](https://dytvr9ot2sszz.cloudfront.net/logz-docs/lights/LightS-button.png)](https://console.aws.amazon.com/cloudformation/home?region=eu-north-1#/stacks/create/review?templateURL=https://logzio-aws-integrations-eu-north-1.s3.amazonaws.com/ecs-fargate/ecs-fargate_collector-0.0.1/sam-template.yaml&stackName=logzio-ecs-fargate¶m_LogzioTracingToken=<>¶m_LogzioMetricsToken=<>¶m_LogzioRegion=<>¶m_LogzioListenerUrl=https://<>:8053) | +| `eu-west-1` | [![Deploy to AWS](https://dytvr9ot2sszz.cloudfront.net/logz-docs/lights/LightS-button.png)](https://console.aws.amazon.com/cloudformation/home?region=eu-west-1#/stacks/create/review?templateURL=https://logzio-aws-integrations-eu-west-1.s3.amazonaws.com/ecs-fargate/ecs-fargate_collector-0.0.1/sam-template.yaml&stackName=logzio-ecs-fargate¶m_LogzioTracingToken=<>¶m_LogzioMetricsToken=<>¶m_LogzioRegion=<>¶m_LogzioListenerUrl=https://<>:8053) | +| `eu-west-2` | [![Deploy to AWS](https://dytvr9ot2sszz.cloudfront.net/logz-docs/lights/LightS-button.png)](https://console.aws.amazon.com/cloudformation/home?region=eu-west-2#/stacks/create/review?templateURL=https://logzio-aws-integrations-eu-west-2.s3.amazonaws.com/ecs-fargate/ecs-fargate_collector-0.0.1/sam-template.yaml&stackName=logzio-ecs-fargate¶m_LogzioTracingToken=<>¶m_LogzioMetricsToken=<>¶m_LogzioRegion=<>¶m_LogzioListenerUrl=https://<>:8053) | +| `eu-west-3` | [![Deploy to AWS](https://dytvr9ot2sszz.cloudfront.net/logz-docs/lights/LightS-button.png)](https://console.aws.amazon.com/cloudformation/home?region=eu-west-3#/stacks/create/review?templateURL=https://logzio-aws-integrations-eu-west-3.s3.amazonaws.com/ecs-fargate/ecs-fargate_collector-0.0.1/sam-template.yaml&stackName=logzio-ecs-fargate¶m_LogzioTracingToken=<>¶m_LogzioMetricsToken=<>¶m_LogzioRegion=<>¶m_LogzioListenerUrl=https://<>:8053) | +| `sa-east-1` | [![Deploy to AWS](https://dytvr9ot2sszz.cloudfront.net/logz-docs/lights/LightS-button.png)](https://console.aws.amazon.com/cloudformation/home?region=sa-east-1#/stacks/create/review?templateURL=https://logzio-aws-integrations-sa-east-1.s3.amazonaws.com/ecs-fargate/ecs-fargate_collector-0.0.1/sam-template.yaml&stackName=logzio-ecs-fargate¶m_LogzioTracingToken=<>¶m_LogzioMetricsToken=<>¶m_LogzioRegion=<>¶m_LogzioListenerUrl=https://<>:8053) | +| `ap-northeast-1` | [![Deploy to AWS](https://dytvr9ot2sszz.cloudfront.net/logz-docs/lights/LightS-button.png)](https://console.aws.amazon.com/cloudformation/home?region=ap-northeast-1#/stacks/create/review?templateURL=https://logzio-aws-integrations-ap-northeast-1.s3.amazonaws.com/ecs-fargate/ecs-fargate_collector-0.0.1/sam-template.yaml&stackName=logzio-ecs-fargate¶m_LogzioTracingToken=<>¶m_LogzioMetricsToken=<>¶m_LogzioRegion=<>¶m_LogzioListenerUrl=https://<>:8053) | +| `ap-northeast-2` | [![Deploy to AWS](https://dytvr9ot2sszz.cloudfront.net/logz-docs/lights/LightS-button.png)](https://console.aws.amazon.com/cloudformation/home?region=ap-northeast-2#/stacks/create/review?templateURL=https://logzio-aws-integrations-ap-northeast-2.s3.amazonaws.com/ecs-fargate/ecs-fargate_collector-0.0.1/sam-template.yaml&stackName=logzio-ecs-fargate¶m_LogzioTracingToken=<>¶m_LogzioMetricsToken=<>¶m_LogzioRegion=<>¶m_LogzioListenerUrl=https://<>:8053) | +| `ap-northeast-3` | [![Deploy to AWS](https://dytvr9ot2sszz.cloudfront.net/logz-docs/lights/LightS-button.png)](https://console.aws.amazon.com/cloudformation/home?region=ap-northeast-3#/stacks/create/review?templateURL=https://logzio-aws-integrations-ap-northeast-3.s3.amazonaws.com/ecs-fargate/ecs-fargate_collector-0.0.1/sam-template.yaml&stackName=logzio-ecs-fargate¶m_LogzioTracingToken=<>¶m_LogzioMetricsToken=<>¶m_LogzioRegion=<>¶m_LogzioListenerUrl=https://<>:8053) | +| `ap-south-1` | [![Deploy to AWS](https://dytvr9ot2sszz.cloudfront.net/logz-docs/lights/LightS-button.png)](https://console.aws.amazon.com/cloudformation/home?region=ap-south-1#/stacks/create/review?templateURL=https://logzio-aws-integrations-ap-south-1.s3.amazonaws.com/ecs-fargate/ecs-fargate_collector-0.0.1/sam-template.yaml&stackName=logzio-ecs-fargate¶m_LogzioTracingToken=<>¶m_LogzioMetricsToken=<>¶m_LogzioRegion=<>¶m_LogzioListenerUrl=https://<>:8053) | +| `ap-southeast-1` | [![Deploy to AWS](https://dytvr9ot2sszz.cloudfront.net/logz-docs/lights/LightS-button.png)](https://console.aws.amazon.com/cloudformation/home?region=ap-southeast-1#/stacks/create/review?templateURL=https://logzio-aws-integrations-ap-southeast-1.s3.amazonaws.com/ecs-fargate/ecs-fargate_collector-0.0.1/sam-template.yaml&stackName=logzio-ecs-fargate¶m_LogzioTracingToken=<>¶m_LogzioMetricsToken=<>¶m_LogzioRegion=<>¶m_LogzioListenerUrl=https://<>:8053) | +| `ap-southeast-2` | [![Deploy to AWS](https://dytvr9ot2sszz.cloudfront.net/logz-docs/lights/LightS-button.png)](https://console.aws.amazon.com/cloudformation/home?region=ap-southeast-2#/stacks/create/review?templateURL=https://logzio-aws-integrations-ap-southeast-2.s3.amazonaws.com/ecs-fargate/ecs-fargate_collector-0.0.1/sam-template.yaml&stackName=logzio-ecs-fargate¶m_LogzioTracingToken=<>¶m_LogzioMetricsToken=<>¶m_LogzioRegion=<>¶m_LogzioListenerUrl=https://<>:8053) | +| `ca-central-1` | [![Deploy to AWS](https://dytvr9ot2sszz.cloudfront.net/logz-docs/lights/LightS-button.png)](https://console.aws.amazon.com/cloudformation/home?region=ca-central-1#/stacks/create/review?templateURL=https://logzio-aws-integrations-ca-central-1.s3.amazonaws.com/ecs-fargate/ecs-fargate_collector-0.0.1/sam-template.yaml&stackName=logzio-ecs-fargate¶m_LogzioTracingToken=<>¶m_LogzioMetricsToken=<>¶m_LogzioRegion=<>¶m_LogzioListenerUrl=https://<>:8053) | #### Point the OTLP exporter to the new collector container diff --git a/docs/shipping/AWS/aws-lambda-extension-go.md b/docs/shipping/AWS/aws-lambda-extension-go.md index 5bfc7fd1..62d5c590 100644 --- a/docs/shipping/AWS/aws-lambda-extension-go.md +++ b/docs/shipping/AWS/aws-lambda-extension-go.md @@ -77,7 +77,7 @@ receivers: exporters: logzio/traces: account_token: "<>" - region: "<>" + region: "<>" service: pipelines: diff --git a/docs/shipping/AWS/aws-lambda-extension-node.md b/docs/shipping/AWS/aws-lambda-extension-node.md index 72af27d3..257b3bc8 100644 --- a/docs/shipping/AWS/aws-lambda-extension-node.md +++ b/docs/shipping/AWS/aws-lambda-extension-node.md @@ -77,7 +77,7 @@ receivers: exporters: logzio/traces: account_token: "<>" - region: "<>" + region: "<>" service: pipelines: diff --git a/docs/shipping/Code/java-traces-with-kafka-using-opentelemetry.md b/docs/shipping/Code/java-traces-with-kafka-using-opentelemetry.md index 1e631a74..fd1248a9 100644 --- a/docs/shipping/Code/java-traces-with-kafka-using-opentelemetry.md +++ b/docs/shipping/Code/java-traces-with-kafka-using-opentelemetry.md @@ -298,7 +298,7 @@ logzio-k8s-telemetry: ``` helm install -f /my_values.yaml -n monitoring \ ---set logzio.region=<> \ +--set logzio.region=<> \ --set logzio.tracing_token={@include: ../../_include/tracing-shipping/replace-tracing-token.html} \ --set traces.enabled=true \ logzio-monitoring logzio-helm/logzio-monitoring diff --git a/docs/shipping/Code/nestjs.md b/docs/shipping/Code/nestjs.md index bd2e5d7a..462fd60f 100644 --- a/docs/shipping/Code/nestjs.md +++ b/docs/shipping/Code/nestjs.md @@ -317,7 +317,7 @@ helm repo update ``` helm install \ ---set secrets.LogzioRegion=<> \ +--set secrets.LogzioRegion=<> \ --set secrets.TracesToken=<> \ --set traces.enabled=true \ --set secrets.env_id=<> \ @@ -325,7 +325,7 @@ logzio-k8s-telemetry logzio-helm/logzio-k8s-telemetry ``` {@include: ../../_include/tracing-shipping/replace-tracing-token.html} -`<>` - Your Logz.io account region code. [Available regions](https://docs.logz.io/docs/user-guide/admin/hosting-regions/account-region/#available-regions). +`<>` - Your Logz.io account region code. [Available regions](https://docs.logz.io/docs/user-guide/admin/hosting-regions/account-region/#available-regions). #### Define the logzio-k8s-telemetry service dns @@ -506,7 +506,7 @@ baseCollectorConfig: ``` helm install -f /my_values.yaml \ ---set secrets.LogzioRegion=<> \ +--set secrets.LogzioRegion=<> \ --set secrets.TracesToken=<> \ --set traces.enabled=true \ --set secrets.env_id=<> \ diff --git a/docs/shipping/Code/node-js.md b/docs/shipping/Code/node-js.md index 48cbb124..c34e7909 100644 --- a/docs/shipping/Code/node-js.md +++ b/docs/shipping/Code/node-js.md @@ -679,7 +679,7 @@ helm repo update ``` helm install \ ---set secrets.LogzioRegion=<> \ +--set secrets.LogzioRegion=<> \ --set secrets.TracesToken=<> \ --set traces.enabled=true \ --set secrets.env_id=<> \ @@ -687,7 +687,7 @@ logzio-k8s-telemetry logzio-helm/logzio-k8s-telemetry ``` {@include: ../../_include/tracing-shipping/replace-tracing-token.html} -`<>` - Your Logz.io account region code. [Available regions](https://docs.logz.io/docs/user-guide/admin/hosting-regions/account-region/#available-regions). +`<>` - Your Logz.io account region code. [Available regions](https://docs.logz.io/docs/user-guide/admin/hosting-regions/account-region/#available-regions). ##### 3. Define the logzio-k8s-telemetry dns name @@ -792,7 +792,7 @@ baseCollectorConfig: ``` helm install -f /my_values.yaml \ ---set secrets.LogzioRegion=<> \ +--set secrets.LogzioRegion=<> \ --set secrets.TracesToken=<> \ --set traces.enabled=true \ --set secrets.env_id=<> \ diff --git a/docs/shipping/Code/python.md b/docs/shipping/Code/python.md index dc37fb50..3b766cdd 100644 --- a/docs/shipping/Code/python.md +++ b/docs/shipping/Code/python.md @@ -1064,7 +1064,7 @@ receivers: exporters: logzio/traces: account_token: "<>" - region: "<>" + region: "<>" logging: @@ -1120,7 +1120,7 @@ If you already have an OpenTelemetry installation, add the following parameters ```yaml logzio/traces: account_token: <> - region: <> + region: <> ``` * Under the `service` list: @@ -1149,7 +1149,7 @@ receivers: exporters: logzio/traces: account_token: "<>" - region: "<>" + region: "<>" processors: batch: @@ -1289,13 +1289,13 @@ helm repo update ``` helm install \ ---set logzio-k8s-telemetry.secrets.LogzioRegion=<> \ +--set logzio-k8s-telemetry.secrets.LogzioRegion=<> \ --set logzio-k8s-telemetry.secrets.TracesToken=<> \ logzio-monitoring logzio-helm/logzio-monitoring -n monitoring ``` {@include: ../../_include/tracing-shipping/replace-tracing-token.html} -`<>` - Your Logz.io account region code. [Available regions](https://docs.logz.io/docs/user-guide/admin/hosting-regions/account-region/#available-regions). +`<>` - Your Logz.io account region code. [Available regions](https://docs.logz.io/docs/user-guide/admin/hosting-regions/account-region/#available-regions). ##### Define the logzio-k8s-telemetry service DNS @@ -1421,7 +1421,7 @@ Command: ``` helm install -f /my_values.yaml \ --set logzio-k8s-telemetry.secrets.TracesToken=<> \ ---set logzio-k8s-telemetry.secrets.LogzioRegion=<> \ +--set logzio-k8s-telemetry.secrets.LogzioRegion=<> \ --set metricsOrTraces=true \ logzio-monitoring logzio-helm/logzio-monitoring ``` diff --git a/docs/shipping/Code/ruby.md b/docs/shipping/Code/ruby.md index cdb5cf36..a79f926b 100644 --- a/docs/shipping/Code/ruby.md +++ b/docs/shipping/Code/ruby.md @@ -174,13 +174,13 @@ helm repo update ``` helm install \ ---set config.exporters.logzio.region=<> \ +--set config.exporters.logzio.region=<> \ --set config.exporters.logzio.account_token=<> \ logzio-k8s-telemetry logzio-helm/logzio-k8s-telemetry ``` {@include: ../../_include/tracing-shipping/replace-tracing-token.html} -`<>` - Your Logz.io account region code. [Available regions](https://docs.logz.io/docs/user-guide/admin/hosting-regions/account-region/#available-regions). +`<>` - Your Logz.io account region code. [Available regions](https://docs.logz.io/docs/user-guide/admin/hosting-regions/account-region/#available-regions). ### Define the logzio-k8s-telemetry service dns @@ -342,7 +342,7 @@ baseCollectorConfig: ``` helm install -f /my_values.yaml \ ---set logzio.region=<> \ +--set logzio.region=<> \ --set logzio.tracing_token=<> \ --set traces.enabled=true \ logzio-k8s-telemetry logzio-helm/logzio-k8s-telemetry diff --git a/docs/shipping/Orchestration/istio-traces.md b/docs/shipping/Orchestration/istio-traces.md index a16f442c..1f207edd 100644 --- a/docs/shipping/Orchestration/istio-traces.md +++ b/docs/shipping/Orchestration/istio-traces.md @@ -46,7 +46,7 @@ helm install -n monitoring \ --set metricsOrTraces.enabled=true \ --set logzio-k8s-telemetry.traces.enabled=true \ --set logzio-k8s-telemetry.secrets.TracesToken="<>" \ ---set logzio-k8s-telemetry.secrets.LogzioRegion="<>" \ +--set logzio-k8s-telemetry.secrets.LogzioRegion="<>" \ --set logzio-k8s-telemetry.secrets.env_id="<>" \ logzio-monitoring logzio-helm/logzio-monitoring ``` diff --git a/docs/shipping/Other/App360.md b/docs/shipping/Other/App360.md index c0ad1593..8b560966 100644 --- a/docs/shipping/Other/App360.md +++ b/docs/shipping/Other/App360.md @@ -278,7 +278,7 @@ receivers: exporters: logzio/traces: account_token: <> - region: <> + region: <> prometheusremotewrite/spm: endpoint: https://<>:8053 headers: @@ -397,7 +397,7 @@ Add the following parameters to the configuration file of your OpenTelemetry col ```yaml logzio/traces: account_token: <> - region: <> + region: <> prometheusremotewrite/spm: endpoint: https://<>:8053 headers: @@ -505,7 +505,7 @@ receivers: exporters: logzio/traces: account_token: <> - region: <> + region: <> prometheusremotewrite/spm: endpoint: https://<>:8053 headers: @@ -723,7 +723,7 @@ helm install -n monitoring \ --set logzio-k8s-telemetry.secrets.p8s_logzio_name="<>" \ --set logzio-k8s-telemetry.traces.enabled=true \ --set logzio-k8s-telemetry.secrets.TracesToken="<>" \ ---set logzio-k8s-telemetry.secrets.LogzioRegion="<>" \ +--set logzio-k8s-telemetry.secrets.LogzioRegion="<>" \ --set logzio-k8s-telemetry.spm.enabled=true \ --set logzio-k8s-telemetry.secrets.env_id="<>" \ --set logzio-k8s-telemetry.secrets.SpmToken="<>" \ @@ -838,7 +838,7 @@ baseCollectorConfig: ``` helm install -f /my_values.yaml \ ---set logzio.region=<> \ +--set logzio.region=<> \ --set logzio.tracing_token=<> \ --set logzio.metrics_token=<> \ --set traces.enabled=true \ diff --git a/docs/shipping/Other/jaeger.md b/docs/shipping/Other/jaeger.md index 9c436cf8..fbe0b7a0 100644 --- a/docs/shipping/Other/jaeger.md +++ b/docs/shipping/Other/jaeger.md @@ -65,7 +65,7 @@ receivers: exporters: logzio/traces: account_token: <> - region: <> + region: <> processors: batch: diff --git a/docs/shipping/Other/opentelemetry.md b/docs/shipping/Other/opentelemetry.md index 9f3ecef4..0c51e249 100644 --- a/docs/shipping/Other/opentelemetry.md +++ b/docs/shipping/Other/opentelemetry.md @@ -44,7 +44,7 @@ In the same configuration file, add the following to the exporters section: exporters: logzio/logs: account_token: <> - region: <> + region: <> headers: user-agent: logzio-opentelemetry-logs ``` @@ -191,7 +191,7 @@ If you already have an OpenTelemetry installation, add the following parameters ```yaml logzio/traces: account_token: <> - region: <> + region: <> headers: user-agent: logzio-opentelemetry-traces ```