File tree Expand file tree Collapse file tree 3 files changed +21
-0
lines changed
cf-java-logging-support-core/beats/app-logs Expand file tree Collapse file tree 3 files changed +21
-0
lines changed Original file line number Diff line number Diff line change @@ -100,6 +100,15 @@ required: False
100
100
A unique identifier that can be used to correlate multiple messages to a tenant.
101
101
102
102
103
+ ==== tenant_subdomain
104
+
105
+ example: e24a5963-95eb-4568-b1ae-81b67c41e99a
106
+
107
+ required: False
108
+
109
+ A field adding the possibility to add the specific tenant subdmain of the xsuaa.
110
+
111
+
103
112
==== component_id
104
113
105
114
type: string
Original file line number Diff line number Diff line change 113
113
"index" : " not_analyzed" ,
114
114
"type" : " string"
115
115
},
116
+ "tenant_subdomain" : {
117
+ "doc_values" : true ,
118
+ "index" : " not_analyzed" ,
119
+ "type" : " string"
120
+ },
116
121
"thread" : {
117
122
"doc_values" : true ,
118
123
"index" : " not_analyzed" ,
Original file line number Diff line number Diff line change 83
83
description : |
84
84
A unique identifier that can be used to correlate multiple messages to a tenant.
85
85
86
+ - name : " tenant_subdomain"
87
+ string : string
88
+ required : false
89
+ example : " e24a5963-95eb-4568-b1ae-81b67c41e99a"
90
+ description : |
91
+ A field adding the possibility to add the specific tenant subdmain of the xsuaa.
92
+
86
93
- name : " component_id"
87
94
type : string
88
95
required : true
You can’t perform that action at this time.
0 commit comments