Skip to content

Commit fcfcde7

Browse files
author
Yoichi Kawasaki
committed
modified log_type param: removed default val and made it required param
1 parent 2d7c59b commit fcfcde7

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

ChangeLog.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
## 0.1.1
22
* Changed required minimum version of azure-loganalytics-datacollector-api to >= 0.1.2
3+
* modified log_type param: removed default val and made it required param
34

45
## 0.1.0
56

lib/fluent/plugin/out_azure-loganalytics.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ def initialize
1515
:desc => "Your Operations Management Suite workspace ID"
1616
config_param :shared_key, :string, :secret => true,
1717
:desc => "The primary or the secondary Connected Sources client authentication key"
18-
config_param :log_type, :string, default: nil,
18+
config_param :log_type, :string,
1919
:desc => "The name of the event type that is being submitted to Log Analytics"
2020
config_param :add_time_field, :bool, :default => true,
2121
:desc => "This option allows to insert a time field to record"

0 commit comments

Comments
 (0)