File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -93,8 +93,8 @@ Here are some sample configurations that use a few different options.
93
93
}
94
94
output {
95
95
microsoft- logstash- output- azure- loganalytics {
96
- workspace_id => " 4g5tad2b-a4u4-147v-a4r7-23148a5f2c21 " # <your workspace id>
97
- workspace_key => " u/saRtY0JGHJ4Ce93g5WQ3Lk50ZnZ8ugfd74nk78RPLPP/KgfnjU5478Ndh64sNfdrsMni975HJP6lp== " # <your workspace key>
96
+ workspace_id => " <your workspace id>"
97
+ workspace_key => " <your workspace key>"
98
98
custom_log_table_name => " tableName"
99
99
}
100
100
}
@@ -113,8 +113,8 @@ Here are some sample configurations that use a few different options.
113
113
}
114
114
output {
115
115
microsoft- logstash- output- azure- loganalytics {
116
- workspace_id => " 4g5tad2b-a4u4-147v-a4r7-23148a5f2c21 " # <your workspace id>
117
- workspace_key => " u/saRtY0JGHJ4Ce93g5WQ3Lk50ZnZ8ugfd74nk78RPLPP/KgfnjU5478Ndh64sNfdrsMni975HJP6lp== " # <your workspace key>
116
+ workspace_id => " <your workspace id>"
117
+ workspace_key => " <your workspace key>"
118
118
custom_log_table_name => " tableName"
119
119
}
120
120
}
You can’t perform that action at this time.
0 commit comments