diff --git a/docs/shipping/AWS/aws-api-gateway.md b/docs/shipping/AWS/aws-api-gateway.md index b7d6f533..72eec5f3 100644 --- a/docs/shipping/AWS/aws-api-gateway.md +++ b/docs/shipping/AWS/aws-api-gateway.md @@ -58,7 +58,7 @@ Specify the stack details as per the table below, check the checkboxes and selec | `logzioListener` | Listener host. | **Required** | | `logzioType` | The log type you'll use with this Lambda. This can be a [built-in log type](https://docs.logz.io/docs/user-guide/data-hub/log-parsing/default-parsing/#built-in-log-types), or a custom log type. | `logzio_firehose` | | `services` | A comma-seperated list of services you want to collect logs from. Supported options are: `apigateway`, `rds`, `cloudhsm`, `cloudtrail`, `codebuild`, `connect`, `elasticbeanstalk`, `ecs`, `eks`, `aws-glue`, `aws-iot`, `lambda`, `macie`, `amazon-mq`. | - | -| `customLogGroups` | A comma-separated list of custom log groups to collect logs from, or the ARN of the Secret parameter ([explanation below](https://docs.logz.io/docs/shipping/aws/aws-api-gateway/#custom-log-group-list-exceeds-4096-characters-limit)) storing the log groups list if it exceeds 4096 characters. **Note**: You can also specify a prefix of the log group names by using a wildcard at the end (e.g., prefix*). This will match all log groups that start with the specified prefix. | - | +| `customLogGroups` | A comma-separated list of custom log groups to collect logs from, or the ARN of the Secret parameter ([explanation below](https://docs.logz.io/docs/shipping/aws/aws-api-gateway/#custom-log-group-list-exceeds-4096-characters-limit)) storing the log groups list if it exceeds 4096 characters. **Note**: You can also specify a prefix of the log group names by using a wildcard at the end (e.g., `prefix*`). This will match all log groups that start with the specified prefix. | - | | `useCustomLogGroupsFromSecret` | If you want to provide list of `customLogGroups` which exceeds 4096 characters, set to `true` and configure your customLogGroups as [defined below](https://docs.logz.io/docs/shipping/aws/aws-api-gateway/#custom-log-group-list-exceeds-4096-characters-limit). | `false` | | `triggerLambdaTimeout` | The amount of seconds that Lambda allows a function to run before stopping it, for the trigger function. | `60` | | `triggerLambdaMemory` | Trigger function's allocated CPU proportional to the memory configured, in MB. | `512` | diff --git a/docs/shipping/AWS/aws-athena.md b/docs/shipping/AWS/aws-athena.md index 5a92d97f..ee49ce41 100644 --- a/docs/shipping/AWS/aws-athena.md +++ b/docs/shipping/AWS/aws-athena.md @@ -53,7 +53,7 @@ Specify the stack details as per the table below, check the checkboxes and selec | `logzioListener` | Listener host. | **Required** | | `logzioType` | The log type you'll use with this Lambda. This can be a [built-in log type](https://docs.logz.io/docs/user-guide/data-hub/log-parsing/default-parsing/#built-in-log-types), or a custom log type. | `logzio_firehose` | | `services` | A comma-seperated list of services you want to collect logs from. Supported options are: `apigateway`, `rds`, `cloudhsm`, `cloudtrail`, `codebuild`, `connect`, `elasticbeanstalk`, `ecs`, `eks`, `aws-glue`, `aws-iot`, `lambda`, `macie`, `amazon-mq`. | - | -| `customLogGroups` | A comma-separated list of custom log groups to collect logs from, or the ARN of the Secret parameter ([explanation below](https://docs.logz.io/docs/shipping/aws/aws-athena/#custom-log-group-list-exceeds-4096-characters-limit)) storing the log groups list if it exceeds 4096 characters. **Note**: You can also specify a prefix of the log group names by using a wildcard at the end (e.g., prefix*). This will match all log groups that start with the specified prefix. | - | +| `customLogGroups` | A comma-separated list of custom log groups to collect logs from, or the ARN of the Secret parameter ([explanation below](https://docs.logz.io/docs/shipping/aws/aws-athena/#custom-log-group-list-exceeds-4096-characters-limit)) storing the log groups list if it exceeds 4096 characters. **Note**: You can also specify a prefix of the log group names by using a wildcard at the end (e.g., `prefix*`). This will match all log groups that start with the specified prefix. | - | | `useCustomLogGroupsFromSecret` | If you want to provide list of `customLogGroups` which exceeds 4096 characters, set to `true` and configure your customLogGroups as [defined below](https://docs.logz.io/docs/shipping/aws/aws-athena/#custom-log-group-list-exceeds-4096-characters-limit). | `false` | | `triggerLambdaTimeout` | The amount of seconds that Lambda allows a function to run before stopping it, for the trigger function. | `60` | | `triggerLambdaMemory` | Trigger function's allocated CPU proportional to the memory configured, in MB. | `512` | diff --git a/docs/shipping/AWS/aws-fsx.md b/docs/shipping/AWS/aws-fsx.md index 4e0f765c..d83cf974 100644 --- a/docs/shipping/AWS/aws-fsx.md +++ b/docs/shipping/AWS/aws-fsx.md @@ -53,7 +53,7 @@ Specify the stack details as per the table below, check the checkboxes and selec | `logzioListener` | Listener host. | **Required** | | `logzioType` | The log type you'll use with this Lambda. This can be a [built-in log type](https://docs.logz.io/docs/user-guide/data-hub/log-parsing/default-parsing/#built-in-log-types), or a custom log type. | `logzio_firehose` | | `services` | A comma-seperated list of services you want to collect logs from. Supported options are: `apigateway`, `rds`, `cloudhsm`, `cloudtrail`, `codebuild`, `connect`, `elasticbeanstalk`, `ecs`, `eks`, `aws-glue`, `aws-iot`, `lambda`, `macie`, `amazon-mq`. | - | -| `customLogGroups` | A comma-separated list of custom log groups to collect logs from, or the ARN of the Secret parameter ([explanation below](https://docs.logz.io/docs/shipping/aws/aws-fsx/#custom-log-group-list-exceeds-4096-characters-limit)) storing the log groups list if it exceeds 4096 characters. **Note**: You can also specify a prefix of the log group names by using a wildcard at the end (e.g., prefix*). This will match all log groups that start with the specified prefix. | - | +| `customLogGroups` | A comma-separated list of custom log groups to collect logs from, or the ARN of the Secret parameter ([explanation below](https://docs.logz.io/docs/shipping/aws/aws-fsx/#custom-log-group-list-exceeds-4096-characters-limit)) storing the log groups list if it exceeds 4096 characters. **Note**: You can also specify a prefix of the log group names by using a wildcard at the end (e.g., `prefix*`). This will match all log groups that start with the specified prefix. | - | | `useCustomLogGroupsFromSecret` | If you want to provide list of `customLogGroups` which exceeds 4096 characters, set to `true` and configure your customLogGroups as [defined below](https://docs.logz.io/docs/shipping/aws/aws-fsx/#custom-log-group-list-exceeds-4096-characters-limit). | `false` | | `triggerLambdaTimeout` | The amount of seconds that Lambda allows a function to run before stopping it, for the trigger function. | `60` | | `triggerLambdaMemory` | Trigger function's allocated CPU proportional to the memory configured, in MB. | `512` | diff --git a/docs/shipping/AWS/aws-guardduty.md b/docs/shipping/AWS/aws-guardduty.md index ce16f9fd..acaa3e04 100644 --- a/docs/shipping/AWS/aws-guardduty.md +++ b/docs/shipping/AWS/aws-guardduty.md @@ -66,7 +66,7 @@ Add the CloudWatch log group name you created in the first step to field `custom | `logzioListener` | Listener host. | **Required** | | `logzioType` | The log type you'll use with this Lambda. This can be a [built-in log type](https://docs.logz.io/docs/user-guide/data-hub/log-parsing/default-parsing/#built-in-log-types), or a custom log type. | `logzio_firehose` | | `services` | A comma-seperated list of services you want to collect logs from. Supported options are: `apigateway`, `rds`, `cloudhsm`, `cloudtrail`, `codebuild`, `connect`, `elasticbeanstalk`, `ecs`, `eks`, `aws-glue`, `aws-iot`, `lambda`, `macie`, `amazon-mq`. | - | -| `customLogGroups` | A comma-separated list of custom log groups to collect logs from, or the ARN of the Secret parameter ([explanation below](https://docs.logz.io/docs/shipping/aws/guardduty/#custom-log-group-list-exceeds-4096-characters-limit)) storing the log groups list if it exceeds 4096 characters. **Note**: You can also specify a prefix of the log group names by using a wildcard at the end (e.g., prefix*). This will match all log groups that start with the specified prefix. | - | +| `customLogGroups` | A comma-separated list of custom log groups to collect logs from, or the ARN of the Secret parameter ([explanation below](https://docs.logz.io/docs/shipping/aws/guardduty/#custom-log-group-list-exceeds-4096-characters-limit)) storing the log groups list if it exceeds 4096 characters. **Note**: You can also specify a prefix of the log group names by using a wildcard at the end (e.g., `prefix*`). This will match all log groups that start with the specified prefix. | - | | `useCustomLogGroupsFromSecret` | If you want to provide list of `customLogGroups` which exceeds 4096 characters, set to `true` and configure your customLogGroups as [defined below](https://docs.logz.io/docs/shipping/aws/guardduty/#custom-log-group-list-exceeds-4096-characters-limit). | `false` | | `triggerLambdaTimeout` | The amount of seconds that Lambda allows a function to run before stopping it, for the trigger function. | `60` | | `triggerLambdaMemory` | Trigger function's allocated CPU proportional to the memory configured, in MB. | `512` | diff --git a/docs/shipping/AWS/aws-kinesis-firehose.md b/docs/shipping/AWS/aws-kinesis-firehose.md index a1b02efe..717eee1c 100644 --- a/docs/shipping/AWS/aws-kinesis-firehose.md +++ b/docs/shipping/AWS/aws-kinesis-firehose.md @@ -75,7 +75,7 @@ Specify the stack details as per the table below, check the checkboxes and selec | `logzioListener` | Listener host. | **Required** | | `logzioType` | The log type you'll use with this Lambda. This can be a [built-in log type](https://docs.logz.io/docs/user-guide/data-hub/log-parsing/default-parsing/#built-in-log-types), or a custom log type. | `logzio_firehose` | | `services` | A comma-seperated list of services you want to collect logs from. Supported options are: `apigateway`, `rds`, `cloudhsm`, `cloudtrail`, `codebuild`, `connect`, `elasticbeanstalk`, `ecs`, `eks`, `aws-glue`, `aws-iot`, `lambda`, `macie`, `amazon-mq`. | - | -| `customLogGroups` | A comma-separated list of custom log groups to collect logs from, or the ARN of the Secret parameter ([explanation below](https://docs.logz.io/docs/shipping/aws/aws-kinesis-firehose/#custom-log-group-list-exceeds-4096-characters-limit)) storing the log groups list if it exceeds 4096 characters. **Note**: You can also specify a prefix of the log group names by using a wildcard at the end (e.g., prefix*). This will match all log groups that start with the specified prefix. | - | +| `customLogGroups` | A comma-separated list of custom log groups to collect logs from, or the ARN of the Secret parameter ([explanation below](https://docs.logz.io/docs/shipping/aws/aws-kinesis-firehose/#custom-log-group-list-exceeds-4096-characters-limit)) storing the log groups list if it exceeds 4096 characters. **Note**: You can also specify a prefix of the log group names by using a wildcard at the end (e.g., `prefix*`). This will match all log groups that start with the specified prefix. | - | | `useCustomLogGroupsFromSecret` | If you want to provide list of `customLogGroups` which exceeds 4096 characters, set to `true` and configure your customLogGroups as [defined below](https://docs.logz.io/docs/shipping/aws/aws-kinesis-firehose/#custom-log-group-list-exceeds-4096-characters-limit). | `false` | | `triggerLambdaTimeout` | The amount of seconds that Lambda allows a function to run before stopping it, for the trigger function. | `60` | | `triggerLambdaMemory` | Trigger function's allocated CPU proportional to the memory configured, in MB. | `512` | diff --git a/docs/shipping/AWS/aws-mq.md b/docs/shipping/AWS/aws-mq.md index d0f8bde9..fcdca66e 100644 --- a/docs/shipping/AWS/aws-mq.md +++ b/docs/shipping/AWS/aws-mq.md @@ -52,7 +52,7 @@ Specify the stack details as per the table below, check the checkboxes and selec | `logzioListener` | Listener host. | **Required** | | `logzioType` | The log type you'll use with this Lambda. This can be a [built-in log type](https://docs.logz.io/docs/user-guide/data-hub/log-parsing/default-parsing/#built-in-log-types), or a custom log type. | `logzio_firehose` | | `services` | A comma-seperated list of services you want to collect logs from. Supported options are: `apigateway`, `rds`, `cloudhsm`, `cloudtrail`, `codebuild`, `connect`, `elasticbeanstalk`, `ecs`, `eks`, `aws-glue`, `aws-iot`, `lambda`, `macie`, `amazon-mq`. | - | -| `customLogGroups` | A comma-separated list of custom log groups to collect logs from, or the ARN of the Secret parameter ([explanation below](https://docs.logz.io/docs/shipping/aws/aws-mq/#custom-log-group-list-exceeds-4096-characters-limit)) storing the log groups list if it exceeds 4096 characters. | - | +| `customLogGroups` | A comma-separated list of custom log groups to collect logs from, or the ARN of the Secret parameter ([explanation below](https://docs.logz.io/docs/shipping/aws/aws-mq/#custom-log-group-list-exceeds-4096-characters-limit)) storing the log groups list if it exceeds 4096 characters. **Note**: You can also specify a prefix of the log group names by using a wildcard at the end (e.g., `prefix*`). This will match all log groups that start with the specified prefix. | - | | `useCustomLogGroupsFromSecret` | If you want to provide list of `customLogGroups` which exceeds 4096 characters, set to `true` and configure your customLogGroups as [defined below](https://docs.logz.io/docs/shipping/aws/aws-mq/#custom-log-group-list-exceeds-4096-characters-limit). | `false` | | `triggerLambdaTimeout` | The amount of seconds that Lambda allows a function to run before stopping it, for the trigger function. | `60` | | `triggerLambdaMemory` | Trigger function's allocated CPU proportional to the memory configured, in MB. | `512` | diff --git a/docs/shipping/AWS/aws-msk.md b/docs/shipping/AWS/aws-msk.md index 6a0721ce..f16c5a25 100644 --- a/docs/shipping/AWS/aws-msk.md +++ b/docs/shipping/AWS/aws-msk.md @@ -52,7 +52,7 @@ Specify the stack details as per the table below, check the checkboxes and selec | `logzioListener` | Listener host. | **Required** | | `logzioType` | The log type you'll use with this Lambda. This can be a [built-in log type](https://docs.logz.io/docs/user-guide/data-hub/log-parsing/default-parsing/#built-in-log-types), or a custom log type. | `logzio_firehose` | | `services` | A comma-seperated list of services you want to collect logs from. Supported options are: `apigateway`, `rds`, `cloudhsm`, `cloudtrail`, `codebuild`, `connect`, `elasticbeanstalk`, `ecs`, `eks`, `aws-glue`, `aws-iot`, `lambda`, `macie`, `amazon-mq`. | - | -| `customLogGroups` | A comma-separated list of custom log groups to collect logs from, or the ARN of the Secret parameter ([explanation below](https://docs.logz.io/docs/shipping/aws/aws-msk/#custom-log-group-list-exceeds-4096-characters-limit)) storing the log groups list if it exceeds 4096 characters. | - | +| `customLogGroups` | A comma-separated list of custom log groups to collect logs from, or the ARN of the Secret parameter ([explanation below](https://docs.logz.io/docs/shipping/aws/aws-msk/#custom-log-group-list-exceeds-4096-characters-limit)) storing the log groups list if it exceeds 4096 characters. **Note**: You can also specify a prefix of the log group names by using a wildcard at the end (e.g., `prefix*`). This will match all log groups that start with the specified prefix. | - | | `useCustomLogGroupsFromSecret` | If you want to provide list of `customLogGroups` which exceeds 4096 characters, set to `true` and configure your customLogGroups as [defined below](https://docs.logz.io/docs/shipping/aws/aws-msk/#custom-log-group-list-exceeds-4096-characters-limit). | `false` | | `triggerLambdaTimeout` | The amount of seconds that Lambda allows a function to run before stopping it, for the trigger function. | `60` | | `triggerLambdaMemory` | Trigger function's allocated CPU proportional to the memory configured, in MB. | `512` | diff --git a/docs/shipping/AWS/aws-sqs.md b/docs/shipping/AWS/aws-sqs.md index 69ed532d..8ee983fc 100644 --- a/docs/shipping/AWS/aws-sqs.md +++ b/docs/shipping/AWS/aws-sqs.md @@ -53,7 +53,7 @@ Specify the stack details as per the table below, check the checkboxes and selec | `logzioListener` | Listener host. | **Required** | | `logzioType` | The log type you'll use with this Lambda. This can be a [built-in log type](https://docs.logz.io/docs/user-guide/data-hub/log-parsing/default-parsing/#built-in-log-types), or a custom log type. | `logzio_firehose` | | `services` | A comma-seperated list of services you want to collect logs from. Supported options are: `apigateway`, `rds`, `cloudhsm`, `cloudtrail`, `codebuild`, `connect`, `elasticbeanstalk`, `ecs`, `eks`, `aws-glue`, `aws-iot`, `lambda`, `macie`, `amazon-mq`. | - | -| `customLogGroups` | A comma-separated list of custom log groups to collect logs from, or the ARN of the Secret parameter ([explanation below](https://docs.logz.io/docs/shipping/aws/aws-sqs/#custom-log-group-list-exceeds-4096-characters-limit)) storing the log groups list if it exceeds 4096 characters. **Note**: You can also specify a prefix of the log group names by using a wildcard at the end (e.g., prefix*). This will match all log groups that start with the specified prefix. | - | +| `customLogGroups` | A comma-separated list of custom log groups to collect logs from, or the ARN of the Secret parameter ([explanation below](https://docs.logz.io/docs/shipping/aws/aws-sqs/#custom-log-group-list-exceeds-4096-characters-limit)) storing the log groups list if it exceeds 4096 characters. **Note**: You can also specify a prefix of the log group names by using a wildcard at the end (e.g., `prefix*`). This will match all log groups that start with the specified prefix. | - | | `useCustomLogGroupsFromSecret` | If you want to provide list of `customLogGroups` which exceeds 4096 characters, set to `true` and configure your customLogGroups as [defined below](https://docs.logz.io/docs/shipping/aws/aws-sqs/#custom-log-group-list-exceeds-4096-characters-limit). | `false` | | `triggerLambdaTimeout` | The amount of seconds that Lambda allows a function to run before stopping it, for the trigger function. | `60` | | `triggerLambdaMemory` | Trigger function's allocated CPU proportional to the memory configured, in MB. | `512` |