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: cf-java-logging-support-core/beats/app-logs/docs/fields.asciidoc
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -102,11 +102,11 @@ A unique identifier that can be used to correlate multiple messages to a tenant.
102
102
103
103
==== tenant_subdomain
104
104
105
-
example: e24a5963-95eb-4568-b1ae-81b67c41e99a
105
+
example: acme-inc
106
106
107
107
required: False
108
108
109
-
A field adding the possibility to add the specific tenant subdmain of the xsuaa.
109
+
A unique identifier that represents the subdomain of the current tenant specific request url, e.g. acme-inc in https://acme-inc.eu10.cloud.alm.sap/home
Copy file name to clipboardExpand all lines: cf-java-logging-support-core/beats/app-logs/etc/fields.yml
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -86,10 +86,10 @@ ctx:
86
86
- name: "tenant_subdomain"
87
87
string: string
88
88
required: false
89
-
example: "e24a5963-95eb-4568-b1ae-81b67c41e99a"
89
+
example: "acme-inc"
90
90
description: |
91
-
A field adding the possibility to add the specific tenant subdmain of the xsuaa.
92
-
91
+
A unique identifier that represents the subdomain of the current tenant specific request url, e.g. acme-inc in https://acme-inc.eu10.cloud.alm.sap/home
Copy file name to clipboardExpand all lines: cf-java-logging-support-core/beats/request-metrics/docs/fields.asciidoc
+13-4Lines changed: 13 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -109,6 +109,15 @@ required: False
109
109
A unique identifier that can be used to correlate multiple messages to a tenant.
110
110
111
111
112
+
==== tenant_subdomain
113
+
114
+
example: acme-inc
115
+
116
+
required: False
117
+
118
+
A unique identifier that represents the subdomain of the current tenant specific request url, e.g. acme-inc in https://acme-inc.eu10.cloud.alm.sap/home
119
+
120
+
112
121
==== component_id
113
122
114
123
type: string
@@ -298,7 +307,7 @@ never the case.
298
307
299
308
type: date
300
309
301
-
example: 2015-01-24 14:06:05.071Z
310
+
example: 2015-01-24 14:06:05.071000+00:00
302
311
303
312
format: YYYY-MM-DDTHH:MM:SS.milliZ
304
313
@@ -316,7 +325,7 @@ shipped with the request (in the form of a header or meta data).
316
325
317
326
type: date
318
327
319
-
example: 2015-01-24 14:06:05.071Z
328
+
example: 2015-01-24 14:06:05.071000+00:00
320
329
321
330
format: YYYY-MM-DDTHH:MM:SS.milliZ
322
331
@@ -338,7 +347,7 @@ request has been received (preferred).
Copy file name to clipboardExpand all lines: cf-java-logging-support-core/beats/request-metrics/etc/fields.yml
+7Lines changed: 7 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -92,6 +92,13 @@ ctx:
92
92
description: |
93
93
A unique identifier that can be used to correlate multiple messages to a tenant.
94
94
95
+
- name: "tenant_subdomain"
96
+
string: string
97
+
required: false
98
+
example: "acme-inc"
99
+
description: |
100
+
A unique identifier that represents the subdomain of the current tenant specific request url, e.g. acme-inc in https://acme-inc.eu10.cloud.alm.sap/home
0 commit comments