File tree Expand file tree Collapse file tree 1 file changed +75
-0
lines changed
content/en/security/sensitive_data_scanner/setup Expand file tree Collapse file tree 1 file changed +75
-0
lines changed Original file line number Diff line number Diff line change @@ -137,6 +137,9 @@ There are reserved keywords that the Datadog platform requires for functionality
137
137
138
138
The excluded namespaces are:
139
139
140
+ {{% tabs %}}
141
+ {{% tab "Logs" %}}
142
+
140
143
- ` host `
141
144
- ` hostname `
142
145
- ` syslog.hostname `
@@ -159,6 +162,78 @@ The excluded namespaces are:
159
162
- ` error.fingerprint `
160
163
- ` x-datadog-parent-id `
161
164
165
+ {{% /tab %}}
166
+ {{% tab "Spans" %}}
167
+
168
+ - ` metrics._dd. `
169
+ - ` metrics.dd. `
170
+ - ` metrics._dd1. `
171
+ - ` metrics.otel.trace_id `
172
+ - ` metrics.otlp. `
173
+ - ` metrics._sampling_priority_v1 `
174
+ - ` metrics._sample_rate `
175
+ - ` meta._dd. `
176
+ - ` meta.api.endpoint. `
177
+ - ` meta.dd. `
178
+ - ` meta_struct.dd. `
179
+ - ` meta_struct._dd. `
180
+ - ` meta_struct.api.endpoint. `
181
+ - ` meta_struct.appsec. `
182
+ - ` meta_struct.threat_intel.results. `
183
+ - ` meta.otel.trace_id `
184
+ - ` meta.otel.library. `
185
+ - ` meta.otlp. `
186
+ - ` trace_id `
187
+ - ` span_id `
188
+ - ` start `
189
+ - ` timestamp `
190
+ - ` end `
191
+ - ` duration `
192
+ - ` parent_id `
193
+ - ` type `
194
+ - ` resource `
195
+ - ` resource_hash `
196
+ - ` ingest_size_in_bytes `
197
+ - ` ingestion_reason `
198
+ - ` error `
199
+ - ` flags `
200
+ - ` status `
201
+ - ` chunk_id `
202
+ - ` host `
203
+ - ` host_id `
204
+ - ` hostname `
205
+ - ` env `
206
+ - ` service `
207
+ - ` operation_name `
208
+ - ` name `
209
+ - ` version `
210
+ - ` meta._dd.error_tracking `
211
+ - ` meta.error.fingerprint `
212
+ - ` meta.issue `
213
+
214
+ {{% /tab %}}
215
+ {{% tab "RUM" %}}
216
+
217
+ - ` application.id `
218
+ - ` session.id `
219
+ - ` session.initial_view.id `
220
+ - ` session.last_view.id `
221
+ - ` view.id `
222
+ - ` action.id `
223
+ - ` resource.id `
224
+ - ` geo `
225
+ - ` error.fingerprint `
226
+ - ` error.binary_images.uuid `
227
+ - ` issue `
228
+ - ` _dd.trace_id `
229
+ - ` _dd.span_id `
230
+ - ` _dd.usage_attribution_tag_names `
231
+ - ` _dd.error.unminified_frames `
232
+ - ` _dd.error.threads `
233
+
234
+ {{% /tab %}}
235
+ {{% /tabs %}}
236
+
162
237
### Edit scanning rules
163
238
164
239
1 . Navigate to the [ Sensitive Data Scanner] [ 5 ] settings page.
You can’t perform that action at this time.
0 commit comments