Skip to content

Commit fcb0d94

Browse files
authored
Sentinel - rmv workspace info in connect-logstash.md
1 parent ad97782 commit fcb0d94

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/sentinel/connect-logstash.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -93,8 +93,8 @@ Here are some sample configurations that use a few different options.
9393
}
9494
output {
9595
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>"
9898
custom_log_table_name => "tableName"
9999
}
100100
}
@@ -113,8 +113,8 @@ Here are some sample configurations that use a few different options.
113113
}
114114
output {
115115
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>"
118118
custom_log_table_name => "tableName"
119119
}
120120
}

0 commit comments

Comments
 (0)