diff --git a/README.md b/README.md
index 1d04aaf..81357c2 100644
--- a/README.md
+++ b/README.md
@@ -222,6 +222,7 @@ Add your plugin to [the `plugins.json` file](https://github.com/serverless/commu
| **[Localstack - `serverless-localstack`](https://github.com/LocalStack/serverless-localstack)**
by [LocalStack](http://github.com/LocalStack)
Serverless plugin for LocalStack - a fully functional local AWS cloud stack. Develop and test your cloud & Serverless apps offline! | 
|
| **[Log Filter Subscription - `serverless-log-filter-subscription`](https://github.com/schwamster/serverless-log-filter-subscription)**
by [schwamster](http://github.com/schwamster)
This serverless plugin creates log filter subscription for all lambda functions configured in your projects serverless.yml | 
|
| **[Log Forwarding - `serverless-log-forwarding`](https://github.com/amplify-education/serverless-log-forwarding)**
by [amplify-education](http://github.com/amplify-education)
Serverless plugin for forwarding CloudWatch logs to another Lambda function. | 
|
+| **[Logs Insights - `serverless-logs-insights`](https://github.com/kauelima21/serverless-logs-insights)**
by [kauelima21](http://github.com/kauelima21)
Serverless Framework plugin to run AWS CloudWatch Logs Insights queries directly from the CLI. | 
|
| **[Log Metric Filter - `serverless-log-metric-filter`](https://github.com/saqemlas/serverless-log-metric-filter)**
by [saqemlas](http://github.com/saqemlas)
Add Cloudwatch Log Metric Filter to Cloudwatch Logs | 
|
| **[Log Retention - `serverless-plugin-log-retention`](https://github.com/ArtificerEntertainment/serverless-plugin-log-retention)**
by [ArtificerEntertainment](http://github.com/ArtificerEntertainment)
Control the retention of your serverless function's cloudwatch logs. | 
|
| **[Log Subscription - `serverless-plugin-log-subscription`](https://github.com/dougmoscrop/serverless-plugin-log-subscription)**
by [dougmoscrop](http://github.com/dougmoscrop)
Adds a CloudWatch LogSubscription for functions | 
|
diff --git a/plugins.json b/plugins.json
index a19f338..4e862bc 100644
--- a/plugins.json
+++ b/plugins.json
@@ -428,6 +428,11 @@
"description": "Dynamo Data Transform is an easy to use data transformation tool for DynamoDB.",
"githubUrl": "https://github.com/jitsecurity/dynamo-data-transform",
"status": "active"
+}, {
+ "name": "serverless-logs-insights",
+ "description": "Serverless Framework plugin to run AWS CloudWatch Logs Insights queries directly from the CLI.",
+ "githubUrl": "https://github.com/kauelima21/serverless-logs-insights",
+ "status": "active"
}, {
"name": "serverless-offline",
"description": "Emulate AWS λ and API Gateway locally when developing your Serverless project",