diff --git a/Gemfile.lock b/Gemfile.lock
index 6558583..51efe5c 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
- fluent-plugin-azureactivitylog (0.0.1)
+ fluent-plugin-azuremonitorlog (0.0.2)
azure_mgmt_monitor (~> 0.11.0)
fluentd (>= 0.10.30)
@@ -68,9 +68,9 @@ PLATFORMS
ruby
DEPENDENCIES
- fluent-plugin-azureactivitylog!
+ fluent-plugin-azuremonitorlog!
rake (>= 0.9.2)
test-unit (>= 3.1.0)
BUNDLED WITH
- 1.11.2
+ 1.15.4
diff --git a/README.md b/README.md
index 93d87a9..7a05f2f 100644
--- a/README.md
+++ b/README.md
@@ -1,37 +1,46 @@
-# fluent-plugin-azureactivitylog, a plugin for [Fluentd](http://fluentd.org)
+# fluent-plugin-azuremonitorlog, a plugin for [Fluentd](http://fluentd.org)
## Overview
-***Azure Activity log*** input plugin.
+***Azure Monitor log*** input plugin.
-This plugin gets the activity logs from Azure Monitor API to fluentd.
+This plugin gets the monitor activity logs from Azure Monitor API to fluentd.
-Installation
+## Installation
-$ gem install fluent-plugin-azureactivitylog
+Install from RubyGems:
+```
+$ gem install fluent-plugin-azuremonitorlog
+```
+
+To use this plugin, you need to have Azure Service Principal.
+Create an Azure Service Principal through [Azure CLI](https://docs.microsoft.com/en-us/cli/azure/create-an-azure-service-principal-azure-cli?toc=%2fazure%2fazure-resource-manager%2ftoc.json) or [Azure portal](https://docs.microsoft.com/en-us/azure/azure-resource-manager/resource-group-create-service-principal-portal).
## Configuration
```config
```
+Documentation for select and filter can be found [here](https://docs.microsoft.com/en-us/rest/api/monitor/ActivityLogs/List#activitylogs_list_uri_parameters)
+
### Example for source config
```config