Skip to content

Commit ace5989

Browse files
committed
Add tenant_subdomain documentation
1 parent 44790bd commit ace5989

File tree

3 files changed

+21
-0
lines changed

3 files changed

+21
-0
lines changed

cf-java-logging-support-core/beats/app-logs/docs/fields.asciidoc

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,15 @@ required: False
100100
A unique identifier that can be used to correlate multiple messages to a tenant.
101101

102102

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+
103112
==== component_id
104113

105114
type: string

cf-java-logging-support-core/beats/app-logs/etc/app-logs.template.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,11 @@
113113
"index": "not_analyzed",
114114
"type": "string"
115115
},
116+
"tenant_subdomain": {
117+
"doc_values": true,
118+
"index": "not_analyzed",
119+
"type": "string"
120+
},
116121
"thread": {
117122
"doc_values": true,
118123
"index": "not_analyzed",

cf-java-logging-support-core/beats/app-logs/etc/fields.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,13 @@ ctx:
8383
description: |
8484
A unique identifier that can be used to correlate multiple messages to a tenant.
8585
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+
8693
- name: "component_id"
8794
type: string
8895
required: true

0 commit comments

Comments
 (0)