From cab6ebead3d871ad772631b4b9c405ca84c86308 Mon Sep 17 00:00:00 2001 From: Simplychee Date: Mon, 23 Sep 2024 17:00:19 +0300 Subject: [PATCH 1/7] typos --- docs/shipping/AWS/aws-control-tower.md | 2 +- docs/shipping/Code/dotnet.md | 12 ++++++------ .../admin/authentication-tokens/api-tokens.md | 14 ++++++++++++++ 3 files changed, 21 insertions(+), 7 deletions(-) diff --git a/docs/shipping/AWS/aws-control-tower.md b/docs/shipping/AWS/aws-control-tower.md index 94cba7d8..44a8d34f 100644 --- a/docs/shipping/AWS/aws-control-tower.md +++ b/docs/shipping/AWS/aws-control-tower.md @@ -145,7 +145,7 @@ It can take a few minutes after the stack creation for EventBridge rule to be tr :::caution Important -If want to delete the S3 Hook Stack - you'll need to detach the policy "LambdaAccessBuckets" first. +To delete the S3 Hook Stack - you'll need to detach the policy "LambdaAccessBuckets" first. ::: diff --git a/docs/shipping/Code/dotnet.md b/docs/shipping/Code/dotnet.md index 6b4c78ea..923600bf 100644 --- a/docs/shipping/Code/dotnet.md +++ b/docs/shipping/Code/dotnet.md @@ -202,8 +202,8 @@ namespace dotnet_log4net | parseJsonMessage | To parse your message as JSON format, add this field and set it to `true`. | `false` | | proxyAddress | Proxy address to route your logs through. | `None` | | jsonKeysCamelCase | If you have custom fields keys that start with a capital letter and want to see the fields with a capital letter in Logz.io, set this field to true. | `false` | -| addTraceContext | If want to add trace context to each log, set this field to true. | `false` | -| useStaticHttpClient | If want to use the same static HTTP/s client for sending logs, set this field to true. | `false` | +| addTraceContext | To add trace context to each log, set this field to true. | `false` | +| useStaticHttpClient | To use the same static HTTP/s client for sending logs, set this field to true. | `false` | @@ -458,8 +458,8 @@ LogManager.Configuration = config; | parseJsonMessage | To parse your message as JSON format, add this field and set it to `true`. | `false` | | proxyAddress | Proxy address to route your logs through. | `None` | | jsonKeysCamelCase | If you have custom fields keys that start with a capital letter and want to see the fields with a capital letter in Logz.io, set this field to true. | `false` | -| addTraceContext | If want to add trace context to each log, set this field to true. | `false` | -| useStaticHttpClient | If want to use the same static HTTP/s client for sending logs, set this field to true. | `false` | +| addTraceContext | To add trace context to each log, set this field to true. | `false` | +| useStaticHttpClient | To use the same static HTTP/s client for sending logs, set this field to true. | `false` | **Code sample** @@ -759,8 +759,8 @@ Customize your code by adding the following: | parseJsonMessage | To parse your message as JSON format, add this field and set it to `true`. | `false` | | proxyAddress | Proxy address to route your logs through. | `None` | | jsonKeysCamelCase | If you have custom fields keys that start with capital letter and want to see the fields with capital letter in Logz.io, set this field to true. | `false` | -| addTraceContext | If want to add trace context to each log, set this field to true. | `false` | -| useStaticHttpClient | If want to use the same static HTTP/s client for sending logs, set this field to true. | `false` | +| addTraceContext | To add trace context to each log, set this field to true. | `false` | +| useStaticHttpClient | To use the same static HTTP/s client for sending logs, set this field to true. | `false` | ### ASP.NET Core diff --git a/docs/user-guide/admin/authentication-tokens/api-tokens.md b/docs/user-guide/admin/authentication-tokens/api-tokens.md index a6821b99..74b12c37 100644 --- a/docs/user-guide/admin/authentication-tokens/api-tokens.md +++ b/docs/user-guide/admin/authentication-tokens/api-tokens.md @@ -13,6 +13,20 @@ API tokens are unique to each account. The only exception is a subset of account + + +import DropdownComponent from '/src/components/CustomLayout.js'; + +# My Page with Dropdown + +This is an example page with a custom dropdown. + + + + + + + From your account, go to the **Manage Tokens** > **API tokens** tab. of your Operations workspace It can be reached by selecting ** > Settings > Tools > Manage Tokens**. The token for each account is listed in the table along with the date it was created. From 93186072a1e02f2bd583958bf4950b4806ae7930 Mon Sep 17 00:00:00 2001 From: Simplychee Date: Mon, 23 Sep 2024 17:03:44 +0300 Subject: [PATCH 2/7] typo --- docs/shipping/Code/dotnet.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/shipping/Code/dotnet.md b/docs/shipping/Code/dotnet.md index 923600bf..8ee79b66 100644 --- a/docs/shipping/Code/dotnet.md +++ b/docs/shipping/Code/dotnet.md @@ -1359,7 +1359,7 @@ Install the pre-built dashboard to enhance the observability of your metrics. * Edit the `values.yaml` - * Overide default values with your own `my_values.yaml` and apply it in the `helm install` command. + * Override default values with your own `my_values.yaml` and apply it in the `helm install` command. * **Customization parameters** From 6ea84020aadca6451a080c36bd43fe0f619b3f09 Mon Sep 17 00:00:00 2001 From: Simplychee Date: Tue, 24 Sep 2024 09:45:52 +0300 Subject: [PATCH 3/7] typo --- docs/shipping/Code/dotnet.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/shipping/Code/dotnet.md b/docs/shipping/Code/dotnet.md index 8ee79b66..8abbd699 100644 --- a/docs/shipping/Code/dotnet.md +++ b/docs/shipping/Code/dotnet.md @@ -1380,7 +1380,7 @@ Install the pre-built dashboard to enhance the observability of your metrics. | `logzioDotnetMonitor.image.name` | Name of the image that is going to run in `logzioDotnetMonitor.name` container | `logzio/logzio-dotnet-monitor` | | `logzioDotnetMonitor.image.tag` | The tag of the image that is going to run in `logzioDotnetMonitor.name` container | `latest` | | `logzioDotnetMonitor.ports` | List of ports the `logzioDotnetMonitor.name` container exposes | `52325` | -| `tolerations` | List of tolerations to applied to the pod. | `[]` | +| `tolerations` | List of tolerations to apply to the pod. | `[]` | | `customVolumes` | List of custom volumes to add to deployment. | `[]` | | `customResources` | Custom resources to add to helm chart deployment (make sure to separate each resource with `---`). | `{}` | | `secrets.logzioURL` | Secret with your Logz.io listener url. | `https://listener.logz.io:8053` | From 09a65ff3fddb588cfcd61eb43c516b7552f11ace Mon Sep 17 00:00:00 2001 From: Simplychee Date: Tue, 24 Sep 2024 09:53:47 +0300 Subject: [PATCH 4/7] Update api-tokens.md --- .../admin/authentication-tokens/api-tokens.md | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/docs/user-guide/admin/authentication-tokens/api-tokens.md b/docs/user-guide/admin/authentication-tokens/api-tokens.md index 74b12c37..a6821b99 100644 --- a/docs/user-guide/admin/authentication-tokens/api-tokens.md +++ b/docs/user-guide/admin/authentication-tokens/api-tokens.md @@ -13,20 +13,6 @@ API tokens are unique to each account. The only exception is a subset of account - - -import DropdownComponent from '/src/components/CustomLayout.js'; - -# My Page with Dropdown - -This is an example page with a custom dropdown. - - - - - - - From your account, go to the **Manage Tokens** > **API tokens** tab. of your Operations workspace It can be reached by selecting ** > Settings > Tools > Manage Tokens**. The token for each account is listed in the table along with the date it was created. From e355abdf58bfe6e211fcc51d0f93dd376ec68b85 Mon Sep 17 00:00:00 2001 From: Simplychee Date: Tue, 24 Sep 2024 16:19:53 +0300 Subject: [PATCH 5/7] lowercase --- docs/_include/metric-shipping/aws-metrics-new.md | 2 +- docs/_include/metric-shipping/aws-metrics.md | 2 +- docs/shipping/AWS/aws-api-gateway.md | 2 +- docs/shipping/AWS/aws-athena.md | 2 +- docs/shipping/AWS/aws-cloudformation.md | 2 +- docs/shipping/AWS/aws-control-tower.md | 4 ++-- docs/shipping/AWS/aws-fsx.md | 2 +- docs/shipping/AWS/aws-guardduty.md | 2 +- docs/shipping/AWS/aws-kinesis-firehose.md | 2 +- docs/shipping/AWS/aws-mq.md | 2 +- docs/shipping/AWS/aws-msk.md | 2 +- docs/shipping/AWS/aws-sqs.md | 2 +- docs/shipping/Synthetic-Monitoring/api-status-metrics.md | 2 +- docs/shipping/Synthetic-Monitoring/synthetic-link-detector.md | 2 +- 14 files changed, 15 insertions(+), 15 deletions(-) diff --git a/docs/_include/metric-shipping/aws-metrics-new.md b/docs/_include/metric-shipping/aws-metrics-new.md index 4341ecff..51af066b 100644 --- a/docs/_include/metric-shipping/aws-metrics-new.md +++ b/docs/_include/metric-shipping/aws-metrics-new.md @@ -63,7 +63,7 @@ configured the minimum required IAM permissions as follows: **2. Create Stack in the relevant region** -To deploy this project, click the button that matches the region you wish to deploy your Stack to: +To deploy this project, click the button that matches the region you wish to deploy your stack to: | Region | Deployment | |------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| diff --git a/docs/_include/metric-shipping/aws-metrics.md b/docs/_include/metric-shipping/aws-metrics.md index ff9ab24b..8f5648b1 100644 --- a/docs/_include/metric-shipping/aws-metrics.md +++ b/docs/_include/metric-shipping/aws-metrics.md @@ -7,7 +7,7 @@ ## Configure AWS to forward metrics to Logz.io ### Create Stack in the relevant region -To deploy this project, click the button that matches the region you wish to deploy your Stack to: +To deploy this project, click the button that matches the region you wish to deploy your stack to: | Region | Deployment | |------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| diff --git a/docs/shipping/AWS/aws-api-gateway.md b/docs/shipping/AWS/aws-api-gateway.md index 233d55a6..631f9650 100644 --- a/docs/shipping/AWS/aws-api-gateway.md +++ b/docs/shipping/AWS/aws-api-gateway.md @@ -26,7 +26,7 @@ Deploy this integration to forward your Amazon API Gateway logs to Logz.io using ### Auto-deploy the Stack in the relevant region This integration will deploy a Firehose connection with your AWS services to forward logs to Logz.io -To deploy this project, click the button that matches the region you wish to deploy your Stack to: +To deploy this project, click the button that matches the region you wish to deploy your stack to: | Region | Deployment | |------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| diff --git a/docs/shipping/AWS/aws-athena.md b/docs/shipping/AWS/aws-athena.md index 68486e6b..38016c6b 100644 --- a/docs/shipping/AWS/aws-athena.md +++ b/docs/shipping/AWS/aws-athena.md @@ -21,7 +21,7 @@ drop_filter: [] ### Auto-deploy the Stack in the relevant region This integration will deploy a Firehose connection with your AWS services to forward logs to Logz.io -To deploy this project, click the button that matches the region you wish to deploy your Stack to: +To deploy this project, click the button that matches the region you wish to deploy your stack to: | Region | Deployment | |------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| diff --git a/docs/shipping/AWS/aws-cloudformation.md b/docs/shipping/AWS/aws-cloudformation.md index 091ca7ae..c20d0e8f 100644 --- a/docs/shipping/AWS/aws-cloudformation.md +++ b/docs/shipping/AWS/aws-cloudformation.md @@ -33,7 +33,7 @@ It will deploy the following projects: ##### Instructions -To deploy this integrion, click the button that matches the region you wish to deploy your Stack to: +To deploy this integrion, click the button that matches the region you wish to deploy your stack to: | Region | Deployment | |------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| diff --git a/docs/shipping/AWS/aws-control-tower.md b/docs/shipping/AWS/aws-control-tower.md index 44a8d34f..2a4848df 100644 --- a/docs/shipping/AWS/aws-control-tower.md +++ b/docs/shipping/AWS/aws-control-tower.md @@ -36,7 +36,7 @@ The stacks must be deployed in the same region as the S3 buckets. ::: -To deploy this project, click the button that matches the region you wish to deploy your Stack to: +To deploy this project, click the button that matches the region you wish to deploy your stack to: | Region | Deployment | |------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| @@ -106,7 +106,7 @@ The stacks must be deployed in the same region as the S3 buckets. -To deploy this project, click the button that matches the region you wish to deploy your Stack to: +To deploy this project, click the button that matches the region you wish to deploy your stack to: | Region | Deployment | |------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| diff --git a/docs/shipping/AWS/aws-fsx.md b/docs/shipping/AWS/aws-fsx.md index 4b874316..a7e52a53 100644 --- a/docs/shipping/AWS/aws-fsx.md +++ b/docs/shipping/AWS/aws-fsx.md @@ -21,7 +21,7 @@ drop_filter: [] ### Auto-deploy the Stack in the relevant region This integration will deploy a Firehose connection with your AWS services to forward logs to Logz.io -To deploy this project, click the button that matches the region you wish to deploy your Stack to: +To deploy this project, click the button that matches the region you wish to deploy your stack to: | Region | Deployment | |------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| diff --git a/docs/shipping/AWS/aws-guardduty.md b/docs/shipping/AWS/aws-guardduty.md index 8e52b247..72a7f6cf 100644 --- a/docs/shipping/AWS/aws-guardduty.md +++ b/docs/shipping/AWS/aws-guardduty.md @@ -33,7 +33,7 @@ You'll need to create a new EventBridge rule that will send your GuardDuty findi ### Auto-deploy the Stack in the relevant region This integration will deploy a Firehose connection with your AWS services to forward logs to Logz.io -To deploy this project, click the button that matches the region you wish to deploy your Stack to: +To deploy this project, click the button that matches the region you wish to deploy your stack to: | Region | Deployment | |------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| diff --git a/docs/shipping/AWS/aws-kinesis-firehose.md b/docs/shipping/AWS/aws-kinesis-firehose.md index 40ae94a2..9d8d9e67 100644 --- a/docs/shipping/AWS/aws-kinesis-firehose.md +++ b/docs/shipping/AWS/aws-kinesis-firehose.md @@ -30,7 +30,7 @@ If you want to send logs from specific log groups, use `customLogGroups` instead ##### Auto-deploy the Stack -To deploy this project, click the button that matches the region you wish to deploy your Stack to: +To deploy this project, click the button that matches the region you wish to deploy your stack to: | Region | Deployment | |------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| diff --git a/docs/shipping/AWS/aws-mq.md b/docs/shipping/AWS/aws-mq.md index b47a5b20..61fc545c 100644 --- a/docs/shipping/AWS/aws-mq.md +++ b/docs/shipping/AWS/aws-mq.md @@ -20,7 +20,7 @@ drop_filter: [] ### Auto-deploy the Stack in the relevant region This integration will deploy a Firehose connection with your AWS services to forward logs to Logz.io -To deploy this project, click the button that matches the region you wish to deploy your Stack to: +To deploy this project, click the button that matches the region you wish to deploy your stack to: | Region | Deployment | |------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| diff --git a/docs/shipping/AWS/aws-msk.md b/docs/shipping/AWS/aws-msk.md index 12cc8cec..f585ba1b 100644 --- a/docs/shipping/AWS/aws-msk.md +++ b/docs/shipping/AWS/aws-msk.md @@ -20,7 +20,7 @@ drop_filter: [] ### Auto-deploy the Stack in the relevant region This integration will deploy a Firehose connection with your AWS services to forward logs to Logz.io -To deploy this project, click the button that matches the region you wish to deploy your Stack to: +To deploy this project, click the button that matches the region you wish to deploy your stack to: | Region | Deployment | |------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| diff --git a/docs/shipping/AWS/aws-sqs.md b/docs/shipping/AWS/aws-sqs.md index 648c04e5..9be5533b 100644 --- a/docs/shipping/AWS/aws-sqs.md +++ b/docs/shipping/AWS/aws-sqs.md @@ -21,7 +21,7 @@ drop_filter: [] ### Auto-deploy the Stack in the relevant region This integration will deploy a Firehose connection with your AWS services to forward logs to Logz.io -To deploy this project, click the button that matches the region you wish to deploy your Stack to: +To deploy this project, click the button that matches the region you wish to deploy your stack to: | Region | Deployment | |------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| diff --git a/docs/shipping/Synthetic-Monitoring/api-status-metrics.md b/docs/shipping/Synthetic-Monitoring/api-status-metrics.md index 2f9b71ac..d585bcad 100644 --- a/docs/shipping/Synthetic-Monitoring/api-status-metrics.md +++ b/docs/shipping/Synthetic-Monitoring/api-status-metrics.md @@ -36,7 +36,7 @@ The integration is based on a Lambda function that will be auto-deployed togethe ### Auto-deploy the stack -To deploy this integration, click the button that matches the region you wish to deploy your Stack to: +To deploy this integration, click the button that matches the region you wish to deploy your stack to: | Region | Deployment | |------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| diff --git a/docs/shipping/Synthetic-Monitoring/synthetic-link-detector.md b/docs/shipping/Synthetic-Monitoring/synthetic-link-detector.md index d18e85f0..7bfae33d 100644 --- a/docs/shipping/Synthetic-Monitoring/synthetic-link-detector.md +++ b/docs/shipping/Synthetic-Monitoring/synthetic-link-detector.md @@ -28,7 +28,7 @@ Deploy this integration to collect data on broken links in a web page, and to ge ### Auto-deploy the stack -To deploy this integration, click the button that matches the region you wish to deploy your Stack to: +To deploy this integration, click the button that matches the region you wish to deploy your stack to: | Region | Deployment | |------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| From 1ee3aaeb86d12c12a4c93d1afd55257e2a3818be Mon Sep 17 00:00:00 2001 From: Simplychee Date: Tue, 24 Sep 2024 16:20:10 +0300 Subject: [PATCH 6/7] lowercase --- docs/_include/log-shipping/stack.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/_include/log-shipping/stack.md b/docs/_include/log-shipping/stack.md index 53ffc3cb..6aabd1ee 100644 --- a/docs/_include/log-shipping/stack.md +++ b/docs/_include/log-shipping/stack.md @@ -1,6 +1,6 @@ #### Create new stack -To deploy this project, click the button that matches the region you wish to deploy your Stack to: +To deploy this project, click the button that matches the region you wish to deploy your stack to: | Region | Deployment | |------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| From 73971bab302340d77e55dac84c99d8fb5b3139c7 Mon Sep 17 00:00:00 2001 From: Simplychee Date: Wed, 25 Sep 2024 14:16:20 +0300 Subject: [PATCH 7/7] lowercase --- docs/_include/metric-shipping/aws-metrics-new.md | 2 +- docs/_include/metric-shipping/aws-metrics.md | 2 +- docs/shipping/AWS/aws-control-tower.md | 2 +- docs/shipping/Code/java.md | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/_include/metric-shipping/aws-metrics-new.md b/docs/_include/metric-shipping/aws-metrics-new.md index 51af066b..5cb142e7 100644 --- a/docs/_include/metric-shipping/aws-metrics-new.md +++ b/docs/_include/metric-shipping/aws-metrics-new.md @@ -61,7 +61,7 @@ configured the minimum required IAM permissions as follows: - `cloudformation:ListStackResources` -**2. Create Stack in the relevant region** +**2. Create stack in the relevant region** To deploy this project, click the button that matches the region you wish to deploy your stack to: diff --git a/docs/_include/metric-shipping/aws-metrics.md b/docs/_include/metric-shipping/aws-metrics.md index 8f5648b1..01d8704a 100644 --- a/docs/_include/metric-shipping/aws-metrics.md +++ b/docs/_include/metric-shipping/aws-metrics.md @@ -5,7 +5,7 @@ ## Configure AWS to forward metrics to Logz.io -### Create Stack in the relevant region +### Create stack in the relevant region To deploy this project, click the button that matches the region you wish to deploy your stack to: diff --git a/docs/shipping/AWS/aws-control-tower.md b/docs/shipping/AWS/aws-control-tower.md index 2a4848df..698846a6 100644 --- a/docs/shipping/AWS/aws-control-tower.md +++ b/docs/shipping/AWS/aws-control-tower.md @@ -29,7 +29,7 @@ AWS Control Tower is a tool to control a top-level summary of policies applied t ## Deploy an S3 Hook Lambda function -### Create Stack in the relevant region +### Create stack in the relevant region :::note The stacks must be deployed in the same region as the S3 buckets. diff --git a/docs/shipping/Code/java.md b/docs/shipping/Code/java.md index 72fce6fb..8ad35d13 100644 --- a/docs/shipping/Code/java.md +++ b/docs/shipping/Code/java.md @@ -340,7 +340,7 @@ For more details, see the [Logback documentation](https://logback.qos.ch/manual/ ``` -To output `debug` messages, include the parameter into the code: +To output `debug` messages, add the parameter into the code: ```xml