Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.md #61

Merged
merged 1 commit into from
Jul 13, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/vpc-flow-logs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@ The application should be installed in the same AWS region as the VPC and the S3
| FunctionMemorySize | The maximum allocated memory this lambda may consume. Don't change| 1024 | |
| FunctionTimeout | The maximum time in seconds the function may be allowed to run. Don't change| 300 | |
| BufferSize | The Coralogix logger buffer size.| 134217728 | :heavy_check_mark: |
| BlockingPattern | a regular expression for lines that should be excluded. | | |
| BlockingPattern | a regular expression for lines that should be excluded.| | |
| SamplingRate | Send messages with specific rate.| 1 | :heavy_check_mark: |
| Debug | The Coralogix logger debug mode, possible options are ``true``, ``false``.| false | |
| Debug | The Coralogix logger debug mode, possible options are ``true``, ``false``| false | |

`S3KeyPrefix` and `S3KeySuffix` should be adjusted based on your configuration.

Expand Down
Loading