You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: ChangeLog.md
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,7 @@
1
+
## 0.4.0
2
+
* Add endpoint parameter for sovereign cloud - [PR#8](https://github.com/yokawasa/fluent-plugin-azure-loganalytics/pull/8)
3
+
* Changed dependency for azure-loganalytics-datacollector-api to `>= 0.1.5` - [PR#8](https://github.com/yokawasa/fluent-plugin-azure-loganalytics/pull/8)
Copy file name to clipboardExpand all lines: README.md
+23-21Lines changed: 23 additions & 21 deletions
Original file line number
Diff line number
Diff line change
@@ -43,6 +43,7 @@ Once you have the workspace, get Workspace ID and Shared Key (either Primary Key
43
43
customer_id CUSTOMER_ID # Customer ID aka WorkspaceID String
44
44
shared_key KEY_STRING # The primary or the secondary Connected Sources client authentication key
45
45
log_type EVENT_TYPE_NAME # The name of the event type. ex) ApacheAccessLog
46
+
endpoint myendpoint
46
47
add_time_field true
47
48
time_field_name mytime
48
49
time_format %s
@@ -55,6 +56,7 @@ Once you have the workspace, get Workspace ID and Shared Key (either Primary Key
55
56
***customer\_id (required)** - Your Operations Management Suite workspace ID
56
57
***shared\_key (required)** - The primary or the secondary Connected Sources client authentication key
57
58
***log\_type (required)** - The name of the event type that is being submitted to Log Analytics. log_type only supports alpha characters
59
+
***endpoint (optional)** - Default:'ods.opinsights.azure.com'. The service endpoint. You may want to use this param in case of sovereign cloud that has a different endpoint from the public cloud
58
60
***time\_generated\_field (optional)** - Default:''(empty string) The name of the time generated field. Be carefule that the value of field should strictly follow the ISO 8601 format (YYYY-MM-DDThh:mm:ssZ). See also [this](https://docs.microsoft.com/en-us/azure/log-analytics/log-analytics-data-collector-api#create-a-request) for more details
59
61
***add\_time\_field (optional)** - Default:true. This option allows to insert a time field to record
60
62
***time\_field\_name (optional)** - Default:time. This is required only when add_time_field is true
@@ -156,37 +158,37 @@ Suppose your log is formated the way below in the /etc/nginx/conf.d/log.conf:
0 commit comments